forked from stijnsanders/jsonDoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
35 lines (28 loc) · 1.03 KB
/
CHANGELOG.txt
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
v1.1.1
- switch from OleVariant to Variant
- absorbed jsonTS.pas as conditional define JSONDOC_THREADSAFE
- thread-un-safe also skips on locking when reference counting (should improve performance)
- some internal revision to avoid VarCopyDeep where possible (should improve performance)
- IJSONArray interface, ja function, JSON_UseIJSONArray global
v1.1.0
### ATTENTION!!! breaking change: ###
- JSON function: use '{' key suffix to start embedded document (instead of value '[')
- IJSONDocument.ToString re-done using IJSONEnumerator
- IJSONDocWithReUse to fix re-using pre-allocated keys
- jsonV: now supports array as element in array
v1.0.5
- IJSONDocument.Delete
v1.0.4
- JsonEnum: return 'empty' enumerator on nil/Null
v1.0.3
- jsonV: improved variant type display
- jsonV: Ctrl+Shift+C to copy value only
- jsonDoc: fixed issue with int64 arrays
v1.0.2
- jsonV: support array as root
- jsonDoc: const OleVariant arguments
- jsonEnum: with Data=nil 'fail silently' (EOF=true Next=false)
v1.0.1
- IJSONEnumerator
- IJSONDocArrayBuilder
v1.0.0