You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - #1 basic lists implementation
- #2 Basic maps implementation
- #7 quick implementation of brand typing for value classes
* map tests #2#3
* generate implementations and test improvements
- add TOC to all docs
- Map generation for complex and enum keys #2#3
- update test template, for easier comparison after failures
- tests for #10
* suppress warning in tests
* `export enum` -> valid for .d.ts files
* test for ignoring fields with @transient, and if an interface has no properties, don't have a blank line between {}
* test for objects, and fix test expectations in polymophic classes, so they extend parent interfaces
* try fixing knit gradle task warning
* - replace jacoco with kotlinx.kover
- clean up root build.gradle.kts
- change package name of example code (so the coverage report can be package filtered, if needed)
- create a kotlin.multiplatform convention plugin
* bump gradle version
* set max line length to 100
* mucking about with plugins and compilation processors
* tidy up gradle config
* refactor kxs generator
* update tests, and add some more
* major refactor to get things more like a library, and steps towards handing open/closed polymorphism
* sealed classes working!
- 'export' all TS Declarations
- ignore blank lines in knit tests
-
* some Sealed interfaces and type ref improvements
* temp fix for open poly classes
* normalize knit code comparisons
* update tests after temp fix for open poly classes
* update sealed poly tests
* rm migrated code
* rm unneeded TsTypeRef.Unknown
* rename TsType to TsTypeAlias, and update docs in tsElements.kt
* code cleanup, documentation
* docs, more Maps tests/examples/workarounds
* update gitattributes
* rename 'knit' subproject to 'code'
* prep for jitpack
* docs update
* improve recursive descriptor extraction
* version bum git-versioning plugin
* better helper function for mutable maps with default puts
* simplify the API
* code tidup
* formatting, code tidying
* kmm gradle config tidy up
* bump gradle version
* add jitpack button
* fix maven publishing
* update project name & group
* disable reflekt dependency
0 commit comments