v1.0.0
This release BREAKS THE COMPATIBILITY with versions 0.x
. Please read the Migration Guide.
Changes
- Plug-ins are now separated from Concordia (#34) and have their own repository. (BREAKING CHANGE)
- Plug-in-related commands
--plugin-list
,--plugin-install
,--plugin-uninstall
,--plugin-info
now behave differently. (BREAKING CHANGE) - Plug-ins do not install global dependencies anymore (except for NPX which is only installed for old NodeJS versions, that is,
< 8.2
). - Plug-ins now run external tools using NPX.
- Plug-ins do not add other dependencies (devDependencies) to
package.json
anymore.
New
- Concordia
--init
now also helps to install a plug-in. - Plug-ins can now be installed and uninstalled using NPM.
- Updated documentation with new sections.
Feel free to join our channel on Slack and give some feedback.