-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
44 lines (37 loc) · 1.24 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0.10.0:
- We can "refresh" jsmf elements
(synchronize the elements with the current version of the class)
0.9.2:
- Fix issue for setter of camel case references
- Fix issue when we crawl Classes with JSMFAny references
0.9.0:
- Externalize Model conformance
0.8.0:
Internal Changes:
- Classes & Enums are now store under resp. the key "Class" and "Enum"
- In Models, classes allows an access to Classes and Enum by their names
- UUID are stored in their binary format (no longer as a string)
0.7.0:
Features:
- Models and Classes and Enums are now JSMF elements
- Flexible Models
- Model and element Conformance check
0.6.0:
Internal:
- Migration to ES6
0.5.0:
Model:
- Add an `elements` functions: list the modelling elements of the model
whatever their classes are.
- Add a `crop` function: removes refer4ences to elements that are not
into the model.
0.4.0:
Features:
- Inline object definition
- Custom types for attributes
- Minimal Cardinality
- Can use javascript assignation to set references
- Can assign opposite reference directly
- Can remove elements from references
Internal:
- Change JSMF objects internal representations