Skip to content

Releases: stilvoid/please

v2.0.1

02 Jun 10:42
v2.0.1
eca66e0

Choose a tag to compare

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

26 Jan 18:57
v2.0.0
c41c74e

Choose a tag to compare

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

11 Jan 17:33
v1.2.0
616c68e

Choose a tag to compare

Changelog

v1.1

27 Aug 21:58

Choose a tag to compare

  • Added support for URL-encoded query data format (please parse -i query)
  • Fixed some typos
  • Added lots more tests
  • Fixed a lot of bugs as a result

New defaults

26 Aug 22:16

Choose a tag to compare

  • 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

31 Jul 23:16

Choose a tag to compare

Includes support for wildcards when parsing data structures.

e.g. product.*.id will pull out the id field from every entry in product.

v0.4.1

29 Jul 23:06

Choose a tag to compare

Tidied up some code, fixed a few bugs, and added some Go documentation.

v0.4.0

25 Jun 13:51

Choose a tag to compare

Now includes yaml parsing and a few other tweaks to the help output.

v0.3.0

22 Jun 23:57

Choose a tag to compare

Now with JSON and XML formatters :)

v0.2.1

22 Jun 15:34

Choose a tag to compare

Fixes a bug where the dot formatter was linking identical leaf nodes.