Skip to content

Releases: scaldi/scaldi-play

v0.5-play-2.4.0-RC1-8

25 Apr 19:25
Compare
Choose a tag to compare
  • Updated to play 2.4.0-RC1
  • Fixed #15 - Added FakeRouterModule to make easy fake routes creation

v0.5-play-2.4.0-M3-7

25 Apr 18:43
Compare
Choose a tag to compare

Introduced ScaldiSupport.currentInjector in order to support plugins that still use Play.current

v0.5-play-2.4.0-M3-6

25 Apr 18:21
Compare
Choose a tag to compare
  • In ScaldiBuilder append/prepend are inverted

v0.5-play-2.4.0-M3-5

21 Apr 01:30
Compare
Choose a tag to compare

Fixed #13 - binding alias was not using the actual alias key

v0.5.4

11 Apr 14:36
Compare
Choose a tag to compare
  • Updated to scaldi version 0.5.4
  • Controller cache is smarter now and takes isCacheable binding property into a consideration. This means, for example, that
    controllers bound with toProvider are no longer cached.

v0.5-play-2.4.0-M3-4

11 Apr 14:38
Compare
Choose a tag to compare
  • Updated to play 2.4.0-M3

v0.5.3

02 Feb 23:16
Compare
Choose a tag to compare
  • Updated to scaldi version 0.5.3

v0.5.2

02 Feb 23:16
Compare
Choose a tag to compare
  • Updated to scaldi version 0.5.2

v0.5.1

01 Feb 05:34
Compare
Choose a tag to compare
  • Updated to scaldi version 0.5.1

v0.5

31 Jan 21:38
Compare
Choose a tag to compare
  • Updated to play version 2.3.7
  • Updated to scaldi version 0.5
  • Using TypesafeConfigInjector now
  • Deprecated PlayConfigurationInjector in favour of TypesafeConfigInjector