harningt / luajson

JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.
http://www.eharning.us/wiki/luajson/
Other
251 stars 48 forks source link

Release a new version (luarocks) #24

Closed catwell closed 12 years ago

catwell commented 12 years ago

The version currently in luarocks breaks on LuaJIT when used with pl.strict, whereas the version installed from the scm-4 rockspec doesn't. Is there a reason not to release it?

harningt commented 12 years ago

Sure, I'll schedule a release ASAP. I would hope to have it released by the October 7th at the latest.

catwell commented 12 years ago

Great, thanks!

harningt commented 12 years ago

Release 1.3.1 on its way out, tested it with the 'classic' strict for 5.1 and LuaJIT. Noticed pl.strict and searched on that and determined that it works with 5.2 as well.