Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Release candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@butterflyhug butterflyhug released this 07 Sep 17:34
· 20 commits to master since this release

This release adds IE 8 compatibility and features to help third-party plugins integrate with Frozen Moment. (Most Moment plugins are inherently compatible with Frozen Moment, since they do not mutate any moment instances. The new features are primarily intended for the minority of Moment plugins that do rely on Moment's mutability, e.g. to perform math on an explicitly cloned instance.)

There is one known incompatible change since 0.1.1:

  • Cloning a frozen moment instance now returns a new frozen instance. Due to a bug, cloning a frozen instance previously returned a non-frozen instance. I do not anticipate that there is any code in the wild that directly relies on the old behavior, but it may impact compatibility with some third-party Moment plugins.

Special thanks to @pitaj for contributing to this release.