Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann committed Nov 13, 2024
1 parent 3e3eb6e commit 457d320
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,25 @@ Semantic Versioning and the changes are simply documented in reverse chronologic

## com.mbeddr.mpsutil

### Feature
### Added

- A new language `com.mbeddr.mpsutil.collections` was added that adds support for a set type `nset` that use nodes as the values of the set. Equivalence of nodes is checked structurally. The hash code calculation is done for all properties and children and the first level of references. The runtime solution also contains a more general class `EquivalenceHashSet` to implement hashsets with arbitrary `equals` and `hashcode` methods.

### Changes

- The language `com.mbeddr.spreadsheat` was renamed to `com.mbeddr.spreadsheet`.

### Removed

- The language `com.mbeddr.mpsutil.projectview.favourites` was removed. Please use the MPS bookmarks manager instead: https://www.jetbrains.com/help/mps/navigating-through-the-source-code.html#use_bookmarks
- The stub solution `org.apache.batik` were removed. Please use `de.itemis.stubs.batik` from MPS-Extensions instead.
- The stub solution `org.xml` were removed. Please use `de.itemis.stubs.xml` from MPS-Extensions instead.

# October 2024

## com.mbeddr.mpsutil

### Feature
### Added

- Adds a caching mechanism for caching the retrieval of 'ILogicalChild' by 'ILogicalChildOwner'

Expand All @@ -37,7 +47,7 @@ Semantic Versioning and the changes are simply documented in reverse chronologic

## com.mbeddr.mpsutil.interpreter

### Feature
### Added

- Added user defineable call back function when trace node is added to the trace tree

Expand All @@ -55,7 +65,7 @@ Semantic Versioning and the changes are simply documented in reverse chronologic

## com.mbeddr.mpsutil.checkinHandler

### Feature
### Added

- A new kind of Checkin handlers (background handler) now support the interface `CommitCheck` which allows more options like running the code after the commit or in the background.

Expand Down

0 comments on commit 457d320

Please sign in to comment.