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

Releases: typical-go/typical-rest-server

typical-rest-server - v0.8.19

10 Feb 07:10
Compare
Choose a tag to compare

2e586a6 bump to version 0.8.19
aecfa34 update to typical-go 0.9.30 + tidy up
b3e1fd6 add find option in book repository + add book columns + tidy up
23df1c0 rename order type to orderBy
6473aa1 change pagination and sort to private access,return find option instead
4e0ce8e implement where condition for find option
8d9d5c3 Implement sort in FindOption
0feafc1 create find option with pagination
c5f1046 module in separate file
6002dd6 update readme with badge and annotation section
589b4d9 add constructor function for postgres db + fix test on book api
edcfbf1 book update return the entity instead of only error
0c9d0c9 create book return book entity instead of only lastInsertedID

typical-rest-server - v0.8.18

24 Jan 02:01
Compare
Choose a tag to compare

60fbaf6 bump to version 0.8.18
a83acdc revision: tidy up descriptor
de24e32 update to typical-go 0.9.29 and add help comment in typical descriptor
cda2ef9 add postgres DB type to handle database connect + add migration/seed source setter
a05669a add readme and mock example in readme documentation
7753966 add quick start section in readme
ff84ceb fix withDockerName and add withDockerImage in postgres module

typical-rest-server - v0.8.17

20 Jan 06:12
Compare
Choose a tag to compare

63a3f89 bump to version 0.8.17
3a400cf update to typical-go 0.9.27 and rename [autowire] annotation to [constructor]
e59ba1d add dockerName and dockerImage to docker composer module
00e66f5 module using field of module for docker compose
78f1dcd update to typical-go 0.9.26 + tidy up
33aa8fc set field parameter in module + tidy up

typical-rest-server - v0.8.16

07 Jan 21:30
Compare
Choose a tag to compare

b6fe646 remove type check in testing
a032c55 bump to version 0.8.16
281287e update to typical-go 0.9.25
c28ddc8 add withComposer in docker module instead of scan all module for better clarity
419c068 using variable for module as preparation to separate build command and app
b67e2bf update autoincrement after db seed
5b75c81 remove unused db seed
e16ec42 use convention find, findOne and create for controller/repository + tidy up

typical-rest-server - v0.8.15

03 Jan 07:41
Compare
Choose a tag to compare

693c491 revision: remove markdown package + fix test
a86612f bump to version 0.8.15
3c0620e remove docker type as dispensable + tidy up
70702c9 rename app contructor to new for convention
959111b add missing contructor
edcaf9c add WithTarget and WithTemplate in typreadme module
ac34755 using go template to generate readme
9a2ac43 add readme object + tidy up
101feae update to typical-go 0.9.23
f64073a support versioning for docker module + tidy up
d12b33e uisng 'New' as constructor name for typdocker, typreadme, typrails and typserver as convention
d6c5adb using "New" as redis module constructor for convention
3464304 using WithDBName to set database for better clarity
0b4c282 log error when database seed error instead of exit from the function

typical-rest-server - v0.8.14

29 Dec 05:37
Compare
Choose a tag to compare

522f3a4 bump to version 0.8.14
db52114 update to typical-go 0.9.22
bf80b0a rename echokit to railskit + echotest
4e5d127 revision: fix test with entity parameter when fetch
3db975a rails require entity name to generate scaffold and repository
527c68e remove crud for tag, locale and data source as to much for example project

typical-rest-server - v0.8.13

24 Dec 08:19
Compare
Choose a tag to compare

daba222 update to typical-go 0.9.20
c6292ca handle panic
5db2900 handle rollback when error occurred
1be8d0d move pkg/utility/echokit to pkg/echokit
a42ef64 tags CRUD
5b9f94e add json and jsonb mapping from entity
a31b306 JSON type for database
b1ded4f add data source and locale crud

typical-rest-server - v0.8.12

22 Dec 14:30
Compare
Choose a tag to compare

884e929 fix repo impl template + tidy up
e6d95ff move ctx key to typrails + add transactional generation
181e0e6 add transactional struct to accomodate transaction outside of repository
43033e0 add test when book scan is failed
78cee96 tidy up test for book repo implementation

typical-rest-server - v0.8.11

20 Dec 09:56
Compare
Choose a tag to compare

07444c5 fix print error when application start
d66dc5c add error prefix when shutdown error
c60c399 constructor for modules
73f7c88 tidy up app module
e8d8c95 add prefix when error in postgres and redis module + tidy up
9af3a9e using package from context and tableName from cli context + validation
d93206c update to typical-go 0.9.19
679229d fix query builder to using dollar sign placeholder as postgres
7ee31a1 fetch entity from database
7ab1db8 using udt (underlying data type) instead of data_type and validate by udt
6972030 rename typrest to typrails package
e91caa5 update to typical-go 0.9.18 + fix test
3466ad6 tidy up template to internal/tmpl pakcage
18f0d47 use constructor to write template runner + remove scan
3fc654b remove scanBook function
59fe4b6 update to typical-go 0.9.17
add4be7 add postgres reset + tidy up
ae1cee7 rename app file to module + add generated constructor file
3849e2e add controller generation
f1c7aab add repoImpl and cachedRepoImpl generation
b457d26 change rest scaffold to generate to simply command
9d7f764 tidy up template for repo and service
94e439b fix typrest.go
fcc20f6 typrest: fix BuildCommands param
a124458 add service generator
0253170 Fix: change 'typcli' to 'typobj' ('typcli' is no longer exist)
35549e4 music service & music repo
6b3bee5 music migration
d5268e2 music contrl & music_repo
20a6b76 skeleton for typrest to generate/scaffoldinng the mvc

Typical REST Server - v0.8.10

16 Dec 10:18
Compare
Choose a tag to compare

7b8531d readme generator as a typical module
5b24bf4 add docker wipe to kill all running
f250501 update to typical-go 0.9.15
bb9dc3b update to typical-go 0.9.14
fea52ee remove responsekit and using echo.NewHTTPError instead
8d67485 update to typical-go 0.9.12 + remove internal/dependency