Releases: OpusCapita/i18n
Releases · OpusCapita/i18n
1.2.7
See changelog and completed issues
1.2.6
See changelog and completed issues
Fixed bugs
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
(uppercaseA
) ->AM
orPM
- format
MM/dd/yyyy h:mm:ss a
(lowercasea
) ->am
orpm
1.2.5
See changelog and completed issues
API changes
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
See changelog and completed issues
1.2.3
See changelog and completed issues
1.2.2
See changelog and completed issues
1.2.1
See changelog and completed issues
1.1.1
See changelog and completed issues