Skip to content

dataclass v2.1.1

Latest
Compare
Choose a tag to compare
@alexeyraspopov alexeyraspopov released this 09 Nov 01:38
· 7 commits to master since this release
  • TypeScript typings fix: omit Data base class keys in create() and copy() signatures. Not a
    breaking change since attempt to override these keys would lead to runtime error already. Mainly
    affects autocomplete function of your editor, only showing the keys that can be updated.