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-RESTful-Server - v0.5.0

10 Aug 11:34
Compare
Choose a tag to compare

57f6ae9 application as composition instead of field in typical context
cef9097 remove unused flag in release
c310709 filter changes to generate release note after the validation
8b5494d refactor release distribution + make typical context implement of context.Context
568a69d exit program if any error occurred
22058ad add typical-generator
654fd90 make application implementation of action so MainAction can be elimated
d15190e rename run_test_ to run_testing to remove trailing underscore
1f3b417 remove the clean up since it interrupt some operation
25d82ee remove generated file before run typical dev tool
79399c2 remove configurations as it is merge with module
bc44ac5 execute module.CloseFunc regardless application have StopFunc or not
4a5e564 remove unused file
71e4937 module for server with echo and logrus
02ee44e fix typo in readme release instruction
82e7130 add Command field in Module
91b5239 remove dbtool + load environment when run typical dev tool
964d577 remove status in module
5efec76 rename App to Application and Configs to Configuration in typical context + tidy up postgres module

Typical-RESTful-Server - v0.4.4

09 Aug 05:20
Compare
Choose a tag to compare

e8726b5 ActionContext implement from context.Context
2d1140c push generate readme if flag git-token exist
b3e8501 add go mod tidy before build and test + tidy up log info when run bash command

Typical-RESTful-Server - v0.4.3

07 Aug 12:45
Compare
Choose a tag to compare

26de75c validate if no latest tag when version checking

Typical-RESTful-Server - v0.4.2

05 Aug 07:56
Compare
Choose a tag to compare

7edef13 validate release for uncommitted change and latest tag same with context version

Typical-RESTful-Server - v0.4.1

05 Aug 06:52
Compare
Choose a tag to compare

553c877 make .env file is optional

Typical-RESTful-Server - v0.4.0

05 Aug 06:40
Compare
Choose a tag to compare

6baee48 load environment when before run the application
d5a07c3 add markdown builder
1f2d955 create typirecipe package for code generation recipe
6c3fa49 create readme recipe to generate README.md file
69ce8e2 rename generated package to gosrc
159949b not generate source when recipe is blank
06a8b7f tidy up source recipe for generated
8bd97c0 fix typicalDevTool constructor name
02ddcae using 'CONFIG' env to define configuration source
06a7d1e rename init.go to context.go for better intuitive
8c41880 using godotenv library

Typical-RESTful-Server - v0.3.1

28 Jul 16:17
Compare
Choose a tag to compare

a185a50 fix export project env when run command
149f785 fix missing main app package

Typical-RESTful-Server - v0.3.0

28 Jul 15:03
Compare
Choose a tag to compare

c63e3ed add ImportPogo in source recipe
247b715 add AddTestTarget generation for all package
9b2eae6 return project context when parse the source source
f368768 add addMockTarget generation for automock
df5fad3 Add application object in typical context
6580f9d Using runn library to handle multiple code generation execution + tidy up
ded12bc remove util.Errors and use runn.Errors instead
8a48197 remove appmodule in typical context
a1ef102 add typiparser for AST analyst to capture what to be added in DI or to be mock
c256189 rename t_side_effect.go to generated.go for convention + tidy up
8700306 remove co-authored from release note

Typical-RESTful-Server - v0.2.2

25 Jul 08:06
Compare
Choose a tag to compare

93159f3 add "generate" to ignore criteria for change log
1af2a8a check change logs before start release command + add git fetch in beginning and end of function
d0ec2ab add "revision" to be ignored when create default release note
0a70846 fix error in ignored message function
19d0053 add "bump" to be ignored as default release note
4400159 fix default release note generation

Typical-RESTful-Server - v0.2.1

25 Jul 04:24
Compare
Choose a tag to compare

bda1efa rename name field to reponame in github detail
2a9f6b0 Generate default release note from git logs
cf8ad92 add --note to release command to custom release note
e7ab9ac add --force for release command to delete existing release
f6afb24 validate if release already available
865928f add --no-test and --no-build for release command + fix some log info
d9f1f91 add alpha flag in release command for alpha/pre-release version and bump to v0.2.0
6a1687b add Github in typical context
3cef527 using logrus as log