Skip to content

Releases: goschtalt/goschtalt

v0.25.0

13 Apr 01:04
f365d06
Compare
Choose a tag to compare

Changelog

New Features

v0.24.1

09 Apr 08:27
8049b93
Compare
Choose a tag to compare

Changelog

Bug fixes

  • f3769c4: fix: ExpandEnv() replaces everything, not just what it should. (@schmidtw)

v0.24.0

07 Apr 20:19
6d25a14
Compare
Choose a tag to compare

Changelog

Dependency updates

Other work

  • 429da8b: Add the ability to interpret a file as a different type then the extensions states. (@schmidtw)

v0.23.3

07 Mar 00:20
fa842f5
Compare
Choose a tag to compare

Changelog

Other work

v0.23.1

07 Jan 23:03
f743776
Compare
Choose a tag to compare

Changelog

Other work

v0.23.0

30 Nov 06:40
ed0f162
Compare
Choose a tag to compare

Changelog

Dependency updates

Other work

v0.22.1

01 Aug 17:42
f868b52
Compare
Choose a tag to compare

Changelog

Other work

  • e7a575f: Fix issue #52 - return []byte{} for empty tree. (@schmidtw)
  • 2fcf34d: Improve handling empty filenames by ignoring them. (@schmidtw)
  • f560c62: Upgrade ParseDuration() to support days, weeks and years. The string form includes days but not weeks or years. (@schmidtw)

v0.22.0

31 May 09:58
0cebfc9
Compare
Choose a tag to compare

Changelog

Dependency updates

Other work

v0.21.0

28 May 21:28
a521669
Compare
Choose a tag to compare

Changelog

Other work

  • 50969ce: Add the ConfigIs() option so it applies everywhere since generally a single configuration format is disired. (@schmidtw)
  • 20d46ba: Start the work to bring in casemapper into goschtalt since it is really needed all the time. (@schmidtw)

v0.20.2

24 May 22:43
370f97d
Compare
Choose a tag to compare

Changelog

Other work

  • 4b76ce7: Make bool consistent and add tests to help ensure the expected end to end mapping happens as expected. (@schmidtw)