Releases: suusan2go/kotlin-fill-class
Releases · suusan2go/kotlin-fill-class
Release 1.0.22
1.0.22
- fixed #116 fix trailing comma with trailing lambda in #120
- fixed #86 fill function / constructor of external library in #119
- fixed #117 fill CharSequence param as String in #118
- fixed #114 preview put argument on separate lines correctly in #115
- fixed #112 use primary constructor to fill non-primitive value in #113
Release 1.0.21
Release 1.0.20
1.0.20
- Support overloaded functions by @t-kameyama in #102
- Don't fill varargs by @t-kameyama in #102
- "sinceBuild" version is raised to "221.5080.210" #105
Release 1.0.19
Release 1.0.18
1.0.18
- Add Value Generator by @theapache64 in #84
- Don't fill duplicated lambda argument by @t-kameyama in #87
Release 1.0.17
1.0.17
- add support 2022.3 and future versions
- Fix false negative for imported extension function calls
Release 1.0.16
- 1.0.16 Turn "Move pointer to every argument" on by default
Release 1.0.15
- Do not add an unnecessary trailing comma
- Add "Put arguments on separate lines" setting
Release 1.0.14
add support for 2022.2
Release 1.0.13
Add trailing comma support #64