Skip to content

v0.5.0

Compare
Choose a tag to compare
@renanbastos93 renanbastos93 released this 20 Jul 06:36
· 26 commits to main since this release
97e9ae0

What's Changed

Features:

  • Create migration up/down to start the project from scratch.
  • Ensure that all files are created and not replaced when using generateFile. If the file doesn't exist, it creates a new folder + file; if it exists, it opens the file and returns the fd file descriptor.
  • Validate if installed drivers and create a query connection to run migrations. New rules were added to ensure that all necessary drivers like MySQL and SQLite3 are installed.

Chore:

  • Removed an unused file.
  • Removed an unused method.
  • Removed an unused type
  • Created templates for migrations.
  • Created version to v0.5.0.

Full Changelog: v0.4.1...v0.5.0