- Fix
isValid()wrongly returningtruefor dates outside the supported range when running against moment >= 2.30. moment 2.30 stopped memoizingisValid(), so the internal_isValid = falseassignment was recomputed away on every call; moment's ownuserInvalidatedparsing flag is now raised alongside it. This also affects the published 0.10.4, whosemoment: ^2.29.4range resolves to 2.30 today.
(Releases 0.8.0 through 0.10.4 are not recorded here; see the git history.)
- Fix locale fa loading based on moment documentation (#134)
- Fix when formatting using LTS local formatting token (#106)
- Support modern persian via dialect option, see here
- Support persian digits. Disabled by default.
- Drop support for component
- Drop support for bower
- Simplify build process