All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning
2.0.1 - 2024/08/13
- Fix display of installed plugin list.
- Fix folder name of public resource.
2.0.0 - 2024/08/13
- Add workflow to publish on npm.
- Add command to uninstall plugin(s).
- Update nodejs to version
20.16.0
. - Update npm to version
10.8.1
. - Update
install
command to init plugin. - All plugins must now be defined in the configuration file to be installed.
- Command line options:
- Remove
repository-name
andrepository-url
. - Add
name
andversion
.
- Remove
- Command
init
is done in install command now.
1.0.0 - 2023/05/03
- Add prompt to choose between official or custom plugins via
install
command. - Externalize official plugins list in leto-modelizer.
0.2.1 - 2022/11/24
- Fix bad name of public plugin resources folder on
plugin:install
.
0.2.0 - 2022/11/07
- Add handling of 'repository-name' and 'repository-url' arguments for
install
command.
0.1.2 - 2022/09/20
- Permit to have version number or branch name in repository url
0.1.1 - 2022/09/02
- Fix typo in command
init
- Fix import folder from plugin
- Fix scripts commands in readme
- Sanitize plugin name
0.1.0 - 2022/09/02
- Setup project.
- Add command
install
to install plugin with npm and generateplugin.config.js
. - Add command
init
to import icons and models of each plugin then generatesrc/plugins/index.js
. - Init webpack build
- Init linter