All Versions
11
Latest Version
Avg Release Cycle
80 days
Latest Release
918 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.0 Changes
November 14, 2019โฌ๏ธ Upgrades axios minor version to 0.19.0 which add new features
๐ More information of axios changes here. -
v1.1.5 Changes
November 14, 2019๐ Upgrades axios from 0.18.0 to 0.18.1 (a security fix)
-
v1.1.4 Changes
August 09, 2019๐ Upgrades the lodash library in order to fix some security issues.
-
v1.1.2 Changes
February 26, 2019๐ Fixes multiple parameter injection on URL (#26)
-
v1.1.1 Changes
May 22, 2018๐ Upgrades the
lodash
library in order to fix this security issue. -
v1.1.0 Changes
March 15, 2018โฌ๏ธ Upgrades Axios version to 0.18.0.
๐ See their changelong for more information. -
v1.0.1 Changes
March 13, 2018โก๏ธ Updated several dependencies (without breaking the restraints on the package.json).
-
v1.0.0 Changes
December 24, 2017๐ฆ No changes since 0.5.0, just a version bump to signal that the API is currently stable.
-
v0.5.0 Changes
December 02, 2017- โ Added the
.namespace
function (PR #21)
Example of the
.namespace
function usage:api.namespace('admin/:type', { type: 'super' }).list('blogPosts')//=\> GET request to /admin/super/blog\_posts
- โ Added the
-
v0.4.0 Changes
November 20, 2017