Skip to content

Releases: OpusCapita/i18n

1.2.7

30 Oct 11:12
Compare
Choose a tag to compare

1.2.6

11 Jun 06:43
Compare
Choose a tag to compare

See changelog and completed issues

Fixed bugs

8e9915e

i18n.formatDateTime works exactly like before 1.2.2 (when it used moment.js). Formats and output:

  • format MM/dd/yyyy h:mm:ss A (uppercase A) -> AM or PM
  • format MM/dd/yyyy h:mm:ss a (lowercase a) -> am or pm

1.2.5

01 Jun 06:52
Compare
Choose a tag to compare

See changelog and completed issues

API changes

424ae28

Previous behavior: given format DD/MM/YYYY DateConverter parsed string 05/05/5 into 05/05/1905.

New behavior: DateConverter throws in such case. Successful case is when input is not shorter than token.

1.2.4

11 Apr 10:06
Compare
Choose a tag to compare

1.2.3

11 Apr 09:59
Compare
Choose a tag to compare

1.2.2

11 Apr 09:55
809a6c3
Compare
Choose a tag to compare

1.2.1

19 Mar 05:43
Compare
Choose a tag to compare

1.1.1

21 Feb 06:55
Compare
Choose a tag to compare