v2.0.0
2.0.0 (2020-06-01)
⚠ BREAKING CHANGES
- dates: Instead of expecting that
moment
is defined globally, there's a new methodsetMomentReference
that needs to be used to provide a reference to themoment
function/object.
This also updates the moment
and moment-timezone
dependencies.
Features
Bug Fixes
- arrays:
removeFromArray
always returns a copy (4acb473)