@lionweb/ts-utils 0.7.0 → 0.7.2-beta.0
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 +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.7.
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
(The 0.7.0 release was deprecated because its `validation` package was faulty.)
|
|
4
6
|
|
|
5
7
|
* Initial creation and publication of this package, as an extraction and de-duplication from `@lionweb/core`, `@lionweb/utilities`, `@lionweb/class-core`, and `@lionweb/validation`.
|
|
6
8
|
* Add 'mapFrom' function that maps an array to a map, using given key and value functions.
|