Releases: ditrit/leto-modelizer-plugin-cli
Releases · ditrit/leto-modelizer-plugin-cli
Release version 2.0.1
[2.0.1] - 2024/08/13
Fixed
- Fix display of installed plugin list.
- Fix folder name of public resource.
Release version 2.0.0
[2.0.0] - 2024/08/13
Added
- Add workflow to publish on npm.
- Add command to uninstall plugin(s).
Changed
- 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
Removed
- Command
init
is done in install command now.
Release version 1.0.0
[1.0.0] - 2023/05/03
Added
- Add prompt to choose between official or custom plugins via
install
command. - Externalize official plugins list in leto-modelizer.
Release version 0.2.1
[0.2.1] - 2022/11/24
Fixed
- Fix bad name of public plugin resources folder on
plugin:install
.
Release version 0.2.0
[0.2.0] - 2022/11/07
Added
- Add handling of
repository-name
andrepository-url
arguments forinstall
commmand.
Release version 0.1.2
[0.1.2] - 2022/09/20
Fixed
- Permit to have version number or branch name in repository url
Release version 0.1.1
[0.1.1] - 2022/09/02
Fixed
- Fix typo in command
init
- Fix import folder from plugin
- Fix scripts commands in readme
- Sanitize plugin name
Release version 0.1.0
[0.1.0] - 2022/09/02
Added
- 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