Skip to content

Releases: banksalad/K-Format

0.3.0

31 Oct 02:53
Compare
Choose a tag to compare
  • Fix N type to handle negative numbers properly (#7)

0.2.1

18 Sep 09:10
Compare
Choose a tag to compare
  • Fix value overwriting bugs when creating multiple K-Class instances (4bae74d)

0.2.0

10 Sep 00:40
Compare
Choose a tag to compare
  • Improve K-Class to accept other K-Class type property (#4)
  • Improve K-Class to accept list of K-Class type(List[KClass]) property (#5)

0.1.1

09 Sep 10:22
Compare
Choose a tag to compare
  • Fix AN property type to accept None (#2)
  • Improve type assertion error message when constructing K-Class (#3)

0.1.0

09 Sep 07:53
Compare
Choose a tag to compare
  • You can create your own K-Format class(kclass) just like dataclass