-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
60 lines (47 loc) · 1.4 KB
/
ChangeLog
File metadata and controls
60 lines (47 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
RELEASE
Version: 0.2.0
Summary: Path improvements, dynamic strings, API helpers
Date: Sun, 18 Oct 2015
* Added various dhdb_set and dhdb_create helpers, including dynamic strings
* Path operations can now create new object paths
* Path operations can now flatten hierarchies
* Path operations can now query all leaves based on a pattern
RELEASE
Version: 0.1.6
Summary: More flexible arrays, optimized JSON parser
Date: Fri, 16 Oct 2015
* Added dhdb_index
* Added dhdb_insert
* Added dhdb_detach
* Added support for removing an element from arrays
* Optimized JSON parser performance
RELEASE
Version: 0.1.4
Summary: More dynamic core dhdb
Date: Mon, 12 Oct 2015
* Changing types dynamically is possible
RELEASE
Version: 0.1.3
Summary: Error handling upgrades, json file import
Date: Mon, 12 Oct 2015
* Error handling upgrades with error messages to stderr
* Helper to import json from files
RELEASE
Version: 0.1.2
Summary: Case insensitive field names
Date: Fri, 9 Oct 2015
* Case insensitive field names
RELEASE
Version: 0.1.1
Summary: Changing object values doesn't create duplicate members to objects
Date: Wed, 30 Sep 2015
* Fixed a situation where changing object value actually created a new object
value
RELEASE
Version: 0.1
Summary: First release
Date: Mon, 28 Sep 2015
* First version of core API
* First version of json importer/exporter
* First version of ini importer/exporter
* First version of path API