Skip to content

Releases: RBusarow/Tangle

0.11.4

04 Aug 22:05
ad5f275
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix ViewModel duplicate bindings @RBusarow (#127)
  • only create FragmentFactory and _Subcomponent.Factory bindings once in each classpath @RBusarow (#124)

🧰 Maintenance

Contributors

@RBusarow

0.11.3

04 Aug 20:38
873d0a2
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • only create FragmentFactory and _Subcomponent.Factory bindings once in each classpath @RBusarow (#124)

Contributors

@RBusarow

0.11.2

03 Aug 05:13
0360687
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

ℹ️ Website

Contributors

@RBusarow

0.11.1

02 Aug 14:58
ab622df
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

Version 0.11.0

30 Jul 18:00
13cead8
Compare
Choose a tag to compare

Implemented Enhancements

Fixed Bugs

Other Changes

0.10.0

18 Jul 01:33
5aa1a18
Compare
Choose a tag to compare

0.10.0

Initial release

This release supports multi-bound ViewModel injection via the by tangle() delegate function,
with Compose support.

Automatic SavedStateHandle injection is supported, and arguments can be automatically
constructor-injected via the @FromSavedState("myKey") annotation.