Skip to content

Commit f0dcb18

Browse files
committed
release: v8.0.0-beta.5
1 parent 43d294e commit f0dcb18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This lib is fully documented and so you'll find detailed [migration guides](./MIGRATION.md).
44

5-
## 8.0.0-beta.4 (2019-02-13)
5+
## 8.0.0-beta.5 (2019-03-11)
66

77
**A [full migration guide to version 8](./docs/MIGRATION_TO_V8.md) is available.**
88

@@ -34,7 +34,7 @@ It was time to do a full review and refactoring, which results in:
3434
- **`type` now required for array, object, const and enum validation schemas**
3535
- `JSONSchemaNull` removed (useless, `null` doesn't require any validation)
3636
- `items` in arrays schemas no longer accepts an array of JSON schemas
37-
- `JSONSchema` no longer acceps extra properties
37+
- `JSONSchema` no longer accepts extra properties
3838
- `getUnsafeItem()` is removed (was already deprecated in v7)
3939

4040
### Future breaking changes

projects/ngx-pwa/local-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-pwa/local-storage",
3-
"version": "8.0.0-beta.4",
3+
"version": "8.0.0-beta.5",
44
"description": "Efficient local storage module for Angular apps and PWA: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.",
55
"author": "Cyrille Tuzi",
66
"license": "MIT",

0 commit comments

Comments
 (0)