indicative-utils
Advanced tools
Comparing version 6.0.0 to 7.0.0
@@ -6,2 +6,26 @@ # Change Log | ||
# [7.0.0](http://github.com/poppinss/indicative/tree/master/packages/utils/compare/v5.0.8...v7.0.0) (2019-04-01) | ||
### Code Refactoring | ||
* **utils:** move cast functions to a single method `cast` ([a4f7cf1](http://github.com/poppinss/indicative/tree/master/packages/utils/commit/a4f7cf1)) | ||
### Features | ||
* use typescript & drop support for browsers ([f4a8fa9](http://github.com/poppinss/indicative/tree/master/packages/utils/commit/f4a8fa9)) | ||
* **utils:** add patchValue method to mutate data values ([8de528f](http://github.com/poppinss/indicative/tree/master/packages/utils/commit/8de528f)) | ||
### BREAKING CHANGES | ||
* **utils:** Remove individual cast functions in favor of | ||
`cast` method | ||
* Removed support for browsers | ||
# [6.0.0](http://github.com/poppinss/indicative/tree/master/packages/utils/compare/v5.0.8...v6.0.0) (2019-03-29) | ||
@@ -8,0 +32,0 @@ |
{ | ||
"name": "indicative-utils", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Utilities used by other Indicative packages", | ||
@@ -46,3 +46,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "56df476f4997730d3b602c4f88d295359d9fd853" | ||
"gitHead": "ec4b9e65401b74657beab116d08dfb8f8b109551" | ||
} |
11505