Releases: stilvoid/please
Releases · stilvoid/please
v2.0.0
Changelog
- 353ac23 Add README
- 4cc1e3f Add a new test case and simplify the internal coercer
- bf5df6b Add generate docs
- 486d467 Add toml formatter
- 30279e6 Add toml parser
- fbc25a8 Add user-agent, change -o flag to -v for request/respond
- c41c74e Add version string to goreleaser
- 5d6be99 Change to GPL
- c8e9348 Check toml before yaml in identify cmd
- ddb5cdf Make request and respond more uniform
- b3c4118 Merge pull request #4 from stilvoid/modernise
- 8171fed Move format list to long help in parse
- 710296a Move parser and formatters into please
- 5ae1f6e Move parsers/formatters back into parse/format and move main into root
- a4e28ec Move path to positional arg in serve
- 56f8ddd Move web into internal package
- 04c6aeb Port please commands to cobra
- dc26e6e Remove docs
- c7dd2ed Remove examples. Use cobra's checkerr instead of fatal log
- 124a2aa Replace interface{} with any
- a4a91c7 Run go mod tidy
- b73462f Run go mod tidy
- 1c3648c Run go mod tidy
- 571b23b Simplify IO
- 121c8a0 Tidy up text
- acbe8ed Update README with install option for homebrew
v1.2.0
Changelog
- 64bcf99 Add JMESPath support
- f5801f2 Add serve command
- 56ae7b8 Move non-API packages to internal
- 4c9ddd4 Tidy up format package
- 1ed239d Tidy up internal package
- 395c4ff Tidy up parse package
- ebc0faf Update dependencies
- d484880 Update dependencies
- 616c68e Update deps and add goreleaser and dependabot
v1.1
New defaults
- Added the
identify
command - Changed the default format behaviour to pretty-print the input
- Refactored for a cleaner interface
This release warrants a new major version because I've renamed quite a few of the exported functions.
v0.5
v0.4.1
v0.4.0
v0.3.0
v0.2.1
Now with graphviz output
v0.2.0 adds a new parse
output format: dot