Skip to content

Releases: scaldi/scaldi

v0.6.2: Merge pull request #156 from scaldi/docs

27 Jul 19:27
b31c089
Compare
Choose a tag to compare

Maintenance release with the following changes:

  • Fix for memory leak in usage of <:<, see 51
  • Fully integrate scalafmt

v0.6.1

15 Mar 13:59
1058c9d
Compare
Choose a tag to compare

Maintenance release with dependency updates. Verify github actions can publish artifacts.

v0.6.0

18 May 13:44
51ff795
Compare
Choose a tag to compare
  • Scala 2.13
  • Bugfixes
    • De-alias types in TypeTag
    • Restore original condition in WordBinder#when

Commit messages after October 2017 until April 21, 2020 were performed on a fork, and the links to PRs are no longer accurate now that they've been merged back into this repository.

v0.5.8

03 Nov 18:52
Compare
Choose a tag to compare
  • Cross-compile for scala 2.11 and 2.12
  • Updated dependencies

v0.5.7

11 Dec 21:55
Compare
Choose a tag to compare
  • Introduced non-dynamic conditions. This will influence how non-lazy bindings are initialized. Non-dynamic conditions
    would be checked during the initialization phase of an Injector (with empty list of identifiers) and if
    condition returns false, then non-lazy binding would not be initialized.

v0.5.6

28 May 20:01
Compare
Choose a tag to compare

Extracted JSR 330 implementation in separate project: https://github.com/scaldi/scaldi-jsr330

v0.5.5

29 Apr 19:44
Compare
Choose a tag to compare

Minor bugfix release

v0.5.4

23 Feb 21:37
Compare
Choose a tag to compare

v0.5.3

02 Feb 21:43
Compare
Choose a tag to compare
  • Improved the unregister of a shutdown hook behavior

v0.5.2

02 Feb 20:15
Compare
Choose a tag to compare
  • #43 - Int properties are injected by TypesafeConfigInjector
  • #44 - JVM shutdown hook now unregister itself if destroy is called manually