Skip to content

Commit

Permalink
feat(map): satisfy version checker
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan.casey <[email protected]>
  • Loading branch information
jonathan-casey committed Aug 1, 2023
1 parent 916069d commit 6c23986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/concerto-core/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ class MapKeyType extends Decorated {
+ MapDeclaration getParent()
+ string getType()
+ String toString()
+ boolean isKey()
+ boolean isValue()
}
class MapValueType extends Decorated {
+ void constructor(MapDeclaration,Object) throws IllegalModelException
Expand All @@ -182,6 +184,8 @@ class MapValueType extends Decorated {
+ MapDeclaration getParent()
+ string getType()
+ String toString()
+ boolean isKey()
+ boolean isValue()
}
+ ModelManager newMetaModelManager()
+ object validateMetaModel()
Expand Down
3 changes: 3 additions & 0 deletions packages/concerto-core/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 3.8.0 {916069dbcaf3be63a2954371fec719d4c79002ff} 2023-08-1
- Add To MapKeyType, MapValue functionality

Version 3.7.0 {a97cb6ebd45679354ba4da1940d2bb8d} 2023-05-19
- Add MapDeclaration, MapKeyType, AggregateValueType

Expand Down

0 comments on commit 6c23986

Please sign in to comment.