Skip to content

Releases: jacobwilliams/json-fortran

4.0.0

16 Mar 01:15
Compare
Choose a tag to compare
  • First version with Unicode support. This is only currently supported on GFortran, when using the USE_UCS4 preprocessor flag.
  • Bug fix when using the compact_reals option.
  • Added a fix to prevent stack overflows when parsing very large JSON structures.
  • Compilation on NAG Fortran compiler now supported (latest version).
  • Updates to build.sh script. Type build.sh --help for details.
  • Updates to CMake project.
  • Updates to API documentation formatting.
  • Various other minor changes.

3.1.0

28 Feb 06:29
Compare
Choose a tag to compare
  • a bug fix for gfortran 4.9.2.
  • A new feature to print real numbers in a more compact format.
  • updates and bug fixes for the CMake, Scons, build.sh, and Visual Studio build systems.
  • updates to the unit tests.
  • updates to the documentation.

3.0.0

18 Jan 05:10
Compare
Choose a tag to compare
  • Some API cleanup and routine name changes [note: this breaks backward compatibility with previous release].
  • Added some new options for some of the routines.
  • Fixed indention when writing a JSON file.
  • New API for reading JSON data from a string.
  • The build.sh script now uses FoBiS.
  • Various efficiency improvements.

2.0.0

27 Dec 17:39
Compare
Choose a tag to compare
  • Added some new APIs: json_update, json_remove, json_remove_if_present, json_file.move, and an alternate json_print routine).
  • Some other minor changes to the API: integer_to_string and wp are no longer public & to_real was renamed to_double.
  • Other minor internal changes.
  • Updated the source file documentation.
  • Added SCons build file.

Initial Release

23 Jul 02:13
Compare
Choose a tag to compare

Initial release of json-fortran.