Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: theory/sqljson

Release refs/tags/v0.3.1

25 Apr 21:45
v0.3.1
4eb5a62

Choose a tag to compare

⚡ Improvements

  • Added support for 32-bit architectures, including TinyGo.

🆚 For more detail compare changes since v0.3.0.

Release v0.3.0

31 Mar 15:59
v0.3.0
11780b0

Choose a tag to compare

🪲 Bug Fixes

  • Changed the return value of the Query and MustQuery functions and methods from any to []any, as they always return a slice of selected items.

📚 Documentation

  • Fixed the example code at the top of ast to properly handle nil binary operands and the node returned by Next().

📔 Notes

  • Applied fixes suggested by golangci-lint v2.

🆚 For more detail compare changes since v0.2.1.

Release v0.2.1

22 Dec 23:49
v0.2.1
795f99b

Choose a tag to compare

📚 Documentation

  • Updated the playground links in the README to the new URL.
  • Added a couple of missing playground links to the README.

🆚 For more detail compare changes since v0.2.0.

Release v0.2.0

15 Dec 22:53
v0.2.0
d6d7687

Choose a tag to compare

⚡ Improvements

  • Replaced the ToString method from the DateTime interface with fmt.Stringer. This complies with a change made just before the release of PostgreSQL 17 in order to keep the jsonpath functions immutable. The upshot is that time zones no longer impact the output of the .string() method.

🪲 Bug Fixes

📚 Documentation

  • PostgreSQL's implementation is also no longer impacted by the DateStyle GUC, so the paragraph about the lack of support for that feature has been removed from the Compatibility section of the README.

📔 Notes

  • Added a utility to help examine changes in the PostgreSQL repository when syncing changes.

🆚 For more detail compare changes since v0.1.1.