jansson 1.1
[jansson.git] / CHANGES
1 Version 1.1, released 2009-10-XX
2
3 * API additions and improvements:
4   - Extend array and object APIs
5   - Add functions to modify integer, real and string values
6   - Improve argument validation
7   - Use unsigned int instead of uint32_t for encoding flags
8 * Enhance documentation
9   - Add getting started guide and tutorial
10   - Fix some typos
11   - General clarifications and cleanup
12 * Check for integer and real overflows and underflows in decoder
13 * Make singleton values thread-safe (true, false and null)
14 * Enhance circular reference handling
15 * Don't define -std=c99 in AM_CFLAGS
16 * Add C++ guards to jansson.h
17 * Minor performance and portability improvements
18 * Expand test coverage
19
20
21 Version 1.0.4, released 2009-10-11
22
23 * Relax Autoconf version requirement to 2.59
24 * Make Jansson compile on platforms where plain char is unsigned
25 * Fix API tests for object
26
27
28 Version 1.0.3, released 2009-09-14
29
30 * Check for integer and real overflows and underflows in decoder
31 * Use the Python json module for tests, or simplejson if the json
32   module is not found
33 * Distribute changelog (this file)
34
35
36 Version 1.0.2, released 2009-09-08
37
38 * Handle EOF correctly in decoder
39
40
41 Version 1.0.1, released 2009-09-04
42
43 * Fixed broken json_is_boolean()
44
45
46 Version 1.0, released 2009-08-25
47
48 * Initial release