Skip to content

Commit 0b82e46

Browse files
committed
doc
1 parent 0949a18 commit 0b82e46

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/MIGRATION_TO_V11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ this.storage.get<User>('user', {
7575
```
7676

7777
> [!IMPORTANT]
78-
> Be aware*you are responsible the casted type (`User`) describes the same structure as the JSON schema. For the same reason, the library cannot check that.
78+
> Be aware you are responsible the casted type (`User`) describes the same structure as the JSON schema. For the same reason, the library cannot check that.
7979
8080
3. **Mismatch between cast and primitive JSON schema**
8181

docs/MIGRATION_TO_V13.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ng update @ngx-pwa/local-storage
1212
> [!IMPORTANT]
1313
> If your project is actually in a version < 12, please do the [other migrations](../MIGRATION.md) first in an incremental way. **The version 9 migration is especially important**, as a wrongly done migration could lead to the loss of all previously stored data.
1414
15-
Done!
16-
1715
## Breaking changes
1816

1917
### Internet Explorer is dead

docs/MIGRATION_TO_V16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const schema: JSONSchema = { type: 'string' };
9191

9292
`JSONValidator` is deprecated and will no longer be available in version 17. It is an internal utility class which is limited, could change at any time and is out of scope of this library.
9393

94+
> [!TIP]
9495
If you need a JSON validator, there are far better and dedicated libraries available like [ajv](https://ajv.js.org/).
9596

9697
### LocalDatabase

0 commit comments

Comments
 (0)