Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoqlibre committed Mar 22, 2024
1 parent 861e7b4 commit a5fb64e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None.

## [1.0.0-alpha.3] - 2024-03-22

### Fixed

- Method `isSemanticSameTypeOf` support prefixed types.
Expand All @@ -20,13 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- More tests to test the `equals` method.

### Removed

- The `init` method in `SemanticObject` and `SemanticObjectAnonymous`.

### Added

- New `Semantizer` and `Context` classes with corresponding interfaces.
- Ability to provide a context and pass prefixed URIs.

Expand Down Expand Up @@ -57,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[unreleased]: https://github.com/assemblee-virtuelle/semantizer-typescript/compare/v1.0.0-alpha.2...HEAD
[unreleased]: https://github.com/assemblee-virtuelle/semantizer-typescript/compare/v1.0.0-alpha.3...HEAD
[1.0.0-alpha.3]: https://github.com/assemblee-virtuelle/semantizer-typescript/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
[1.0.0-alpha.2]: https://github.com/assemblee-virtuelle/semantizer-typescript/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
[1.0.0-alpha.1]: https://github.com/assemblee-virtuelle/semantizer-typescript/compare/v1.0.0-alpha...v1.0.0-alpha.1
[1.0.0-alpha]: https://github.com/assemblee-virtuelle/semantizer-typescript/releases/tag/v1.0.0-alpha

0 comments on commit a5fb64e

Please sign in to comment.