Releases: gonvenience/neat
Releases · gonvenience/neat
neat release v1.3.15
What's Changed
- fix string formatting when format contains a percent sign but no args by @ns-dfarino in #205
- Bump available dependencies by @HeavyWombat in #207
- Simplify GitHub Action setup by @HeavyWombat in #208
- Fix linter finding with constant format by @HeavyWombat in #209
- Refactor
colorize
/colorizef
functions by @HeavyWombat in #210 - Remove now unused check for wrapped error by @HeavyWombat in #211
New Contributors
- @ns-dfarino made their first contribution in #205
Full Changelog: v1.3.14...v1.3.15
neat release v1.3.14
Refresher release with module updates.
neat release v1.3.13
Fixed quote issue, which was reported in homeport/dyff#342.
neat release v1.3.12
Fixed quote issue, which was reported in homeport/dyff#309.
neat release v1.3.11
Refresher release with module updates.
neat release v1.3.10
Fixed timestamp parsing based on user feedback.
neat release v1.3.9
Fixed an issue where neat
creates invalid YAML when having a string that is a comma.
neat release v1.3.8
Just an update release with newer Go version.
neat release v1.3.7
Fixed issue where multi-line strings using the block strip style (|-
) were not created properly.
neat release v1.3.6
Fixed issue where the string output was non valid YAML.