Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 515 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 515 Bytes

2.2.0

  • Support ignoring tables with RegExp

2.1.0

  • Supports both an API and a CLI
  • Fixed the issue of different table_name between MySQL and MariaDB.
  • Fixed an issue where tinyint unsigned was returning undefined.

2.0.4

  • Add requiredString option

2.0.3

  • Exported type use camelCase as default

2.0.2

  • Fix extra line after last property

2.0.1

  • Add inferred type

2.0.0

  • Nullable as default instead of nullish
  • Add camelCase and nullish options

1.0.0

  • Initial Release