Ngx Moment Versions Save

moment.js pipes for Angular

6.0.2

2 years ago

Full Changelog: https://github.com/urish/ngx-moment/compare/6.0.1...6.0.2

6.0.1

2 years ago
  • Support for Angular 13 + Ivy
  • Fix build issue (see #273)

5.0.0

3 years ago
  • fix: support for Angular 10 (see #240)
  • breaking: drop support for Angular < 7

4.0.1

3 years ago
  • republish to npm without ngcc backup files

4.0.0

3 years ago
  • fix: correct input types for pipes 906e40c
  • chore(deps): angular 9, typescript 3.8 9966a9a
  • chore: reformat all code with prettier 10fe5c51
  • docs: remove system.js instructions from README

3.5.0

4 years ago
  • feat: add formatFn argument to amTimeAgo (#213, contributed by chaoyangnz)
  • feat: add format|formats to from-utc pipe and parse-pipe (#215, contributed by gigadie)
  • fix: improve amLocale compability with Angular Ivy (#226, contributed by sobanieca)

3.4.0

5 years ago
  • feat: add amIsBefore, amIsAfter pipes (#208, contributed by StickNitro)
  • Ability to provide options to the MomentModule (#209, contributed by StickNitro)
  • fix: Improved Text Update on locale change when not using MomentInput (#210, contributed by jensweigele)

3.3.0

5 years ago
  • fix: Allow using all supported Moment inputs with TimeAgoPipe (#206, contributed by theodorejb)

3.2.0

5 years ago
  • Angular 7 support (#203)

3.1.0

5 years ago
  • Add 'amParseZone' pipe (#198, contributed by @davidballester)