Releases: MADWI/Schedule_API
Releases · MADWI/Schedule_API
v1.0.20
v1.0.18
Add group field to schedule (#28)
v1.0.17
Change servlet context path (#26) - update swagger docs path - update spring boot version
v1.0.16
Add swagger based documentation (#25) * Configure swagger, update spring version * Add swagger based documentation for schedule * Correct mistake with wildcard characters for abbreviations
v1.0.15
Bugfixes and improvements (#24) * Update spring-boot and gradle version * Update deprecated JPA Specifications methods * Remove custom Runtime Exception handling * Trim data from database before processing * Make searching string based DB columns request param based Use % in query pram value as wildcard character representing zero, one or multiple characters. To search for field that ends with tx add param: %tx To search for field that starts with tx add param: tx% To search for field that contains tx add param: %tx% * Fix readability * Update Spring boot version to release
v1.0.14
Improve exception handling (#23)
v1.0.13
Implement dictionary endpoint (#22) * Implement dictionary endpoint * Add more fields to enum
v1.0.12
Add fields for status and substitute to models (#21)
v1.0.11
Handle bad date format in request param (#20) * Handle bad date format in request param * Fix type
v1.0.10
Change accepted date format in requests (#19) * Change accepted date format in requests * Extract date pattern * Extract date pattern to constant * Return 404 error when date range is invalid