Skip to content

Commit

Permalink
Merge pull request #2 from ditrit/prerelease/v0.1.0
Browse files Browse the repository at this point in the history
Prerelease version 0.1.0
  • Loading branch information
Zorin95670 authored Aug 16, 2022
2 parents 2a3c4fb + 1de5d2b commit 2cd1334
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 418 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ export default {

## Write your metadata

To make your plugin work we need to have an array of [ComponentDefinitions](https://github.com/ditrit/leto-modelizer-plugin-core/blob/main/src/models/ComponentDefinition.js).
To make your plugin work we need to have an array of [ComponentDefinitions](https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.2.0/src/models/ComponentDefinition.js).

The [DefaultMetadata](https://github.com/ditrit/leto-modelizer-plugin-core/blob/main/src/metadata/DefaultMetadata.js) provides two methods:
The [DefaultMetadata](https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.2.0/src/metadata/DefaultMetadata.js) provides two methods:
* `validate` to validate the metadata
* `getComponentDefinitions` to get all ComponentDefinitions from your provided metadata

Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Setup template
- Setup template for plugin
- Use version 0.2.0 of leto-modelizer-plugin-core

[Unreleased]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/main/changelog.md
Loading

0 comments on commit 2cd1334

Please sign in to comment.