Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 01:56
· 53 commits to main since this release

Change Log

Feature

  • ✨ feat(config): Support for using ENV variables in migration paths. eg: migrations/${APP_MODULE} cd640cb
  • docs: Updated the recursive search feature in the README documentation e431fdc
  • feat(miglite): Implement the MigLite struct and its New and NewWithConfig constructors. b488e63

Update

  • update: Optimize the migration file processing logic c92cc48
  • update(migration): Added support for recursive lookup parameters, and you can choose whether to find subdirectories recursively 16e2aac
  • update(command): Update the configuration access method in the command module a35a38e
  • update(config): Add a Recursive field to control the recursive search of migrated SQL files 5df415d
  • update(build-info): Move information, such as version, build time, and more to the command package 6e094e6
  • update(build): Added darwin-arm64 and linux-arm64 build artifacts to the release workflow 6714891
  • update(command): Add the SetCfg function to manually set up the configuration instance 0141085
  • update(command): update configuration loading and database connection logic 690d48b
  • update(migration): update the sql filename parse regex 77fb491

Other

  • chore: docs - update readme and update some code style 7ece213
  • 📝 docs: Updated documentation instructions to automatically load configurations and sample code e4e6ebc

Full Changelog: v0.1.1...v0.2.0