Revision history for Perl module JSON::JQ
v0.09
:
-
fix bigint test case again (on Linux)
v0.08
:
-
fix bigint test case
v0.07
:
-
use "long" (64 bits) for integer representation (credit to Roberto Etcheverry)
v0.06
:
-
fix linking problem on alphine Linux (credit to Bob Bell)
-
more test cases
v0.05
:
-
not croak if no output available but no error raised
-
bugfixes in XS code
-
basic filters test case from official manual page
v0.04
:
-
fix double free in XS code
-
fix utf8 decode error when dealing with json_file parameter in process()
v0.03
:
-
avoid std c99 feature in xs code
-
fix a float number test case
v0.02
:
-
fix access of freed memory, which leads to segfault on Linux.
-
add missing module dependency - enum.
-
module documentation typo fixes (credit to Ben Bullock)
v0.01
:
-
initial release.