Skip to content

Releases: MadMG/moment-jdateformatparser

v1.2.1

26 Jun 14:40
Compare
Choose a tag to compare

Changes

  • Removed moment dependency from package.json - fixes #28

v1.2.0

22 Jun 07:10
50dd656
Compare
Choose a tag to compare

##Changes

  • am/pm markers are now converted to correct Java.SimpleDateFormat value... fixes #22
  • Updated "loading logic" (see #23, #20), updated moment.js dependency to last version before ES6 was introduced see #27

v1.1.0

31 Jul 11:22
Compare
Choose a tag to compare

This release contains the following:

  • Fixed jshint warnings
  • Cleared the webpack warning (see #15)
  • Added ability to translate formats that contain escape characters (see #19)

Version 1.0.2 - Checksum Version bump

11 Feb 07:37
Compare
Choose a tag to compare

Version bump for re-publish to the npm registry to solve checksum issues

Version 1.0.1

04 Feb 15:37
Compare
Choose a tag to compare

[FIX] Fix day-of-week format mapping (#14)

Version v1.0.0

06 Jul 14:40
Compare
Choose a tag to compare

Stable Release

Version v0.1.9 - Map java 'y' to momentjs 'YYYY'

07 Mar 16:32
Compare
Choose a tag to compare

FIX: Map single y representation of year in SimpleDateFormat to YYYY representation in moment.js(solves #6)

Version 0.1.8

06 Mar 09:59
Compare
Choose a tag to compare

FIX: Correction (update) of the moment-jdateformatparser.min.js file

Version 0.1.7

04 Mar 14:59
Compare
Choose a tag to compare

Don't require moment if it is globally accessible

Fix for usage with momentjs with ember-cli.

v0.1.6

09 Feb 06:51
Compare
Choose a tag to compare

typeof conditionals added for the nodejs.js check

This will prevent Uncaught ReferenceError: module is not defined.