summaryrefslogtreecommitdiff
path: root/NEWS (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-17feature: ported to the ARM64 platform by masking off the bits higher than 47-...2.1.0.7rc1spacewander1-9/+14
2018-04-26luarocks: bumped version to 2.1.0.6.WenMing1-2/+3
2018-04-19bumped version to 2.1.0.6.2.1.0.6Yichun Zhang (agentzh)2-2/+2
2018-01-02optimize: improved forward-compatibility with older versions of Lua/LuaJIT.Thibault Charbonnier1-6/+9
2017-11-17bugfix: fixed the C compiler warning "SO C90 forbids mixed declarations and c...2.1.0.6rc2Yichun Zhang (agentzh)1-2/+3
2017-11-17feature: set cjson.array_mt on decoded JSON arrays.2.1.0.6rc1Thibault Charbonnier3-6/+113
2017-11-15feature: added new cjson.array_mt metatable to allow enforcing JSON array enc...Thibault Charbonnier3-21/+155
2017-11-15travis: skipped the std lua 5.1 interpreter tests.Yichun Zhang (agentzh)1-1/+1
2017-11-15tests: now we use luajit to run the test suite.Yichun Zhang (agentzh)4-5/+12
2017-05-29travis-ci: run LuaJIT tests against openresty/luajit2 -b v2.1-agentzh.Thibault Charbonnier1-5/+20
2017-04-10bugfix: fixed a -Wsign-compare compiler warning.gnought1-1/+1
2017-04-05bugfix: conditionally build luaL_setfuncs() function as the latest LuaJIT v2....2.1.0.5Datong Sun1-2/+3
2017-01-31feature: supports MS C compiler older than VC2012.spacewander4-1/+22
2016-12-17bugfix: preserve 'empty_array_mt' behavior upon multiple loadings of the module.Thibault Charbonnier2-5/+40
2016-12-17chore: ignored the generated test_case.lua file.Thibault Charbonnier1-0/+1
2016-11-06bugfix: fixed compilation errors from the Microsoft C compiler.Tim Chen1-0/+6
2016-10-10travis-ci: bugfix, now we fail on either testIlya Shipitsin1-4/+6
2016-10-07travis-ci: move package management to "apt" pluginIlya Shipitsin1-3/+12
2016-05-15travis-ci: added valgrind testing mode as well.2.1.0.4Yichun Zhang (agentzh)1-2/+5
2016-05-15travis-ci: run our new tests as well.Yichun Zhang (agentzh)1-0/+3
2016-04-24removed rpmbuild testIlya Shipitsin1-23/+0
2016-04-24cppcheck added on buildIlya Shipitsin1-1/+2
2016-04-21.travis.yml: removed line trailing spaces.Yichun Zhang (agentzh)1-1/+1
2016-04-11travis-ci integrationIlya Shipitsin2-4/+27