Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@mszostok mszostok released this 06 May 14:42
a69cf43

πŸŽ‰ Version 1.2.0 is now available!

✨ Key highlights

In this release, thanks to @Kamsiy we enabled dynamic styling without the need to rebuild the CLI binary. Both YAML and JSON files are supported. Configure options:

  • Enable loading style from environment variable via version.WithPrettyStyleFromEnv("ENV_NAME_FOR_FILE_PATH"),
  • Load a style file directly using Go function, version.WithPrettyStyleFile("file_path").

Read more at:

What's Changed

Enhancements πŸš€

  • Add example with global upgrade notice for cobra CLI by @mszostok in #61
  • Add option to load config from file by @Kamsiy in #92
  • Update docs, port bash script to Go, add example by @mszostok in #104

Other Changes ✨

New Contributors

Full Changelog: v1.1.0...v1.2.0