v2.0.0
juliendelplanque
released this
24 Jun 17:58
·
86 commits
to master
since this release
Changelog
Breaking changes / new feature
- Improved JRPCHTTPServer handling, the previous implementation will respond to a request without considering the path contained in the URL.
- Changed JRPCHTTPClient to reuse the ZnClient, allowing to configure an ifFail: block, and performing the request doing POST and not GET (https://www.simple-is-better.org/json-rpc/transport_http.html)
- Add a compatibility package for Pharo 6.1 (Previous changes made the project unable to work on Pharo 6.1 without this package)
Enhancements
- Moved to outer scope an unnecessary non local return
- Specified that semantic versioning is used in doc about install