-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChanges
27 lines (26 loc) · 856 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.