UNPKG

2.03 kBPlain TextView Raw
1#
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6# http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13#
14# This is the changelog for Hyperledger Concerto. It lists all significant changes to
15# functionality and public API.
16#
17# The most recent entry in the changelog should be at the top of this file
18# and must follow the format: Version <number> {public api digest} <date>. The version
19# number must match that specified in package.json. The public api digest is computed
20# and validated using ./scripts/api-changelog.sh
21#
22# Any changes to the public API must have an associated changelog entry.
23#
24# Note that the latest public API is documented using JSDocs and is available in api.txt.
25#
26
27Version 0.80.1 {297c88d29ce911ec6efc0f28ceeeb660} 2019-08-24
28- Adds getModels and writeModelsToFileSystem functions to ModelManager
29- Fixes API generation for hasSymbol function
30
31Version 0.71.7 {2b5649f2b8f13d52241959f613cbfdd7} 2019-07-29
32- Add static hasInstance as alternative instanceof implementation for AssetDeclaration, ClassDeclaration, EnumDeclaration, ConceptDeclaration, EnumValueDeclaration, Field, ModelFile, ModelManager, RelationshipDeclaration, TransactionDeclaration
33
34Version 0.70.5 {db48b7eb8404d9206e9bc8efb3de0009} 2019-06-23
35- Update exception triggered when creating EventDeclaration class
36
37Version 0.31.0 {82c0c10648bd10fb79b84db3fcda1776} 2018-10-03
38- Remove built-in system model file
39
40Version 0.30.1 {fd4b813bc0bda4042db3c4657893593f} 2018-10-03
41- Remove Wallet
42
43Version 0.30.0 {785896a0c4c91e70dcbbfcc5bab33938} 2018-10-02
44- Refactor to make model manager its own module
\No newline at end of file