Releases: dmester/sffjs
Releases · dmester/sffjs
v1.08
v1.07
v1.06
v1.05
- Added support for explicit abbreviated month and day names.
- Added public interface for registering cultures after initialization
(msf.registerCulture()). - Added all cultures available in Mono.
- Added library version to global msf object.
- Bug fix: fallback from region specific culture to neutral culture assumed
the language code was always 2 characters.
v1.04
- Added localizations for the cultures de (German), es (spanish) and fr
(French). - Added support for object paths instead of indexes. Supply the object as
first argument, and access its members by using the syntax {member_name}. - Added support for the date format specifiers 'M', 'Y' and 't'.
- Added support for precision on numeric standard format strings.
- Added support for the standard numeric format strings 'd', 'r', 'p' and
'e'. - Standard format string 'g' now supports exponential notation and uses it
under the same circumstances as the .NET implementation. - Bug fix: escaped end braces (}}) were not unescaped to }.
- Bug fix: values containing escaped braces (}}) was incorrectly unescaped
to }.