forked from jansc/tmjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHISTORY
More file actions
42 lines (33 loc) · 1.28 KB
/
HISTORY
File metadata and controls
42 lines (33 loc) · 1.28 KB
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
== 0.3.1 2010-08-09
* API for duplicate suppression (tm.sanitize())
* Restructured code of JTM.Writer, changed API, supports now export of fragments
* Added more tests for TM.JTM.Reader
* Added missing SignatureGenerator for roles (internal API)
* Documentation fixes
* Bugfixes in JTM import
* Bugix: Added TM to exported symbols
== 0.3.0 2010-05-04
* Added JTM import and export (experimental)
* Implemented Topic.mergeIn()
* Added more API documentation
* Added more test cases
* Added XSD namespace for common locator strings
* Bugfix: Made occurrences handle the datatype parameter properly
* Bugfix: Removing a type from a topic did not update the TypeInstanceIndex
* Bugfix: Fixed syntax error in code for node.js-compatibility
* Bugfix: Topic.remove() now checks if the topic is used as a player in a role
* several minor bugfixes
== 0.2.2 2010-03-20
* Implemented ScopedIndex
* Implemented TypeInstanceIndex
* Removed 'MemImpl' from all class names but TopicMapSystemMemImpl
(as suggested by Robert Cerny)
* Implemented check for topic in use in Topic.remove()
* More unit tests (now 162 tests)
== 0.2.1 2010-03-03
* Bugfix in make rule for building the API docs
== 0.2.0 2010-03-03
* Initial public release
* Changed build-system from rake to make
== 0.1.0 2010-02-16
* First internal release