Releases: YairLevi/Coffee
Releases · YairLevi/Coffee
0.2.1
0.1.9
CLI
0.1.8-test
This is supposed to work. testing. - this commit meant to make new release and test it by creating an app.
0.1.8
CLI!
0.1.7
comment out- jitpack includes tests?
0.1.4
Merge branch 'test-ktor-bug'
0.1.2
feat: Binding annotations more robust.
- Add @BindAllMethods and @IgnoreMethod
- Add 'only' and 'ignore' to fields at @BindType
- fix bug: when more than once a custom type is present, prefixes the type with multiple 't.'.
e.g., t.t.t.person when there's 2 Person in the type - Map<Person, List>.
0.1.1
fix: workflow trigger is any tag, not just with 'v' prefix - maven standard is without a "v" prefix for packages.