Skip to content

0.0.2

Compare
Choose a tag to compare
@SaltyAom SaltyAom released this 04 Feb 12:38
· 1 commit to main since this release
4c661c1

What's new

Feature:

  • support integer, bigint, date, datetime
  • support default value for optional, and nullable on primitive type

Improvement:

  • refactor properties instruction generation
  • flatten optional properties to speed up runtime performance in Bun
  • remove negate where possible in runtime
  • use stringified null to prevent toString() call

Bug fix:

  • integer is using JSON.stringify

Full Changelog: 0.0.1...0.0.2