-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
25 lines (18 loc) · 865 Bytes
/
NEWS
File metadata and controls
25 lines (18 loc) · 865 Bytes
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
Changes in LinkML-Java 0.2.0
----------------------------
* Library split in two modules: `linkml-core` and `linkml-ext`.
* Added support for `linkml:Any`-typed slots.
* Added complete representation of LinkML’s own meta-schema.
* Dropped support for Java 8.
Changes in LinkML-Java 0.1.2
----------------------------
* Support multivalued type designators.
* Silently accept unknown designated types.
* Accept a single identifier when a list of identifiers is expected.
Changes in LinkML-Java 0.1.1
----------------------------
* Fix error messages when an object cannot be instantiated.
* Accept field names with a `_` suffix (which may be appended by the
code generator to avoid a name clash with a Java keyword).
* Support incorrect use of a scalar where a list is expected.
* Add support for JSON.