Matej Cepl
e07cb36eea
- Fix handling of decoding errors when Lua is compiled with LUA_NOCVTN2S. - Update to 2.7: - Enable working with newer versions of LPeg where the "version" field is no longer a function. - Fix error messages when an encoding error happens in an ordered dictionary. - Update to 2.6: - The decode function is no longer automatically replaced by the version implemented using LPeg, but an LPeg-enabled copy of the module has to be requested explicitly with the function use_lpeg. This was changed to improve the predictability of the code and make audits more reliable. - The LPeg-version of the decode function now reports unterminated strings, arrays and objects with the position where they started rather than where parsing failed which was usually at the end of the input string. This was already the behavior of the pure-Lua-implementation. - Fixed a bug where entries in a dictionary were not put in the desired order when their value was the boolean false. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=13
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Dec 28 00:26:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Update to 2.8:
|
|
- Fix handling of decoding errors when Lua is compiled with
|
|
LUA_NOCVTN2S.
|
|
- Update to 2.7:
|
|
- Enable working with newer versions of LPeg where the
|
|
"version" field is no longer a function.
|
|
- Fix error messages when an encoding error happens in an
|
|
ordered dictionary.
|
|
- Update to 2.6:
|
|
- The decode function is no longer automatically replaced by
|
|
the version implemented using LPeg, but an LPeg-enabled
|
|
copy of the module has to be requested explicitly with
|
|
the function use_lpeg. This was changed to improve the
|
|
predictability of the code and make audits more reliable.
|
|
- The LPeg-version of the decode function now reports
|
|
unterminated strings, arrays and objects with the position
|
|
where they started rather than where parsing failed which was
|
|
usually at the end of the input string. This was already the
|
|
behavior of the pure-Lua-implementation.
|
|
- Fixed a bug where entries in a dictionary were not put in the
|
|
desired order when their value was the boolean false.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 10:17:15 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 27 08:42:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- What was I thinking? Description and Summary had nothing to di
|
|
with this package.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 15:50:02 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:03:08 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 1 22:50:23 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort to package version 2.5
|