Releases: tinemlakar/ts-mysql-migrate
Releases · tinemlakar/ts-mysql-migrate
v 1.1.1
What's Changed
- Expanded logic to support non sequential tags (timestamps) by @jakapurg in #23
New Contributors
Full Changelog: v1.0.2...v1.1.1
v1.0.2
#8
features:
- checking the name of the script file at downgrade to prevent invalid order of scripts #2
- exposed function
destroy()
to close the database connection
First official release :)
New from v1.0.0:
- config option to silence console outputs
- README updated