* Tue Dec 10 2024 bjorn.lie@gmail.com
- Update to version 1.10.6:
+ Allow single quoted strings when running in non-strict mode.
+ Allow escaped characters when running in non-strict mode.
+ Add missing nullable annotation.
* Fri Aug 30 2024 bjorn.lie@gmail.com
- Update to version 1.10.0:
+ Allow disabling installed tests
+ Support parsing multiple root statements in non-strict mode
+ Allow loading files >4GB with json-glib-validate
- Add docutils BuildRequires: New dependency (rst2man)
* Sat Sep 16 2023 bjorn.lie@gmail.com
- Update to version 1.8.0:
+ Build fixes
+ Add current node accessor to JsonReader
+ Make xgettext optional
+ Avoid leaking memory in error paths
+ Update test suite to conform with TAP
+ Ensure valid output for exponential notation of numbers
+ Updated translations.
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Wed Aug 25 2021 bjorn.lie@gmail.com
- Update to version 1.6.6:
+ New release with the documentation and gi-docgen included in
the archive.
- Drop gtk-doc BuildRequires, no longer needed, nor used.
- Add docbook-xsl-stylesheets and libxslt-tools BuildRequires,
needed for building of manpages.
* Sat Aug 21 2021 bjorn.lie@gmail.com
- Update to version 1.6.4:
+ Discover linker flags on all toolchains
+ Fix memory leak
+ Use gi-docgen instead of gtk-doc for generating the API
reference
+ Build against newer versions of GLib
- Pass gtk_doc=disabled to meson, no longer build API
documentation.
* Tue Feb 09 2021 bjorn.lie@gmail.com
- Update to version 1.6.2:
+ Fix build reproducibility.
+ Fix parsing of UTF-16 surrogate pairs.
+ Ignore UTF-8 BOM.
* Fri Sep 11 2020 bjorn.lie@gmail.com
- Update to version 1.6.0:
+ docs: Add missing index for 1.6 symbols.
+ Updated translations.
- Add gtk-doc BuildRequires and build gtk-doc api documentation and
manpages via passing man=true and gtk_doc=enabled to meson.
- Add check section and run meson_test macro during build.
- Drop obsolete nuking of .la files, no longer needed.
* Fri Sep 04 2020 dimstar@opensuse.org
- Update to version 1.5.2:
+ Add getters with default fallback for JsonObject.
+ Clarify some expections of the json_object_get_*_member APIs.
+ Fix getting immutable root nodes from empty input.
+ Add `--output` option to json-glib-format.
+ Support loading files via memory mapping.
+ Add a symbol version to all exported symbols.
- Pass -Dgtk_doc=disabled to meson: keep the gtk-doc disabled for
now.
* Fri May 22 2020 daniel.molkentin@suse.com
- Require pkgconfig to create pkgconfig() provides