Skip to content

Releases: victor-am/rails-ranger

v1.2.1

09 Aug 20:40
Compare
Choose a tag to compare

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.2.0

14 Nov 18:19
Compare
Choose a tag to compare

Upgrades axios minor version to 0.19.0 which add new features
More information of axios changes here.

v1.1.5

14 Nov 17:59
Compare
Choose a tag to compare

Upgrades axios from 0.18.0 to 0.18.1 (a security fix)

1.1.4

09 Aug 15:26
Compare
Choose a tag to compare

Upgrades the lodash library in order to fix some security issues.

1.1.2

26 Feb 23:05
Compare
Choose a tag to compare

Fixes multiple parameter injection on URL (#26)

1.1.1

22 May 23:50
Compare
Choose a tag to compare

Upgrades the lodash library in order to fix this security issue.

1.1.0

15 Mar 04:31
aca984e
Compare
Choose a tag to compare

Upgrades Axios version to 0.18.0.
See their changelong for more information.

1.0.1

13 Mar 16:15
508209c
Compare
Choose a tag to compare

Updated several dependencies (without breaking the restraints on the package.json).

1.0.0

24 Dec 01:53
Compare
Choose a tag to compare

No changes since 0.5.0, just a version bump to signal that the API is currently stable.

0.5.0

02 Dec 19:37
Compare
Choose a tag to compare
  • 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