Releases: tompston/gomakeme
Releases · tompston/gomakeme
v0.0.6
Breaking Changes from v0.0.5 -> v0.0.6 !
- Now has support for 2 go frameworks -> Gin and Fiber
- refactored predefined responses to be a single function to which the status is passed as an int
- Removed functions that return API messages
- Added bash script to test for errors
v0.0.5
Added
- optional SQLC support
- correct conversion to plural for module_name
- .gitignore in the root of init server
- helmet middleware enabled by default