Scala ActiveRecord v0.4.0 Release Notes

Release Date: 2017-07-28 // over 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • โฌ‡๏ธ Drop support for Scala 2.10.x
    • โฌ‡๏ธ Drop support for Play 2.4.x
    • Replace BoneCP with HikariCP (#47)

    ๐Ÿ†• New features

    • ๐Ÿ‘ Scala 2.12 support
    • ๐Ÿ‘ Play 2.6 support
    • โž• Added PagerSupport
    • โž• Added nscala-time support (#16)
    • โž• Add isEmpty and nonEmpty to Relations
    • ๐Ÿ‘Œ Support Map[String, Any] value for Json serialize

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump Scala version (2.11.8 => 2.11.11)
    • โฌ†๏ธ Bump library versions
    • ๐Ÿ›  Typo fixed in validation error messages
    • โž• Added throws option for fromJson (default throws=false)

    all changes