11Change log
22================================================================================
33
4- 0.2.3 - 13 .07.2016
4+ 0.2.3 - 14 .07.2016
55--------------------------------------------------------------------------------
66
7+ Added:
8+ ********************************************************************************
9+
10+ #. json format: serialize date and datetime
11+
712Updated:
8- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13+ ********************************************************************************
914
1015#. if a sheet has row_names, its json output become records(a list of dictionary)
1116 instead of a dictionary of row name vs the rest of row values.
@@ -28,15 +33,15 @@ Updated:
2833It is a complete re-write of the whole extension.
2934
3035Added
31- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
36+ ********************************************************************************
3237
3338#. html support
3439#. support pyexcel 0.2.0's generator output
3540#. pypy and pypy3 in test targets
3641#. support file stream and dot notation, e.g. pyexcel.Sheet.rst will return rst text representation of it.
3742
3843Updated
39- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
44+ ********************************************************************************
4045
4146#. `#8 <https://github.com/pyexcel/pyexcel-text/issues/8 >`_, write_header as an option(False) to disable header writing
4247#. the json output of multiple sheet book will be sorted by its sheet names.
@@ -46,7 +51,7 @@ Updated
4651--------------------------------------------------------------------------------
4752
4853Updated
49- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54+ ********************************************************************************
5055
5156#. `#2 <https://github.com/pyexcel/pyexcel-text/issues/2 >`_, fix a typo in setup.py
5257
@@ -55,7 +60,7 @@ Updated
5560--------------------------------------------------------------------------------
5661
5762Updated
58- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
63+ ********************************************************************************
5964
6065#. support pyexcel 0.2.0
6166
@@ -64,7 +69,7 @@ Updated
6469--------------------------------------------------------------------------------
6570
6671Updated
67- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
72+ ********************************************************************************
6873
6974#. `#1 <https://github.com/pyexcel/pyexcel-text/issues/1 >`_, align api interface
7075 with other pyexcel plugins, e.g. save_as, save_book_as
@@ -73,7 +78,7 @@ Updated
7378--------------------------------------------------------------------------------
7479
7580Updated
76- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
81+ ********************************************************************************
7782
7883#. support pyexcel 0.0.9
7984
0 commit comments