Breaking Changes
Information about breaking changes.
From 1.x
to 2.x
1.x
to 2.x
Please read Issue #56.
From 0.x
to 1.x
0.x
to 1.x
Concordia Compiler
It changed the way that all the plug-in operations are handled. See Issue #34 for details.
The behavior of the following plug-in commands were affected:
👉 See the Command Documentation to know the commands' syntax.
Concordia Language
No compatibility breaks.
Other relevant changes
External tools used by plug-ins are now installed locally, per project, instead of installed globally. Their direct execution (without using Concordia) is now possible through NPX. For instance, the command codeceptjs run test.js
must now be executed as npx codeceptjs run test.js
. This change also allows the installation of different versions of external tools, when needed.
FAQ
Were there any changes in commands' syntaxes?
No, there were not.
Is my configuration file still compatible?
It depends. All the properties are still compatible, except for
"plugin"
. Whether your configuration file has that property, you should update it.Is it possible now to install or uninstall a plug-in with NPM ?
Yes, it is possible to do both now.
Last updated