Skip to content

Releases: bitkidd/adonisjs-credentials

v2.0.0

04 Feb 15:41
Compare
Choose a tag to compare

Refactored the package so that it will work with AdonisJS v6.x.x

BREAKING CHANGE

The new version introduced one main change you'll have to apply manually. You have to add v2. to both of your .key and .credentials files. This will allow in the future change encryption algo without breaking things.

Full Changelog: v1.3.0...v2.0.0

v1.3.0

05 Nov 21:17
Compare
Choose a tag to compare

v1.2.0

11 Sep 14:24
Compare
Choose a tag to compare

New feature added, YAML support.
From now all new credentials will be created in a YAML format, JSON is still supported, but it is waaaay easier to use YAML for this kind of stuff.

Full Changelog: v1.1.1...v.1.2.0

v1.1.1

15 Feb 17:10
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

v1.0.4

20 Sep 14:50
Compare
Choose a tag to compare
  • feat: add get method to credentials (9d6ff90)

v1.0.3

20 Sep 08:14
Compare
Choose a tag to compare
  • refactor: rename key param (43e3cbb)

v1.0.2

20 Sep 08:03
Compare
Choose a tag to compare
  • fix: package.json files group (8b64bb6)

v1.0.1

20 Sep 07:51
Compare
Choose a tag to compare
  • refactor: use string snake_case helper to form key (2126fc9)
  • feat: add instructions (08265cb)