Skip to content

Releases: stkr89/esme

v1.2.0

13 Feb 04:51
b918bdf
Compare
Choose a tag to compare
Feature response types (#22)

* 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

v1.1.0

12 Feb 23:28
5ce36b3
Compare
Choose a tag to compare
Feature no auth (#21)

* print no auth config

* print req

* print method and path

* print method and path

* respond with ok for OPTIONS request

* return bad request if route not found

* just return if route not found

* enable cors

* enable cors

* send ok response on OPTIONS method

* use library to enable cors

* refactor

* print auth

* print auth

* check if required auth is nil

* print auth bearer token

* undo print auth bearer token

* add return statement after error

* remove unnecessary checks

v1.0.6

12 Feb 21:28
Compare
Choose a tag to compare
remove no auth check

v1.0.4

12 Feb 20:56
Compare
Choose a tag to compare
added check for no auth

v1.0.3

11 Jan 01:36
Compare
Choose a tag to compare
added null checks for auth

v1.0.2

25 Dec 15:28
Compare
Choose a tag to compare
added check for nil required body

v1.0.1

16 Dec 13:12
Compare
Choose a tag to compare
deleted esme_test.go

v1.0.0

15 Dec 02:22
Compare
Choose a tag to compare
created esme package