forked from ocaml-community/yojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
30 lines (25 loc) · 1.28 KB
/
Changes
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
Releases of yojson
==================
!!! = some incompatibilities
opt = optimizations
+ui = additions in the user interface
-ui = restrictions in the user interface
bug = bug or security fix
doc = major changes in the documentation
pkg = changes in the structure of the package or in the installation procedure
2012-12-31 1.1.4: [bug] proper support for escaped code points above U+FFFF
2012-03-19 1.1.3: [+ui] new function Yojson.to_output for writing to an OO
channel; requires biniou >= 1.0.2
2012-02-27 1.1.2: [+ui] various enhancements
2012-02-07 1.1.1: [!!!] ydump now implies -s i.e. multiple whitespace-separated
records are accepted.
2012-01-26 1.1.0: [!!!] Yojson.Biniou becomes Yojson_biniou,
package yojson.biniou
2011-04-27 1.0.2: [+ui] improved error messages showing several lookahead bytes
[+ui] factored out lexer_state and init_lexer definitions
[+ui] added read_null_if_possible function (used by atdgen)
2011-01-22 1.0.1: [bug] fixed serialization of negative ints using the
write_int function (affects atdgen)
2010-12-04 1.0.0: [!!!] now requires biniou version 1.0.0 or higher
2010-09-13 0.8.1: [doc] added INSTALL file
2010-08-04 0.8.0: first release