Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Releases: rewe-digital/katana

1.9.0

04 Dec 15:19
0c4c93d
Compare
Choose a tag to compare

With this release Santa Claus is bringing some premature Christmas presents 😉

  • Add alias keyword for binding an existing declaration under a different type and/or name
  • Add get keyword inside set declaration for assigning an existing dependency to a set
  • Update Kotlin to 1.3.61
  • Remove deprecated functions & features

Special thanks to @dave08 for feature requests & feedback 🙂
Wishing all users happy holidays & a happy new year! 🎉

1.8.3

21 Oct 13:40
f0c3a0a
Compare
Choose a tag to compare
  • Bugfix: Fixed bug introduced in 1.8.2 regarding Activity ViewModel injection

1.8.2

21 Oct 11:50
5a1d345
Compare
Choose a tag to compare
  • AndroidX ViewModel support: Remove usage of deprecated lifecycle-extensions

1.8.1

18 Oct 06:32
2243a7c
Compare
Choose a tag to compare
  • Rename module factory functions of katana-android artifact
  • Update AndroidX Lifecycle and ViewModel dependencies

1.8.0

10 Oct 06:20
910fd22
Compare
Choose a tag to compare
  • Add set multi-binding functionality
  • Remove deprecated functions
  • Deprecate old DSL and promote "compact" DSL to default DSL
  • Note: Changes of this version are source but not binary compatible!

1.7.1

29 Aug 13:28
40ad6cc
Compare
Choose a tag to compare
  • Update dependencies (Kotlin 1.3.50)
  • Update lifecycle-viewmodel-savedstate to 1.0.0-alpha03

1.7.0

05 Jun 15:04
0b4cfdd
Compare
Choose a tag to compare
  • Add experimental support for ViewModel injection with saved state.
    Please use artifact org.rewedigital.katana:katana-androidx-viewmodel-savedstate:1.7.0-alpha01.

1.6.3

16 May 09:36
e1af5b5
Compare
Choose a tag to compare
  • Add Component.Builder pattern
  • Downgrade Android plugin to 3.3.2 (workaround for issue #7)

1.6.2

29 Apr 07:26
caa3e70
Compare
Choose a tag to compare
  • savedInstanceState is passed to KatanaFragment(Delegate)
  • Kotlin dependency has been updated to 1.3.31.

1.6.1

23 Apr 08:07
df7b20a
Compare
Choose a tag to compare
  • Maintenance release. Kotlin dependency has been updated to 1.3.30.