-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcfa486
commit ed20391
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## [0.5.0] - 2024-07-27 | ||
|
||
### Added | ||
|
||
- Added names of selected and referenced standards for more clarity | ||
- Added links to the selected and references standards | ||
|
||
## [0.4.0] - 2024-07-01 | ||
|
||
### Changed | ||
|
||
- Moved from PHP to JavaScript to enable gh-pages and a general accessability (https://jschuetz88.github.io/cx-dependencies/). | ||
|
||
## [0.3.1] - 2024-06-24 | ||
|
||
### Fixed | ||
|
||
- Improved the parser to cover syntactically non-compliant references. | ||
|
||
## [0.3.0] - 2024-05-31 | ||
|
||
### Added | ||
|
||
- Recognition and visualisation of deprecated references (usage of BAMM aspect models and deprecated standards) | ||
|
||
## [0.2.0] - 2024-05-24 | ||
|
||
### Added | ||
|
||
- Recognition of referenced aspect models (BAMM and SAMM). | ||
|
||
## [0.1.0] - 2024-05-16 | ||
|
||
### Added | ||
|
||
- First PoC: Recognition and visualisation of cross-references in standards. |