tag:github.com,2008:https://github.com/bitkidd/adonisjs-credentials/releasesRelease notes from adonisjs-credentials2024-02-04T15:37:46Ztag:github.com,2008:Repository/372236965/v2.0.02024-02-04T15:41:18Zv2.0.0<p>Refactored the package so that it will work with AdonisJS v6.x.x</p>
<h3>BREAKING CHANGE</h3>
<p>The new version introduced one main change you'll have to apply manually. You have to add <code>v2.</code> to both of your <code>.key</code> and <code>.credentials</code> files. This will allow in the future change encryption algo without breaking things.</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/bitkidd/adonisjs-credentials/compare/v1.3.0...v2.0.0"><tt>v1.3.0...v2.0.0</tt></a></p>bitkiddtag:github.com,2008:Repository/372236965/v1.3.02022-11-05T21:17:22Zv1.3.0<ul>
<li><a href="https://github.com/bitkidd/adonis-credentials/commit/df1296e520b6ce604be0b943df33c791477babdf">fix: pass env to credentials:edit command</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/bitkidd/adonisjs-credentials/compare/v.1.2.0...v1.3.0"><tt>v.1.2.0...v1.3.0</tt></a></p>bitkiddtag:github.com,2008:Repository/372236965/v.1.2.02022-09-11T14:24:27Zv1.2.0<p><strong>New feature added, YAML support.</strong><br>
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.</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/bitkidd/adonisjs-credentials/compare/v1.1.1...v.1.2.0"><tt>v1.1.1...v.1.2.0</tt></a></p>bitkiddtag:github.com,2008:Repository/372236965/v1.1.12022-02-15T17:10:59Zv1.1.1<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/bitkidd/adonisjs-credentials/compare/v1.1.0...v1.1.1"><tt>v1.1.0...v1.1.1</tt></a></p>bitkiddtag:github.com,2008:Repository/372236965/v1.1.02022-02-15T14:51:43Zv1.1.0<ul>
<li><a href="https://github.com/bitkidd/adonis-credentials/commit/d3318393d64a9520df2af23f8bd71733f2319e3b">refactor: use execa for child processes</a></li>
<li><a href="https://github.com/bitkidd/adonis-credentials/commit/19aaef01e038e2bcb040de9e006b722683222560">feat: add a new pipe command</a></li>
<li><a href="https://github.com/bitkidd/adonis-credentials/commit/e3e455412397cf339437f6293662f5a6fa7c3f53">chore: update packages, mrm configs</a></li>
</ul>bitkiddtag:github.com,2008:Repository/372236965/v1.0.42021-09-20T14:50:43Zv1.0.4<ul>
<li><strong>feat:</strong> add get method to credentials (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bitkidd/adonisjs-credentials/commit/9d6ff90ff1b49b00f487a550b3fbd18b5f031bac/hovercard" href="https://github.com/bitkidd/adonisjs-credentials/commit/9d6ff90ff1b49b00f487a550b3fbd18b5f031bac"><tt>9d6ff90</tt></a>)</li>
</ul>bitkiddtag:github.com,2008:Repository/372236965/v1.0.32021-09-20T08:14:43Zv1.0.3<ul>
<li><strong>refactor:</strong> rename key param (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bitkidd/adonisjs-credentials/commit/43e3cbbfda0b7fcd22840c4ce6231c9e4a1db08d/hovercard" href="https://github.com/bitkidd/adonisjs-credentials/commit/43e3cbbfda0b7fcd22840c4ce6231c9e4a1db08d"><tt>43e3cbb</tt></a>)</li>
</ul>bitkiddtag:github.com,2008:Repository/372236965/v1.0.22021-09-20T08:03:53Zv1.0.2<ul>
<li><strong>fix:</strong> package.json files group (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bitkidd/adonisjs-credentials/commit/8b64bb6813bd356b04ce2d3300a8b2666e6ae39f/hovercard" href="https://github.com/bitkidd/adonisjs-credentials/commit/8b64bb6813bd356b04ce2d3300a8b2666e6ae39f"><tt>8b64bb6</tt></a>)</li>
</ul>bitkiddtag:github.com,2008:Repository/372236965/v1.0.12021-09-20T07:51:58Zv1.0.1<ul>
<li><strong>refactor:</strong> use string snake_case helper to form key (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bitkidd/adonisjs-credentials/commit/2126fc9be5a093003b84e4291cd5d4b692ea8f69/hovercard" href="https://github.com/bitkidd/adonisjs-credentials/commit/2126fc9be5a093003b84e4291cd5d4b692ea8f69"><tt>2126fc9</tt></a>)</li>
<li><strong>feat:</strong> add instructions (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bitkidd/adonisjs-credentials/commit/08265cb2c45a6eb5c10001cb249c02552e2c2e3f/hovercard" href="https://github.com/bitkidd/adonisjs-credentials/commit/08265cb2c45a6eb5c10001cb249c02552e2c2e3f"><tt>08265cb</tt></a>)</li>
</ul>bitkidd