residuum
released this
This is the last bugfix release for the 1.x.x branch before 2.x.x is released, which will bring breaking changes.
- Bug fix: compilation works with json-c >= 0.13
- Bug fix: remove builderplate display in Pd console
Binaries are available via deken.
Assets
2
residuum
released this
- Update of build scripts and documentation
- Usage of CI for build
Assets
2
residuum
released this
- Bug fix:
- [json-encode] and [json-decode]: Correctly freeing JSON object memory
- Removed Google API calls from help
- Switch Makefile to pd-lib-builder
- Remove building of own Debian packages
- [Mac] Add liboauth build as homebrew script
Assets
2
residuum
released this
[rest]
and[oauth]
can now use proxies to issue HTTP requests- Updated manual
Assets
5
residuum
released this
Functional changes:
- [rest] and [oauth]: HTTP streaming enabled
- Rewrite of manual
- Optimization in [json-encode] and [urlparams]
Assets
6
residuum
released this
Use this version, if your package system uses json-c version 0.11 or later.
Functional changes:
- [oauth]: PATCH, TRACE and OPTIONS request implemented
Assets
5
residuum
released this
Use this version, if your package system uses json-c version 0.10 or lower.
Functional changes:
- [oauth]: PATCH, TRACE and OPTIONS request implemented
residuum
released this
Use this version, if your package system uses json-c version 0.11 or later.
Functional changes:
- [rest]: HEAD, PATCH, TRACE and OPTIONS request implemented
- [oauth]: HEAD request implemented
Bug fixes:
- [rest] and [oauth]: Mac OS X needs cacert.pem
- [json-encode]: differentiate between float and integer values
Other:
- unit tests for [json-decode], [json-encode], [urlparams]
Assets
5
residuum
released this
Use this version, if your package system uses json-c version 0.10 or lower.
Functional changes:
- [rest]: HEAD, PATCH, TRACE and OPTIONS request implemented
- [oauth]: HEAD request implemented
Bug fixes:
- [rest] and [oauth]: Mac OS X needs cacert.pem
- [json-encode]: differentiate between float and integer values
Other:
- unit tests for [json-decode], [json-encode], [urlparams]
residuum
released this
This is the first release with a fixed API. Use this version, if your package system uses json-c 0.11 or later.
Functional changes to 0.15.0:
- Info for users while loading object
Bug fixes in [json-encode]:
- array handling
- number handling