Releases: flightaware/yajl-tcl
Releases · flightaware/yajl-tcl
v1.8.1
What's Changed
- Import newer TEA with fixes for soname on FreeBSD by @gahr in #35
- Switch from Travis to Github Actions for CI by @bovine in #36
- changes to attempt support of both Tcl8 and Tcl9 by @mxmanghi in #41
- json2dict: Prevent converting boolean strings to numerical values by @ramikhaldi in #39
New Contributors
- @mxmanghi made their first contribution in #41
- @ramikhaldi made their first contribution in #39
Full Changelog: v1.7.0...v1.8.1
v1.7.0
v1.6.2
v1.6.1
v1.6
v1.5
v1.4
- API of integer_callback changed the other way around
- Use "delete" method rather than rename object to "" to delete
intermediate yajltcl objects when turning arrays into json, etc. - Update example in README.md too.
- Fixing some memory leaks when creating and destroying yajl objects.
v1.3
- Comments.
- Improve performance of json2dict method by reducing copying
- Make the "parse" command output "bool" commands instead of "boolean"
to avoid roundtrip failure (Issue #5) - Make "number" command reject blank arguments as invalid (Issue #4)
- Add json parsing into simple key/value dict compatible format (Issue #3)
- Add "delete" convenience function.