Skip to content

Commit 1abaaee

Browse files
committed
Update the ChangeLog with the rest of the changes that will be included in the 0.10 release.
1 parent e7bd2e9 commit 1abaaee

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

ChangeLog

+22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
0.10
2+
3+
* Add a json_object_to_json_string_ext() function to allow output to be
4+
formatted in a more human readable form.
5+
* Add json_object_object_get_ex(), a NULL-safe get object method, to be able
6+
to distinguish between a key not present and the value being NULL.
7+
* Add an alternative iterator implementation, see json_object_iterator.h
8+
* Make json_object_iter public to enable external use of the
9+
json_object_object_foreachC macro.
10+
* Add a printbuf_memset() function to provide an effecient way to set and
11+
append things like whitespace indentation.
12+
* Adjust json_object_is_type and json_object_get_type so they return
13+
json_type_null for NULL objects and handle NULL passed to
14+
json_objct_object_get().
15+
* Rename boolean type to json_bool.
16+
* Fix various compile issues for Visual Studio and MinGW.
17+
* Allow json_tokener_parse_ex() to be re-used to parse multiple object.
18+
Also, fix some parsing issues with capitalized hexadecimal numbers and
19+
number in E notation.
20+
* Add json_tokener_get_error() and json_tokener_error_desc() to better
21+
encapsulate the process of retrieving errors while parsing.
22+
* Various improvements to the documentation of many functions.
23+
* Add new json_object_array_sort() function.
224
* Fix a bug in json_object_get_int(), which would incorrectly return 0
325
when called on a string type object.
426
Eric Haszlakiewicz

0 commit comments

Comments
 (0)