Skip to content

generate-runtypes v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 21:10
ddaae12

⚠ BREAKING CHANGES

  • Previous versions vould emit code that doesn't deal with cycles, this version does. The previous versions would likely emit illegal code, nevertheless, this is breaking change.
  • Anyone relying on ES6 being the target when transpiling, will need to adjust their settings when consuming this package.

Features

  • Add flag to detect unknown named types (#106) (85267f0)
  • Add flag to throw on cyclic dependencies between named types (#101) (2e33303)
  • Add support for comments in output (#80) (b1da522)
  • Support generating lazy runtypes (#107) (a63d32c)
  • Topological sort of dependencies (#114) (f0a80b5)

Bug Fixes

  • generate correct type for dict/record (8037530)

Miscellaneous Chores