Skip to content

Releases: MADWI/Schedule_API

v1.0.20

06 Oct 16:17
83c2b8b

Choose a tag to compare

Add dictionary endpoints (#30)

v1.0.18

27 Sep 14:02
2bbb46d

Choose a tag to compare

Add group field to schedule (#28)

v1.0.17

19 Sep 18:41
44d4ade

Choose a tag to compare

Change servlet context path (#26)

- update swagger docs path
- update spring boot version

v1.0.16

19 Sep 16:28
9fb9356

Choose a tag to compare

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

04 Mar 10:48
a3417f2

Choose a tag to compare

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

17 Dec 21:44
2e7eb3a

Choose a tag to compare

Improve exception handling (#23)

v1.0.13

17 Dec 12:34
4f0b140

Choose a tag to compare

Implement dictionary endpoint (#22)

* Implement dictionary endpoint

* Add more fields to enum

v1.0.12

12 Dec 20:25
10927f8

Choose a tag to compare

Add fields for status and substitute to models (#21)

v1.0.11

29 Nov 14:23
5078272

Choose a tag to compare

Handle bad date format in request param (#20)

* Handle bad date format in request param

* Fix type

v1.0.10

28 Nov 22:08
a28fbc1

Choose a tag to compare

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