Add configurable formatting of date, time and date-time types based on 'moment' library. Note that only locales explicitly specified are supported.
Add configurable formatting of number and money types based on 'numeral' library. Note that features like configurable precision are not done, but are now easy to add.
Add support for locale-based formatting (dates and numbers).
Add support for obtaining default locale from browser. Note that some browsers (eg Firefox) may default to en-us unless configured by the user.
Add configurable formatting of date, time and date-time types based on 'moment' library. Note that only locales explicitly specified are supported.
Add configurable formatting of number and money types based on 'numeral' library. Note that features like configurable precision are not done, but are now easy to add.
Add support for locale-based formatting (dates and numbers).
Add support for obtaining default locale from browser. Note that some browsers (eg Firefox) may default to en-us unless configured by the user.