Skip to content
This repository was archived by the owner on Mar 20, 2022. It is now read-only.

Commit b46bd7b

Browse files
committed
v3.6.0
1 parent 06c4551 commit b46bd7b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v3.6.0
2+
3+
* **Added** `fallbackStrategy` for denormalization (#422)
4+
* **Fixed** entities can be `undefined` in TS defs if none found (#435)
5+
16
# v3.5.0
27

38
- **Added** ability to dynamically set nested schema type (#415)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
55
"bugs": {
66
"url": "https://github.com/paularmstrong/normalizr/issues"

0 commit comments

Comments
 (0)