Version 3.7.5, released 14.02.2022
New features:
- MDB5 Angular Advanced Starter added
- MDB5 Vue Advanced Starter added
- The URL to your project will be automatically copied to your clipboard after publishing via CLI
Fixed & improved:
- Fixed the
mdb logs [-f | --follow]
command - Numerous bugfixes in CLI & Dashboard (typos, unexpected and unhandled errors etc)
- Fixed tests
Version 3.7.4, released 19.01.2022
Fixed & improved:
- You can now see your project's directory name on FTP server in Dashboard -> Manage project page
- Deleting a backend project won't throw errors
- Auto-initializing the .mdb file has been fixed on non-Linux OSes
- Improved handling of the package.json, requirements.txt and composer.json files depending on the backend technology
- Improved the
mdb register
command and it's much faster now
Version 3.7.3, released 20.12.2021
New features:
- Added support for Node v14, v16 and v17
- You can now initialize a specific starter using its code as an argument to the
mdb init <code>
command - You can pass a database username, password and description using flags to the
mdb database init
command
Fixed:
- You'll get a proper message when your token expired instead of hanging up on
mdb publish
Version 3.7.2, released 10.11.2021
New features:
- Added support for initializing and deploying Python projects
Version 3.7.1, released 2.11.2021
Fixed & improved:
- Added checking for the existence and requiring a configuration file
New features:
- Added mdb config init command which creates a project configuration file with its metadata
- Added support for downloading a project to the current folder
Version 3.7.0, released 13.10.2021
Fixed & improved:
- Improved log tracking for backend and wordpress projects