Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 711 Bytes

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 711 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.6] - 2024/05/23

Changed

  • Error function now panics on error

[0.0.5] - 2024/05/22

Added

  • MIT license

[0.0.4] - 2024/05/21

Changed

  • updated README

[0.0.3] - 2024/05/20

Added

  • Changelog

[0.0.2] - 2024/05/20

Added

  • convertType function to deal with type conversion
  • SQLite type conversion for INT, DECIMAL

[0.0.1] - 2024/05/19

Added

  • initial version
  • MySQL/MariaDB type conversion for INT, DECIMAL