Skip to content

Commit 32003c8

Browse files
committed
update jsonlab docs for version 1.2 release
1 parent 5ae51f1 commit 32003c8

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

AUTHORS.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ This toolbox contains patches submitted by the following contributors:
3939
patches for svn revision 415.
4040
- savejson saves an empty cell array as [] instead of null
4141
- loadjson differentiates an empty struct from an empty array
42+
43+
- Mykhailo Bratukha <bratukha.m at gmail.com>
44+
(Pull#14) Bug fix: File path is wrongly inerpreted as JSON string
45+
46+
- Insik Kim <insik92 at gmail.com>
47+
(Pull#12) Bug fix: Resolving bug that cell type is converted to json with transposed data
48+
49+
- Sertan Senturk
50+
(Pull#10,#11) Feature: Added matlab object saving to savejson and saveubjson

ChangeLog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
JSONlab ChangeLog (key features marked by *):
88

9+
== JSONlab 1.2 (codename: Optimus - Update 2), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
10+
11+
2015/12/16 replacing string concatenation by str cells to gain 2x speed in savejson (Issue#17)
12+
2015/12/11 fix FileName option case bug (SVN rev#495)
13+
2015/12/11 add SingletCell option, add SingletArray to replace NoRowBracket (Issue#15,#8)
14+
2015/11/10 fix bug for inerpreting file names as JSON string - by Mykhailo Bratukha (Pull#14)
15+
2015/10/16 fix bug for cell with transposed data - by Insik Kim (Pull#12)
16+
2015/09/25 support exporting matlab object to JSON - by Sertan Senturk (Pull#10, #11)
17+
918
== JSONlab 1.1 (codename: Optimus - Update 1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
1019

1120
2015/05/05 *massively accelerating loadjson for parsing large collection of unstructured small objects

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
*Copyright (C) 2011-2015 Qianqian Fang <fangq at nmr.mgh.harvard.edu>
77
*License: BSD or GNU General Public License version 3 (GPL v3), see License*.txt
8-
*Version: 1.1 (Optimus - Update 1)
8+
*Version: 1.2 (Optimus - Update 2)
99

1010
-------------------------------------------------------------------------------
1111

0 commit comments

Comments
 (0)