Releases: cquiroz/scala-java-locales
Releases · cquiroz/scala-java-locales
Release 0.3.4-cldr31
- Updated to scala.js 0.6.16
- Updated to scala 2.11.11
- Updated to scala 2.12.2
Release 0.5.2-cldr31
- Improved SimpleDateFormat with a partial implementation of format
- Updated CLDR to version 31
- Updated to scala.js 0.6.15 and scala 2.12.1
- Use io.github.cquiroz organization+* Fix source map path
Release 0.3.3-cldr21
- Improved SimpleDateFormat with a partial implementation of format
- Updated to scala.js 0.6.15
- Updated CLDR to version 31
Release 0.3.2 cldr 30
Contains an updated source url mapping
Release 0.5.0+cldr30
- Added implementation of java.util.NumberFormat
- Added implementation of java.util.DecimalFormat
- Changed organization to io.github.cquiroz
Release 0.4.0+cldr30
- Added implementation of java.util.Currency
Changed version style
Style of versioning changed to make it more compatible with maven clients
Release 0.3.0+29
Provides minimal implementation of DateFormat for scala-java-time
- Add basic implementation java.text.NumberFormat
- Add basic implementation java.text.DateFormat
- Add basic implementation java.text.SimpleDateFormat
Release 0.2.0+29
- Added support classes on the java.text package
- Add class java.text.Format
- Add class java.text.FieldPosition
- Add class java.text.CharacterIterator
- Add class java.text.AttributedCharacterIterator
- Add class java.text.ParsePosition
- Add class java.text.ParseException
Release 0.1.0+29
First release of scala-java-locales, it includes:
- Partial implementation of
Locale
,Locale.Category
andLocale.Builder
classes - Code generation of locales metadata from CLDR code
- Partial implementation of
DecimalFormatSymbols
with CLDR data - Partial implementation of
DateFormatSymbols
with CLDR data