update rewrite changes changelog

This commit is contained in:
David Sevilla Martin 2020-03-07 10:22:14 -05:00
parent 4910205dc7
commit c8e97f295d
No known key found for this signature in database
GPG Key ID: F764F1417E16B15F

View File

@ -16,6 +16,8 @@
* Utils * Utils
- Changed `computed` util to require multiple keys to be passed as an array - Changed `computed` util to require multiple keys to be passed as an array
- `SubtreeRetainer` now has an `update` method instead of `retain`, and its output is used in `onbeforeupdate` lifecycle hook - `SubtreeRetainer` now has an `update` method instead of `retain`, and its output is used in `onbeforeupdate` lifecycle hook
- `Evented` util is now a class instead of an object
- `formatNumber` now uses `Number.prototype.toLocaleString` with the current application locale, and supports passing an options object (eg. for currency formatting - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions#Description)
#### Forum #### Forum
* Forum Application * Forum Application