Skip to content

Releases: stkr89/esme

v1.10.0

03 Feb 18:53
Compare
Choose a tag to compare

Refactored and improved error handling

v1.9.0

03 Feb 17:45
Compare
Choose a tag to compare

Upgrade to latest Golang version

v1.8.2

03 Feb 17:23
Compare
Choose a tag to compare

fixed error handling

v1.8.1

24 Feb 22:27
10a7809
Compare
Choose a tag to compare
Feature change body field value to interface  (#30)

* changed type of body field value to interface

* changed method signature

v1.8.0

21 Feb 17:13
6a145b7
Compare
Choose a tag to compare
Feature route groups (#29)

* add route groups

* updated json mapping

* renamed groups to route groups

* panic when config is invalid

* updated readme file

* updated readme file

v1.7.0

21 Feb 13:26
be38206
Compare
Choose a tag to compare
set status ok on options response (#27)

v1.6.0

16 Feb 14:32
914724b
Compare
Choose a tag to compare
updated README.md (#25)

v1.5.0

16 Feb 14:12
238e838
Compare
Choose a tag to compare
Feature circle ci (#24)

* added circle ci config

* added circle ci config to new folder

* updated circle ci working directory

* test with url

* remove test url

* removed test configs

v1.4.0

16 Feb 13:52
Compare
Choose a tag to compare
updated test configs

v1.3.0

16 Feb 05:13
45e2de4
Compare
Choose a tag to compare
Feature response types (#23)

* added response types for string, object and array

* change content type for string response

* print response string

* log response string

* log config

* log response body

* update check for response

* print error and response string

* print error and response string

* print error and response string

* set content type to application/json

* log err

* update README.md

* response object nested objects

* response object nested objects

* response object nested objects

* print routes config

* print response type object

* ignore marshalling error

* update response obj type

* print response

* print response

* parse response to map

* print type of response obj

* print type of response obj

* change type of response obj

* change type of response obj

* use json instead of yml

* print response

* response type interface

* body type interface

* parse response

* updated README.md