Skip to content

Releases: ChrisTrenkamp/xsel

v0.9.16

20 Apr 13:54
Compare
Choose a tag to compare

Changelog

  • fd8f24b Added some convenience methods for casting Result's to a string, number, or NodeSet value.

v0.9.15

25 Feb 13:26
Compare
Choose a tag to compare

Changelog

  • 203914e Changed the JSON parser to emit #obj and #arr, instead of just #.

v0.9.14

24 Feb 22:09
Compare
Choose a tag to compare

Changelog

  • 5620cd8 Reworked the JSON parser to emit '#' nodes for Object and Array declarations. Added '#' as an allowed character for element names.

v0.9.13

28 Dec 17:35
Compare
Choose a tag to compare

Changelog

  • 4761317 Updated goreleaser to new main package.
  • a57f3c8 The API is now simpler to use.

v0.9.12

26 Dec 17:59
Compare
Choose a tag to compare

Changelog

  • 2d199ef Ran go mod tidy for the updated dependencies.
  • db01fe7 Updated dependencies.
  • 65728c1 Fixed issue where Unmarshal crashes when given an unsettable variable.

v0.9.11

27 Aug 00:03
Compare
Choose a tag to compare

Changelog

  • d5cab23 Added int and uint to the unmarshal primitive data types.

v0.9.10

26 Aug 18:30
77f3855
Compare
Choose a tag to compare

Changelog

  • 77f3855 Merge pull request #7 from ChrisTrenkamp/v0.9.10
  • fbe9b5b Added support for unmarshalling results into structs and slices.

v0.9.9

21 Aug 19:06
333462d
Compare
Choose a tag to compare

Changelog

  • 333462d Merge pull request #6 from ChrisTrenkamp/branch-v0.9.9
  • 3106fa5 Added some missing parser symbols to the execution logic. Do not parse HTML files if it does not contain a doctype declaration. Made the error messages slightly more readable.

v0.9.8

16 Aug 15:00
ae8d1b0
Compare
Choose a tag to compare

Added support for HTML and JSON documents.

v0.9.7

14 Aug 20:30
Compare
Choose a tag to compare

Changelog

  • 45017af go mod tidy
  • fd38cee Use a string for the go-version.
  • baaaed5 Upgrade releaser to 1.20.
  • dc67a98 Upgrade go version to 1.20.
  • dc40a33 Updated README.
  • a540000 Upgraded dependencies.
  • 6038806 Fixed performance issue with cleaning up node result sets. Upgraded the GoGGL parser. Fixed performance problems that stemmed from the CLI reading entire files instead of streaming them.