All Versions
10
Latest Version
Avg Release Cycle
76 days
Latest Release
1507 days ago

Changelog History

  • v3.1.0 Changes

    February 12, 2020

    Topics

    ๐Ÿš€ This release is mainly for upgrading the dependencies. No new feature is included.

    diff: 3.0.3...3.1.0

    Homebrew Formula

    TBA

  • v3.0.3 Changes

    July 26, 2019

    Topics

    Scala 2.13

    IMPORTANT NOTICE Skinny ORM doesn't work in Scala 2.13 yet. #413

    diff: 3.0.2...3.0.3

    Homebrew Formula

    Homebrew/homebrew-core#42483

  • v3.0.2 Changes

    March 06, 2019

    Topics

    ๐Ÿ‘ Google OpenID Connect Support (due to Google+ termination)

    As you may already know, Google is going to shut down Google+ API. To deal with the termination, @mohno007 implemented the Google OpenID Connect feature. Thanks for the great contribution!

    diff: 3.0.1...3.0.2

    Homebrew Formula

    Homebrew/homebrew-core#37665

  • v3.0.2-RC1 Changes

    January 06, 2019

    Topics

    This version was the initial one for 2.13.0-M5.

    diff: 3.0.1...3.0.2-RC1

    Homebrew Formula

    ๐Ÿš€ We don't provide homebrew formulas for RC releases.

  • v3.0.1 Changes

    December 12, 2018

    Topics

    • 0๏ธโƒฃ Scala 2.12.8 as the default version
    • โœ… Use sbt 1.2.7 (the latest patch version as of today)
    • ๐Ÿ›  #388 A bugfix on date time values validation by @yuba

    diff: 3.0.0...3.0.1

    Homebrew Formula

    Homebrew/homebrew-core#35023

  • v3.0.0 Changes

    July 28, 2018

    Topics

    • ๐Ÿ”Œ sbt-scalate-precompiler and sbt-servlet-plugin are sbt 1 ready so that skinny-blank-app now uses sbt 1.1.6
      • To know how to change your existing projects, check the following diff: 69b6825
    • ๐Ÿ‘ All skinny modules (except for velocity, scaldi modules) support Scala 2.11, 2.12, and 2.13.0-M4
      • We decided to discontinue maintaining the template engine module for Apache Velocity
      • We decided to move the module for Scaldi users to another repository
      • Scaldi project is recently inactive so that supporting the module can be a blocker to promptly work on the latest Scala versions.
    • We bumped ScalikeJDBC from 3.2 to 3.3
    • We bumped Scalate from 1.8 to 1.9
    • We bumped json4s from 3.2 to 3.3

    diff: 2.6.0...3.0.0

    Homebrew Formula

  • v3.0.0-RC3 Changes

    July 26, 2018

    Topics

    • ๐Ÿ”Œ sbt-scalate-precompiler and sbt-servlet-plugins are sbt 1 ready so that skinny-blank-app now uses sbt 1.1.6
      • To know how to change your existing projects, check the following diff: 69b6825
    • ๐Ÿ‘ All skinny modules (except for velocity, scaldi modules) support Scala 2.11, 2.12, and 2.13.0-M4
      • We decided to discontinue maintaining the template engine module for Apache Velocity
      • We decided to move the module for Scaldi users to another repository
      • Scaldi project is recently inactive so that supporting the module can be a blocker to promptly work on the latest Scala versions.
    • We bumped ScalikeJDBC from 3.2 to 3.3
    • We bumped Scalate from 1.8 to 1.9
    • We bumped json4s from 3.2 to 3.3

    diff: 2.6.0...3.0.0-RC3

    Homebrew Formula

    ๐Ÿš€ We don't provide homebrew formulas for RC releases.

  • v3.0.0-RC2 Changes

    July 24, 2018

    Topics

    • Migration to sbt 1.x
    • ๐Ÿ‘Œ Support Scala 2.13.0-M4
    • โฌ†๏ธ Bump ScalikeJDBC 3.2 to 3.3
    • โฌ†๏ธ Bump Scalate 1.8 to 1.9
    • โฌ†๏ธ Bump json4s 3.2 to 3.3
    • ๐Ÿšš Move the Scaldi module to another repository
    • Stop maintaining the Velocity module

    diff: 2.6.0...3.0.0-RC2

    Homebrew Formula

    ๐Ÿš€ We don't provide homebrew formulas for RC releases.

  • v3.0.0-RC1 Changes

    July 22, 2018

    Topics

    • Migration to sbt 1.x
    • โฌ†๏ธ Bump ScalikeJDBC 3.2 to 3.3
    • โฌ†๏ธ Bump Scalate 1.8 to 1.9
    • โฌ†๏ธ Bump json4s 3.2 to 3.3

    diff: 2.6.0...3.0.0-RC1

    Homebrew Formula

    Homebrew/homebrew-core#30367

  • v2.6.0 Changes

    April 01, 2018

    Topics

    • โฌ‡๏ธ Dropped Scala 2.10 support
    • Jetty 9.4 compatible
    • ScalikeJDBC 3.2 compatible
      • Since this version, ScalikeJDBC doesn't support joda-time in core-library. Skinny ORM still supports joda-time APIs as first citizens. If you see any problems in existing code, try importing skinny.orm.JodaImplicits.
    • sbt 0.13.17 (JDK 9 compatible)

    diff: 2.5.2...2.6.0

    Homebrew Formula

    Homebrew/homebrew-core#26021