Skip to content

Releases: onox/json-ada

v6.0.0

28 Jul 15:20
v6.0.0
511489d
Compare
Choose a tag to compare

v5.0.3

30 Jul 09:13
v5.0.3
fda3e8b
Compare
Choose a tag to compare

v5.0.2

26 Apr 14:46
v5.0.2
d429d7a
Compare
Choose a tag to compare

Changes

  • Fix build failure because of compiler warnings
  • Do not treat compile warnings as errors

v5.0.1

30 Jan 09:10
v5.0.1
9b79538
Compare
Choose a tag to compare

Changes

  • 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

05 Jul 17:49
v5.0.0
18a048d
Compare
Choose a tag to compare

Changes

  • 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

12 Jul 18:14
v4.0.1
fca96e3
Compare
Choose a tag to compare

Changes

  • 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

05 May 21:37
v4.0.0
77f4e6a
Compare
Choose a tag to compare

Changes

  • 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

30 Oct 18:35
v3.0.4
6aa4e4e
Compare
Choose a tag to compare

Changes

  • Add SPDX license identifier to Ada files
  • Use Pitchfork layout
  • Remove LDFLAGS in Makefile

v3.0.3

18 Aug 15:57
v3.0.3
8bcc2aa
Compare
Choose a tag to compare

Changes

  • RFC requires subset of control characters to be escaped

v3.0.2

31 May 23:12
v3.0.2
cdd86a1
Compare
Choose a tag to compare

Changes

  • Remove partition-wide No_Recursion restriction