Skip to content

Releases: cquiroz/scala-java-locales

Release 0.3.4-cldr31

31 May 03:23
Compare
Choose a tag to compare
  • Updated to scala.js 0.6.16
  • Updated to scala 2.11.11
  • Updated to scala 2.12.2

Release 0.5.2-cldr31

06 Apr 18:35
Compare
Choose a tag to compare
  • 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

06 Apr 13:09
Compare
Choose a tag to compare
  • 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

06 Mar 22:30
Compare
Choose a tag to compare

Contains an updated source url mapping

Release 0.5.0+cldr30

15 Dec 02:44
Compare
Choose a tag to compare
  • Added implementation of java.util.NumberFormat
  • Added implementation of java.util.DecimalFormat
  • Changed organization to io.github.cquiroz

Release 0.4.0+cldr30

10 Dec 14:45
Compare
Choose a tag to compare
  • Added implementation of java.util.Currency

Changed version style

27 Jul 22:04
Compare
Choose a tag to compare

Style of versioning changed to make it more compatible with maven clients

Release 0.3.0+29

24 Jul 23:15
Compare
Choose a tag to compare

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

12 Jul 15:08
Compare
Choose a tag to compare
  • 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

08 Jul 20:42
Compare
Choose a tag to compare

First release of scala-java-locales, it includes:

  • Partial implementation of Locale, Locale.Category and Locale.Builder classes
  • Code generation of locales metadata from CLDR code
  • Partial implementation of DecimalFormatSymbols with CLDR data
  • Partial implementation of DateFormatSymbols with CLDR data