Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

typical-rest-server - v0.8.27

Compare
Choose a tag to compare
@imantung imantung released this 03 May 13:19
· 353 commits to master since this release

65b0660 update to typical-go 0.9.50
347bba3 add context in database create, drop and seed + tidy up
88d8618 add compile find-option helper in dbkit
be36177 remove the cache store as not necessary
2295e7c remove DB type in postgres as dispensable
35e158f update api using url parameter for iD as most common restful practice + tidy up
d422f52 rename healthCheck to profiler to cover more function + tidy up
afee1f0 insert error return status 500 Internal Server Error instead of 422
d474ad4 tidy up repository
c2f2c1d where condition using interface{} as its type in where-find-option
e358905 book FindOne return error when no row instead of nil instance