Skip to content

Releases: spc476/CBOR

The "Custom Nothing" Version

21 May 01:42
Compare
Choose a tag to compare

You can now define custom values for CBOR null and undefined.

Bug fix---forgot to update the version in the Makefile

03 Dec 06:41
Compare
Choose a tag to compare
1.2.3

Bug fix---forgot to update the version in the Makefile

1.2.2: Bug fix---don't rely upon print() in Makefile

03 Dec 05:20
Compare
Choose a tag to compare
From the Lua mailing list:

> Better would be
>
> LUA_VERSION = $(shell $(LUA) -E -e "print (_VERSION:match '^Lua (.*)')")
>
> or maybe (because 5.1 doesn't have -E)
>
> LUA_VERSION = $(shell $(LUA) -e
> "io.stdout:write(string.match(_VERSION,'^Lua (.*)'),'\n')")
>
>
> LUA_INIT (if defined and not disabled by -E) runs first and can
> add/remove/replace a lot of things.  Don't depend on print producing
> "dumb" output if there's LUA_INIT.  (The Lua REPL uses whatever _G.print
> is to output results, so my 'print' colors values by types, adds metatable
> info etc.  etc.  - resulting in some really funky directory names if used
> like that!)
>
> -- nobody (probably not the only one with a colorful REPL)

1.2.1

06 Oct 02:07
Compare
Choose a tag to compare
Bug fix---RAINS test and building under Windows

The "Actual RAINS Tagged Data" Version

06 Oct 02:07
Compare
Choose a tag to compare
1.2.0

The "Actual RAINS Tagged Data" Version

1.1.2

06 Oct 02:07
Compare
Choose a tag to compare
Bug fix---forgot to update CHANGES file.

1.1.1

06 Oct 02:06
Compare
Choose a tag to compare
Bug fix---forgot to update the version in the Makefile

The "RAINS Tagged Data" Version

06 Oct 02:06
Compare
Choose a tag to compare
1.1.0

The "RAINS Tagged Data" Version

1.0.1: Bug fix---fix rockspec and Makefile issues.

06 Oct 02:06
Compare
Choose a tag to compare

The "Welcome To The World" Version

06 Oct 02:05
Compare
Choose a tag to compare
1.0.0

The "Welcome To The World" Version