1.4.0
What's Changed
- 1.3.1 by @arnaudgiuliani in #115
- feat: modules create at start by @ghasemdev in #106
- Fix typo in docs by @JBokMan in #125
- Add Wasm integration by @arnaudgiuliani in #134
- feat: add class named & string/class qualifier by @ghasemdev in #108
- feat: support object modules by @ghasemdev in #107
- Multimodule scan for definitions by @arnaudgiuliani in #135
- Isolation break fix by @arnaudgiuliani in #136
- Fix Duplicated imports by @arnaudgiuliani in #137
- USE_COMPOSE_VIEWMODEL arg to generate Viewmodel for compose (Compose DSL API) by @arnaudgiuliani in #138
- Add doc to help setup shared module and components in KMP by @arnaudgiuliani in #139
- Config check for ignored types, nullable and provided type by @arnaudgiuliani in #140
- Property value to define value for Property in code by @arnaudgiuliani in #141
- Update docs by @arnaudgiuliani in #142
- 1.4.0 RC2 - Fixes compile safety + tag generation by @arnaudgiuliani in #145
- RC3 - fix skip is expect by @arnaudgiuliani in #146
- Add KOIN_USE_COMPOSE_VIEWMODEL key to replace USE_COMPOSE_VIEWMODEL by @arnaudgiuliani in #149
- KMP Code Generation Fix + Revamp Code Generation by @arnaudgiuliani in #156
- Add "in" to forbidden keywords by @frogggias in #160
- Fix missing newline between imports by @frogggias in #159
- Fix typos in
/docs/reference/koin-annotations/start.md
by @ShellWen in #143 - Fix compose ViewModel import by @frogggias in #157
- Fix warning args warning by @kibettheophilus in #173
- White list ViewModel type by @arnaudgiuliani in #181
- fix: Removed "it" from forbiddenKeywords and replace "" with "_ -> " … by @FCatinella in #162
New Contributors
- @JBokMan made their first contribution in #125
- @frogggias made their first contribution in #160
- @ShellWen made their first contribution in #143
- @kibettheophilus made their first contribution in #173
- @FCatinella made their first contribution in #162
Full Changelog: 1.3.1...1.4.0