Skip to content

Releases: godcong/dl

v0.0.13

25 Jul 07:30
89404a6
Compare
Choose a tag to compare

Default Loader is a go struct default value generator tool.
It can generate default value for struct field with tag default and generate by dl command.

See https://github.com/godcong/dl for more information.

Changelog

  • 0242bed chore(goreleaser): update main package path
  • 5f64e6d refactor(command): move command files to dl
  • a98cf31 refactor(gen): streamline parse and type.go files with improved functions
  • 550c576 refactor: remove unused setObjectField function

v0.0.9

24 Jul 09:31
414d5e3
Compare
Choose a tag to compare

Default Loader is a go struct default value generator tool.
It can generate default value for struct field with tag default and generate by dl command.

See https://github.com/godcong/dl for more information.

Changelog

  • a04bbcb feat(cmd): rollback directories
  • e196137 feat(gen): add copyright notices to gen package files
  • 53c034b feat(parse): add support for parsing struct and slice fields
  • 114716c feat(readme): add instructions for default value generation with file path option
  • 22fea62 fix(readme): correct indentation in code examples
  • 44391b7 refactor(struct): update field types and improve tag parsing

v0.0.8

22 Jul 15:58
Compare
Choose a tag to compare

Default Loader is a go struct default value generator tool.
It can generate default value for struct field with tag default and generate by dl command.

See https://github.com/godcong/dl for more information.

Changelog

  • a04bbcb feat(cmd): rollback directories

v0.0.6

19 Jul 14:36
0cac778
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.6

v0.0.5

19 Jul 14:36
da34a07
Compare
Choose a tag to compare

Default Loader is a go struct default value generator tool.
It can generate default value for struct field with tag default and generate by dl command.

See https://github.com/godcong/dl for more information.

Changelog

  • 474dbfc refactor(github-action): update goreleaser action to v6 and add release trigger

v0.0.3

19 Jul 13:20
b8eab8b
Compare
Choose a tag to compare

What's Changed

  • refactor(github-action): update goreleaser-action to version v2 by @godcong in #8

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Jul 13:12
a3c803c
Compare
Choose a tag to compare

What's Changed

  • V0 by @godcong in #4
  • refactor(gen): remove unused pointerType function from parse.go by @godcong in #6

Full Changelog: v0.0.1...v0.0.2

v0.0.1

18 Jul 16:54
088d8ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/godcong/dl/commits/v0.0.1