Skip to content

v2.0.0

Compare
Choose a tag to compare
@simonhaenisch simonhaenisch released this 07 Aug 16:14
· 40 commits to master since this release

2.0.0 (2020-06-01)

⚠ BREAKING CHANGES

  • dates: Instead of expecting that moment is defined globally, there's a new method setMomentReference that needs to be used to provide a reference to the moment function/object.

This also updates the moment and moment-timezone dependencies.

Features

  • dates: no more global moment (08018f8)
  • time: subtract method (f59b7f1)

Bug Fixes

  • arrays: removeFromArray always returns a copy (4acb473)