forked from pool/lua-messagepack
- Upgrade to 0.5.2:
- improve speed of unpack integers - fix extra bytes detection (see PR #26) - allows ipairs(mp.packers) (see PR #27) - export unpack_cursor instead of unpackers (see issue #23) - refactor without types_map indirection - remove set_number'integer' - better use of string.pack (Lua 5.3) - fix pack float with Lua 5.3 - fix behaviour with LUA_32BITS - fix float/integer detection - refactor doc with Markdown and MkDocs - handle long double - handle NaN (like nil) as table index OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-messagepack?expand=0&rev=20
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 13 12:54:50 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Upgrade to 0.5.2:
|
||||
- improve speed of unpack integers
|
||||
- fix extra bytes detection (see PR #26)
|
||||
- allows ipairs(mp.packers) (see PR #27)
|
||||
- export unpack_cursor instead of unpackers (see issue #23)
|
||||
- refactor without types_map indirection
|
||||
- remove set_number'integer'
|
||||
- better use of string.pack (Lua 5.3)
|
||||
- fix pack float with Lua 5.3
|
||||
- fix behaviour with LUA_32BITS
|
||||
- fix float/integer detection
|
||||
- refactor doc with Markdown and MkDocs
|
||||
- handle long double
|
||||
- handle NaN (like nil) as table index
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 11 16:19:18 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
Reference in New Issue
Block a user