Releases: jayasuryat/dowel
Releases · jayasuryat/dowel
v0.9.0
What's Changed
- (#19) Added support for kotlinx.collections.immutable by @jayasuryat in #27
- (#21) Add support for overriding default values by @jayasuryat in #32
- (#22) Add support for
MutableList<*>
,MutableSet<*>
&MutableMap<*, *>
by @jayasuryat in #24 - (#23) Add support for
StateFlow<*>
&SharedFlow<*>
by @jayasuryat in #25
Full Changelog: 0.8.0...0.9.0
v0.8.0
What's New
- (#15) Added support for generating
Set<T>
by @jayasuryat in #16 - (#17) Added support for generating
Color
by @jayasuryat in #18 - Minor updates to documentation
Full Changelog: 0.7.0...0.8.0
v0.7.0
What's New
- #9 Default support for types with no-args-constructors by @jayasuryat in #13
Other updates
- #10 Setup CI checks for api validation by @jayasuryat in #11, #12
- Minor documentation updates
Full Changelog: 0.6.0...0.7.0
v0.6.0
What's Changed
- #3 Consider parent class's visibility for
nested classes
by @jayasuryat in #6 - #4 Handle absence of no-args constructor for
@ConsiderForDowel
by @jayasuryat in #7 - #2 Disallow
inner class
by @jayasuryat in #5
Refactors
- Extract
symbol
validation-logic into separate classes - c3f7d18 - Updates and fixes in tests - 666628f, 63efe6c
Other updates
- CI has been setup to
run tests
, checkcode formatting
, andbuild project
on pull requests or commits to the main branch.
Full Changelog: 0.5.0...0.6.0