lib-rest
Version:
Base libraries and classes for doing HTTP requests, in the RESTful manner.
33 lines (20 loc) • 598 B
Markdown
0.1.5 / 2017-10-24
==================
* Handle the case where root path is empty.
* Maintenance: update modules etc.
0.1.4 / 2017-02-19
==================
* Moved default error handler from Rest to Base.
* Updated modules and fixed mock.
0.1.3 / 2017-01-09
==================
* Added `patch()` to Rest.
0.1.2 / 2016-12-18
==================
* Added a set of "raw" request APIs that don't use Promise.
0.1.1 / 2016-11-17
==================
* Small improvements: allow post to a child, allow get with query string etc.
0.1.0 / 2016-11-15
==================
* First release.