All Versions
10
Latest Version
0.5
Avg Release Cycle
94 days
Latest Release
2984 days ago

Changelog History

  • v0.5 Changes

    February 22, 2016
    • Compiled for Kotlin 1.0
    • ๐Ÿ†• New Spring Security Module
    • sysProperty["myProperty"] alias for System.getProperty("myProperty")
    • sysProperty["myProperty"] = "foo" alias for System.setProperty("myProperty", "foo")
  • v0.4._M14 Changes

    October 04, 2015

    ๐Ÿš€ Release for Kotlin M14

  • v0.4._M12 Changes

    June 14, 2015
    • โšก๏ธ Updated to M12
    • Experiment with a script to wrap static methods inside utils classes in extension functions, like :

      @throws(BeanInstantiationException::class)public fun<T> Class<T>.instantiate(): T { return BeanUtils.instantiate(this) }

    I already wrap all utils classes inside beans module. The classes wrapper were:

    If there is no objections over this. I'll start wrapping more utils classes

  • v0.3._M11

    March 22, 2015
  • v0.3._M10

    March 01, 2015
  • v0.2.6._M9

    October 27, 2014
  • v0.2.5._M8

    July 24, 2014
  • v0.2.4._M7

    May 05, 2014
  • v0.2.4._M6.2

    December 26, 2013
  • v0.2.3._M7

    April 06, 2014