Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.41 KB

changelog.md

File metadata and controls

87 lines (56 loc) · 2.41 KB

Changelog

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

Fixed

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

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.

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.

0.2.1 - 2022/11/24

Fixed

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

0.2.0 - 2022/11/07

Added

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

0.1.2 - 2022/09/20

Fixed

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

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

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