Scala ActiveRecord v0.3.1 Release Notes

Release Date: 2015-03-03 // about 9 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘Œ Support for JSON serialization and deserialization (documentation)
    • ๐Ÿ‘Œ Support for groupBy and having (documentation)
    • ๐Ÿ‘Œ Support for joinning 5 tables
    • Type safety setting of model variables methods newInstance and assign (only Scala 2.11.x)

    ๐Ÿ”„ Changed

    • Type safety find methods findBy, findAllBy and findByOrCreate (only Scala 2.11.x)
    • ๐Ÿ—„ Display for dsl#inTransaction deprecation message at compile-time
    • Form assign should be able to handle Option (#56 by @shota-kobayashi)
    • โฌ†๏ธ Bump Scala version (2.11.2 => 2.11.6)
    • โฌ†๏ธ Bump library versions

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bug in ActiveRecordTables#cleanup on multiple schemas
    • ๐Ÿ›  Fix bug in ActiveRecordTables#isCreated for Oracle (#61)

    all changes