Releases: stilvoid/please
Releases · stilvoid/please
v2.0.1
Changelog
- 3a6a200 Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0
- a7b463d Bump github.com/google/go-cmp from 0.6.0 to 0.7.0
- d028278 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
- 98b979e Bump golang.org/x/net from 0.34.0 to 0.35.0
- f455565 Bump golang.org/x/net from 0.35.0 to 0.37.0
- a61f8bb Bump golang.org/x/net from 0.37.0 to 0.40.0
- 15de5d2 Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.35.0
- eca66e0 Merge pull request #12 from stilvoid/dependabot/go_modules/golang.org/x/net-0.40.0
- 7314037 Merge pull request #5 from stilvoid/dependabot/go_modules/github.com/spf13/cobra-1.9.1
- bd685b9 Merge pull request #6 from stilvoid/dependabot/go_modules/golang.org/x/net-0.35.0
- 682797e Merge pull request #7 from stilvoid/dependabot/go_modules/github.com/google/go-cmp-0.7.0
- f63b6b7 Merge pull request #8 from stilvoid/dependabot/go_modules/golang.org/x/net-0.37.0
- 512401e Merge pull request #9 from stilvoid/dependabot/go_modules/github.com/BurntSushi/toml-1.5.0
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
identifycommand - 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.