Ngx Moment Versions Save

moment.js pipes for Angular

3.0.1

5 years ago
  • Update installation instruction in README (see #194)

3.0.0

5 years ago
  • Make moment a peerDependency instead of dependency (see #149 for discussion)

When upgrading to this version, make sure to npm install --save moment.

2.0.0-rc.0

6 years ago

Promote latest beta to Release Candidate

2.0.0

6 years ago

2.0.0-beta.0 and 2.0.0-rc.0 are aliases for this release.

1.8.0

6 years ago
  • Fix: Remove node_modules from compiled version (#187, contributed by wachri)

1.7.1

6 years ago
  • Fix bug where FromUtcPipe was being imported instead of exported (#180, contributed by fshin123)
  • test: fix amLocal tests to pass regardless of timezone

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago
  • Add amLocale pipe (#155, contributed by FallenRiteMonk)
  • Migrate testing framework to jest

1.4.0

6 years ago
  • Add ParsePipe to enable parsing of custom-formatted date string (#148, contributed by vin-car)