Skip to content

Releases: ditrit/leto-modelizer-plugin-cli

Release version 2.0.1

13 Aug 13:56
773d8c6
Compare
Choose a tag to compare

[2.0.1] - 2024/08/13

Fixed

  • Fix display of installed plugin list.
  • Fix folder name of public resource.

Release version 2.0.0

13 Aug 13:01
e8b941d
Compare
Choose a tag to compare

[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 and repository-url.
    • Add name and version.

Removed

  • Command init is done in install command now.

Release version 1.0.0

03 May 08:15
02c40ba
Compare
Choose a tag to compare

[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

24 Nov 15:54
67ec27a
Compare
Choose a tag to compare

[0.2.1] - 2022/11/24

Fixed

  • Fix bad name of public plugin resources folder on plugin:install.

Release version 0.2.0

07 Nov 14:20
bdcd404
Compare
Choose a tag to compare

[0.2.0] - 2022/11/07

Added

  • Add handling of repository-name and repository-url arguments for install commmand.

Release version 0.1.2

20 Sep 10:08
ab2edbb
Compare
Choose a tag to compare

[0.1.2] - 2022/09/20

Fixed

  • Permit to have version number or branch name in repository url

Release version 0.1.1

02 Sep 13:17
168bc73
Compare
Choose a tag to compare

[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

02 Sep 09:59
0fabbc6
Compare
Choose a tag to compare

[0.1.0] - 2022/09/02

Added

  • Setup project.
  • Add command install to install plugin with npm and generate plugin.config.js.
  • Add command init to import icons and models of each plugin then generate src/plugins/index.js.
  • Init webpack build
  • Init linter