Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: reedom/convergen

v8.0.5

20 Sep 02:35
fffd19d

Choose a tag to compare

What's Changed

  • fix: apply :typecast only to potentially basic types by @reedom in #36

Full Changelog: v8.0.4...v8.0.5

v8.0.4

20 Sep 00:00
a5d5fdd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.3...v8.0.4

v8.0.3

17 Jul 15:09
7cc960a

Choose a tag to compare

This release introduces the v8 major version of github.com/reedom/convergen, with a corrected module path in go.mod to adhere to Go's module versioning guidelines for major versions (v2+).


What's Changed

  • Module Path Update: The module path in go.mod has been updated to github.com/reedom/convergen/v8. This is a crucial change for all v8.x.x versions.
  • Internal Import Path Adjustments: All internal import paths within the module have been updated to reflect the new v8 module path.

How to Upgrade / Use v8.x.x

To use v8.x.x versions of this module, you must update your import paths to include the /v8 suffix:

import "[github.com/reedom/convergen/v8](https://github.com/reedom/convergen/v8)" // For the main package (if applicable)
import "[github.com/reedom/convergen/v8/pkg/config](https://github.com/reedom/convergen/v8/pkg/config)" // For sub-packages

v8.0.2

11 Jun 16:07
3231c21

Choose a tag to compare

What's Changed

  • ci: update GitHub Actions to use latest versions of actions by @reedom in #30
  • go: 1.23

Full Changelog: v8.0.1...v8.0.2

v8.0.1

23 Apr 09:37
b2a5907

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.0.1

v8.0.0

07 Apr 11:47
e663417

Choose a tag to compare

What's Changed

  • feat: support additional args as mapping source by @youta1119 in #22

New Contributors

Full Changelog: v0.7.0...v8.0.0

v0.7.0

29 Aug 09:45
05d63bb

Choose a tag to compare

  • chore: rebuilt on Go 1.23.0

v0.6.4

11 Mar 14:19
b73c51e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

18 Nov 01:06
16b912f

Choose a tag to compare

  • fix: nil access happened if there are any grammer errors in source