Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2020-07-20)

### Bug Fixes

* **crypto-service:** persist the salt again after cleaning all data ([89f9728](89f9728))
* **naming:** better name to describe the intent of the project ([55d58f8](55d58f8))
* **storage-service:** use a standard interface to set and get data ([dfd54bc](dfd54bc))

### Features

* **delete:** method to delete individual data by their key ([74efe28](74efe28))

### BREAKING CHANGES

* **storage-service:** load -> get, save -> set, delete -> deleteDB
* **naming:** @webcrypto/store -> @webcrypto/storage, CryptoStore -> CryptoStorage
  • Loading branch information
semantic-release-bot committed Jul 20, 2020
1 parent 1df964a commit 40daab6
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 476 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/willgm/web-crypto-storage/compare/v1.0.0...v2.0.0) (2020-07-20)


### Bug Fixes

* **crypto-service:** persist the salt again after cleaning all data ([89f9728](https://github.com/willgm/web-crypto-storage/commit/89f972853e74b980266dac2353d831adc2ce3d5a))
* **naming:** better name to describe the intent of the project ([55d58f8](https://github.com/willgm/web-crypto-storage/commit/55d58f82eeb881c7b059e18cc619d43e27668df1))
* **storage-service:** use a standard interface to set and get data ([dfd54bc](https://github.com/willgm/web-crypto-storage/commit/dfd54bc32bed91edeee56af229c96b314c7c3c7f))


### Features

* **delete:** method to delete individual data by their key ([74efe28](https://github.com/willgm/web-crypto-storage/commit/74efe28f3cb91e9e8f0fb48e2c40e1b48686fc3e))


### BREAKING CHANGES

* **storage-service:** load -> get, save -> set, delete -> deleteDB
* **naming:** @webcrypto/store -> @webcrypto/storage, CryptoStore -> CryptoStorage

# 1.0.0 (2020-07-17)

### Features
Expand Down
20 changes: 10 additions & 10 deletions docs/classes/cryptostorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L66">web-crypto-storage.ts:66</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L66">web-crypto-storage.ts:66</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2842,7 +2842,7 @@ <h4 class="tsd-returns-title">Returns <a href="cryptostorage.html" class="tsd-si
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L71">web-crypto-storage.ts:71</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L71">web-crypto-storage.ts:71</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2896,7 +2896,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> Authenticity<wbr>Error</h
<div class="tsd-signature tsd-kind-icon">Authenticity<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;Integrity/Authenticity check failed!&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L56">web-crypto-storage.ts:56</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L56">web-crypto-storage.ts:56</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2911,7 +2911,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> Crypto<wbr>Key<wbr>Error<
<div class="tsd-signature tsd-kind-icon">Crypto<wbr>Key<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;CryptoStorage needs a base key to work properly&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L61">web-crypto-storage.ts:61</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L61">web-crypto-storage.ts:61</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2933,7 +2933,7 @@ <h3>clear</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L160">web-crypto-storage.ts:160</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L160">web-crypto-storage.ts:160</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2956,7 +2956,7 @@ <h3>close</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L171">web-crypto-storage.ts:171</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L171">web-crypto-storage.ts:171</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2979,7 +2979,7 @@ <h3>delete</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L182">web-crypto-storage.ts:182</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L182">web-crypto-storage.ts:182</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3011,7 +3011,7 @@ <h3>deleteDB</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L197">web-crypto-storage.ts:197</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L197">web-crypto-storage.ts:197</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3035,7 +3035,7 @@ <h3>get</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L113">web-crypto-storage.ts:113</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L113">web-crypto-storage.ts:113</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3067,7 +3067,7 @@ <h3>set</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-store/blob/5ae6601/src/web-crypto-storage.ts#L143">web-crypto-storage.ts:143</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-storage/blob/1df964a/src/web-crypto-storage.ts#L143">web-crypto-storage.ts:143</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit 40daab6

Please sign in to comment.