decoder/tests: Added hex decode capability
[luajson.git] / CHANGELOG
blob7a0e1bc7a4a3c824ab7b690e7e68d12d8e13ffc2
1 LuaJSON v0.6 Change Log
3 Fixes since v0.5
4 ----------------
6  * Encoder
7    * Add support for encoding NaN/Infinity and \r
8  * Decoder
9    * Refactored most parts (string,object,array,number) out into separate
10      configurable modules
11    * Fixed support for empty objects, previous behavior was to not record a value
12  * Build System/Tests
13    * Added preliminary round-trip tests
14    * Added some additional simple tests to help track down decoding errors
15    * Added 'distcheck' target to test what would be distributed