|
4 | 4 |
|
5 | 5 | - [Change Log](#change-log)
|
6 | 6 | - [Unreleased](#unreleased)
|
| 7 | + - [4.3.0 (2015-12-05)](#430-2015-12-05) |
7 | 8 | - [4.2.0 (2015-08-03)](#420-2015-08-03)
|
8 | 9 | - [4.1.1 (2015-05-27)](#411-2015-05-27)
|
9 | 10 | - [4.1.0 (2015-05-05)](#410-2015-05-05)
|
|
15 | 16 |
|
16 | 17 | ### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
|
17 | 18 |
|
18 |
| -[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.2.0...HEAD) |
| 19 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.3.0...HEAD) |
| 20 | + |
| 21 | +### [4.3.0](https://github.com/jacobwilliams/json-fortran/tree/4.3.0) (2015-12-05) |
| 22 | + |
| 23 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.2.0...4.3.0) |
| 24 | +or [Download v4.3.0](https://github.com/jacobwilliams/json-fortran/releases/tag/4.3.0) |
| 25 | + |
| 26 | +**Enhancements:** |
| 27 | + |
| 28 | +- Added routines for getting the `parent`, `next`, `previous`, and `tail` pointers [\#161](https://github.com/jacobwilliams/json-fortran/issues/161) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 29 | +- Added a deep copy routine for `json_value` structures [\#160](https://github.com/jacobwilliams/json-fortran/issues/160) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 30 | +- Updated the Visual Studio solution to VS 2013. Also removed the test projects (it now just compiles the library) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 31 | + |
| 32 | +**Fixed issues:** |
| 33 | + |
| 34 | +- Rewrote logic for decoding strings, and fixed bugs related to parsing strings with certain escape character combinations [\#164](https://github.com/jacobwilliams/json-fortran/issues/164) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 35 | +- Fixed a bug where some real numbers weren't being read in properly. Also added an option to output real numbers with `fmt=*` formatting [\#157](https://github.com/jacobwilliams/json-fortran/issues/157) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 36 | + |
| 37 | +**Merged pull requests:** |
| 38 | + |
| 39 | +- Minor documentation change. [\#153](https://github.com/jacobwilliams/json-fortran/pull/153) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 40 | +- Enabled FORD graphs in documentation. [\#149](https://github.com/jacobwilliams/json-fortran/pull/149) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 41 | +- Tag documentation fix [\#147](https://github.com/jacobwilliams/json-fortran/pull/147) ([zbeekman](https://github.com/zbeekman)) |
| 42 | +- Fix url in 4.2.0 tag documentation [\#146](https://github.com/jacobwilliams/json-fortran/pull/146) ([zbeekman](https://github.com/zbeekman)) |
19 | 43 |
|
20 | 44 | ### [4.2.0](https://github.com/jacobwilliams/json-fortran/tree/4.2.0) (2015-08-03)
|
21 | 45 |
|
|
0 commit comments