Comparing version 5.2.0 to 5.3.0
@@ -10,4 +10,6 @@ # CHANGE LOG | ||
---- | ||
## [In Git](https://github.com/mattwynne/gosh/compare/v4.3.0...master) (Not released) | ||
## [In Git](https://github.com/cucumber-ltd/gosh/compare/v5.2.0...master) (Not released) | ||
## [v5.2.0](https://github.com/mattwynne/gosh/compare/v4.3.0...v5.2.0) (Not released) | ||
### Added | ||
@@ -20,2 +22,3 @@ | ||
* API for building stores has been simplified. | ||
* Everything is async, ready for a persistent store! | ||
@@ -22,0 +25,0 @@ ### Deprecated |
@@ -11,3 +11,3 @@ 'use strict' | ||
async put({ document, id }) { | ||
this.deleteId(id) | ||
await this.deleteId(id) | ||
const keys = this._attemptToMakeKeys(document) | ||
@@ -14,0 +14,0 @@ if (!keys[0]) return this |
{ | ||
"name": "gosh", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Great Object Storage Hooray!", | ||
@@ -5,0 +5,0 @@ "main": "lib/gosh.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
236067402
0