Comparing version 0.8.5 to 0.8.6
{ | ||
"name": "db64", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "A Practical IndexedDB API", | ||
@@ -5,0 +5,0 @@ "main": "db64.js", |
@@ -6,3 +6,3 @@ # db64 | ||
> ## $${\color{darkred}[[Disclaimer]]}$$ | ||
> ### Disclaimer | ||
> Starting from version 0.8.5, before creating a new databse, the function `db64.create(<database>,[<store>,<store>,...])` will now automatically delete the existing specified database if it does not contain the exact specified stores. | ||
@@ -9,0 +9,0 @@ > If you do not want this behavior, set the third argument to `disable-delete` e.g. `db64.create('db', ['x', 'y'], 'disable-delete')` |
@@ -6,3 +6,3 @@ # db64 | ||
> ## $${\color{darkred}[[Disclaimer]]}$$ | ||
> ### Disclaimer | ||
> Starting from version 0.8.5, before creating a new databse, the function `db64.create(<database>,[<store>,<store>,...])` will now automatically delete the existing specified database if it does not contain the exact specified stores. | ||
@@ -9,0 +9,0 @@ > If you do not want this behavior, set the third argument to `disable-delete` e.g. `db64.create('db', ['x', 'y'], 'disable-delete')` |
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
71047