Releases: onox/json-ada
Releases · onox/json-ada
v5.0.2
Fix build failure because of compiler warnings
Do not treat compile warnings as errors
v5.0.1
Remove with'ing of unit JSON.Streams in example code in README.md
Avoid Constraint_Error when running tool without any arguments
Remove -flto
switch
v5.0.0
Port unit tests from Ahven to AUnit
Make type Stream_Ptr a pointer to a non-classwide type
Enable SPARK_Mode for package JSON.Streams
Do not print prettified JSON in tool if first argument is -q
Improve performance of functions Contains and Get
Simplify creating Parser objects
v4.0.1
Fix compilation with GNAT CE 2020
Add 'prove' command which uses gnatprove
Add 'ce' command to compile with latest CE in Docker container
v4.0.0
Add tool to pretty print a .json file
Add a function to read the whole content of a file
Simplify package JSON.Parsers a bit
v3.0.4
Add SPDX license identifier to Ada files
Use Pitchfork layout
Remove LDFLAGS in Makefile
v3.0.3
RFC requires subset of control characters to be escaped
v3.0.2
Remove partition-wide No_Recursion restriction
You can’t perform that action at this time.