Releases: victor-am/rails-ranger
Releases · victor-am/rails-ranger
v1.2.1
Multiple version upgrades:
- #45 Upgrade axios to 0.21.1
- #46 Bump handlebars from 4.1.2 to 4.7.7
- #47 Bump ssri from 6.0.1 to 6.0.2
- #48 Bump lodash from 4.17.15 to 4.17.21
- #49 Bump y18n from 4.0.0 to 4.0.3
v1.1.5
Upgrades axios from 0.18.0 to 0.18.1 (a security fix)
1.1.4
Upgrades the lodash library in order to fix some security issues.
1.1.2
Fixes multiple parameter injection on URL (#26)
1.1.1
Upgrades the lodash
library in order to fix this security issue.
1.0.1
Updated several dependencies (without breaking the restraints on the package.json).
1.0.0
No changes since 0.5.0, just a version bump to signal that the API is currently stable.
0.5.0
- 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