akanjs 2.2.4-rc.5 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# akanjs
|
|
2
2
|
|
|
3
|
+
## 2.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d636456: add rich Map methods on memory() helper service
|
|
8
|
+
- a1ee4e8: fill nested constant defaults for arrays on document save and load, normalize date fields to a consistent epoch representation on store (accepting legacy ISO-string values on read), and correct falsy defaults in getDefault
|
|
9
|
+
- 5cdb05e: reverse dependency of file upload api
|
|
10
|
+
- a7da50e: remove dependency from radix dialog
|
|
11
|
+
|
|
3
12
|
## 2.2.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|