What's Changed
- refactor(core): remove RepoDB as a dependency by @AngelMunoz in #39
Installation scripts
Migrondi has always been intended to run standalone, no dotnet required, so if you're a JS/TS/Ruby/PHP/Go/Rust (whatever works for you) developer and don't need or are interested at all in dotnet you're still able to enjoy the benefits of migrondi.
Give it a try to the installation scripts
Linux/Mac
curl -fsSL https://raw.githubusercontent.com/AngelMunoz/Migrondi/vnext/migrondi_install.sh | bashWindows
iwr https://raw.githubusercontent.com/AngelMunoz/Migrondi/vnext/migrondi_install.ps1 -UseBasicParsing | iexKeep in mind that by default both scripts will try to add MIGRONDI_HOME env var, as well as add it to your PATH via the profile file (.bashrc, .zshrc, $profile (for powershell)), to avoid that please use the following parameter
- linux/mac
--no-profile - powershell
-NoProfile
you would need to then manually add to the path if that were the case, for more info check the README
Full Changelog: v1.0.0-beta-014...v1.0.0-rc-002