Skip to content

Releases: stilvoid/please

v2.0.0

26 Jan 18:57
v2.0.0
c41c74e
Compare
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
Compare
Choose a tag to compare

Changelog

v1.1

27 Aug 21:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Now with JSON and XML formatters :)

v0.2.1

22 Jun 15:34
Compare
Choose a tag to compare

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

Now with graphviz output

21 Jun 20:58
Compare
Choose a tag to compare

v0.2.0 adds a new parse output format: dot