Skip to content

Releases: dmester/sffjs

v1.08

27 Nov 19:18
Compare
Choose a tag to compare
  • Bug fix: String.format crashing while processing a format item without a
    format string when the value was a Date instance.
  • Bug fix: string literals enclosed by double quotation marks and escaped
    single characters were not treated as such.

v1.07

27 Nov 19:17
Compare
Choose a tag to compare
  • Bug fix: no default culture was set on startup.

v1.06

27 Nov 19:16
Compare
Choose a tag to compare
  • Bug fix: the text alignment when specifying the alignment option was
    reversed.

v1.05

27 Nov 19:15
Compare
Choose a tag to compare
  • 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

27 Nov 19:15
Compare
Choose a tag to compare
  • 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 }.

v1.03

27 Nov 19:14
Compare
Choose a tag to compare
  • Bug fix: Fixed formatting bug when non-placeholder chars were included
    after decimal point.