Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
json2lua/HISTORY
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
90 lines (71 sloc)
2.71 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Version 0.3.3 (2012-12-27) | |
| ========================== | |
| * Fixed "force numeric keys" option to work with luajson 1.3 | |
| Version 0.3.2 (2010-11-17) | |
| ========================== | |
| * Fixed "force numeric keys" option to work with luajson 1.2 | |
| * Now minimal supported version of luajson is 1.2 | |
| (some options will work with earlier versions). | |
| Full list of changes since v0.3.1: | |
| Alexander Gladysh (10): | |
| README: updated usage | |
| json2lua: bumped printed version | |
| README: clarification on chmod under LR 2.0.3+ | |
| CHECKLIST: new version release checklist | |
| CHECKLIST: mentioned submit to LR repo | |
| json2lua: updated to work with luajson 1.2+ | |
| test/data.json: simple json data | |
| TODO: add a proper test suite | |
| json2lua: bumped version to 0.3.2 | |
| rockspec: v0.3.2 | |
| Version 0.3.1 (2010-09-19) | |
| ========================== | |
| * Added command line option to prefix data with 'return' (default: off) | |
| Full list of changes since v0.3: | |
| Alexander Gladysh (2): | |
| json2lua: -r option to prefix output with return | |
| rockspec: 0.3.1-1 | |
| Version 0.3 (2010-09-19) | |
| ======================== | |
| * Added command line options to: | |
| * Do not pretty-print Lua code (default: do pretty-print) | |
| * Set maximum pretty-print width to N chars (default: 80) | |
| * Set pretty-print indent to string (default: two spaces, ' ') | |
| * Force object keys to be transformed to numbers | |
| whenever possible (default: off) | |
| * Do not print terminating EOL (default: do print) | |
| * Some documentation updates | |
| * Other minor changes | |
| Full list of changes since v0.2: | |
| Alexander Gladysh (9): | |
| README: which does not work for non-executable files, using command | |
| README: format tuning | |
| rockspec: 0.2-2 (with fixed-version lua-nucleo dependency) | |
| README: cosmetics | |
| README: lua-nucleo is to be available from the main LR repository | |
| json2lua: lua-nucleo is now in main LR repository | |
| json2lua: enhanced error reporting | |
| json2lua: added commandline options (including force numeric keys option) | |
| TODO: updated | |
| rockspec: 0.3-1 | |
| Version 0.2 (2010-09-11) | |
| ======================== | |
| * Fixed null serialization | |
| * Support for non-table types | |
| * Initializing Lua-Nucleo via require (install it from LuaRocks) | |
| * Rockspecs (scm-1, v0.2) | |
| * Some documentation updates | |
| Full list of changes since v0.1: | |
| Alexander Gladysh (9): | |
| README.md: renamed from README to satisfy GitHub | |
| using new require-friendly mode of lua-nucleo | |
| README: no longer in embryonic phase. | |
| rockspec: scm-1 | |
| using simple decoding to translate nulls to nils | |
| serializing non-table types | |
| added TODO file | |
| rockspec: v0.2 | |
| README: more detailed installation instructions | |
| Version 0.1 (2010-09-09) | |
| ======================== | |
| Initial release |