<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson/build-packages.sh, branch or-1.31.0</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=or-1.31.0</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=or-1.31.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2024-06-11T01:39:55+00:00</updated>
<entry>
<title>feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.</title>
<updated>2024-06-11T01:39:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-06-11T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=c92ecda53337490633c95e6ae00e322dc9ad1fb8'/>
<id>urn:sha1:c92ecda53337490633c95e6ae00e322dc9ad1fb8</id>
<content type='text'>
Co-Authored-By: Hisham Muhammad &lt;hisham@gobolinux.org&gt;
Co-authored-by: Mark Pulford &lt;mark@kyne.com.au&gt;
Co-authored-by: ichenq &lt;ichenq@gmail.com&gt;
Co-authored-by: Cloud Wu &lt;cloudwu@gmail.com&gt;
Co-authored-by: caijietao &lt;t0350.prog@gmail.com&gt;
Co-authored-by: actboy168 &lt;actboy168@gmail.com&gt;
Co-authored-by: wudeng &lt;wudeng256@gmail.com&gt;
Co-authored-by: caiyiheng &lt;rangercyh@qq.com&gt;</content>
</entry>
<entry>
<title>Bump version to 2.1devel</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-01T09:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=5300ecb4e8f8ce9ec200b91c7273dae1947e431c'/>
<id>urn:sha1:5300ecb4e8f8ce9ec200b91c7273dae1947e431c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support building packages with version tags &gt;1.x</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-20T11:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=1a5473c323230a830bfb8f353b73f1a3168cf9f5'/>
<id>urn:sha1:1a5473c323230a830bfb8f353b73f1a3168cf9f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 2.0devel</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-19T14:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65'/>
<id>urn:sha1:aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65</id>
<content type='text'>
Bump version to 2.0devel due to significant changes and updated API
(runtime config not fully backwards compatible).
</content>
</entry>
<entry>
<title>Bump development version to 1.1devel</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-18T14:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=3040931d6bb7331b130fd4c34a7b17bc5d226039'/>
<id>urn:sha1:3040931d6bb7331b130fd4c34a7b17bc5d226039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy tests and improve coverage</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-16T09:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=c9a4e121f18a1c36b3b0065aa7eed7097f12356c'/>
<id>urn:sha1:c9a4e121f18a1c36b3b0065aa7eed7097f12356c</id>
<content type='text'>
- Rearrange test sections to keep more related tests together.
- Test configuration functions for errors

Add tests for more parts of the Lua CJSON API:
- _NAME, _VERSION, version
- encode_keep_buffer
- encode_number_precision
- decode_invalid_numbers
- decode_max_depth
</content>
</entry>
<entry>
<title>Generate git tag based version number for packages</title>
<updated>2011-12-26T13:11:54+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-12-26T13:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=e7d9c166ff7fee61b554dd5d7bba8985ee777ee8'/>
<id>urn:sha1:e7d9c166ff7fee61b554dd5d7bba8985ee777ee8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automate package releases with build-packages.sh</title>
<updated>2011-12-15T08:34:55+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-12-15T08:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=1d8eba4368aa53ad5e534b68873d24b3ee69cc51'/>
<id>urn:sha1:1d8eba4368aa53ad5e534b68873d24b3ee69cc51</id>
<content type='text'>
build-packages.sh has several advantages:
- Automatically bumps version numbers
- Builds HTML documentation on the fly
</content>
</entry>
</feed>
