|
4 | 4 |
|
5 | 5 | - [Change Log](#change-log)
|
6 | 6 | - [Unreleased](#unreleased)
|
| 7 | + - [4.2.0 (2015-08-03)](#420-2015-08-03) |
7 | 8 | - [4.1.1 (2015-05-27)](#411-2015-05-27)
|
8 | 9 | - [4.1.0 (2015-05-05)](#410-2015-05-05)
|
9 | 10 | - [4.0.0 (2015-03-16)](#400-2015-03-16)
|
|
14 | 15 |
|
15 | 16 | ### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
|
16 | 17 |
|
17 |
| -[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.1.1...HEAD) |
| 18 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.2.0...HEAD) |
| 19 | + |
| 20 | +### [4.2.0](https://github.com/jacobwilliams/json-fortran/tree/4.2.0) (2015-08-03) |
| 21 | + |
| 22 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.1.1...4.2.0) |
| 23 | +or [Download v4.2.0](https://github.com/jacobwilliams/json-fortran/releases/tag/4.2.0) |
18 | 24 |
|
19 | 25 | **Enhancements**
|
20 | 26 |
|
| 27 | +- The ```exception_thrown``` flag is now true by default before the ```json_initialize``` routine is called to initialize the module. [\#142](https://github.com/jacobwilliams/json-fortran/issues/142) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 28 | +- Updated ```json_info``` to get name of ```json_value``` variable. |
| 29 | +[\#141](https://github.com/jacobwilliams/json-fortran/issues/141) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 30 | +- Added a new routine (```json_traverse```) to traverse all nodes of a JSON structure [\#140](https://github.com/jacobwilliams/json-fortran/issues/140) |
| 31 | +via [PR \#144](https://github.com/jacobwilliams/json-fortran/pull/144) from ([jacobwilliams](https://github.com/jacobwilliams)) |
21 | 32 | - Added FORD documentation automatic deployment via
|
22 | 33 | [PR \#137](https://github.com/jacobwilliams/json-fortran/pull/137)
|
23 | 34 | from [zbeekman](https://github.com/zbeekman)
|
|
30 | 41 | [\#117](https://github.com/jacobwilliams/json-fortran/issues/117)
|
31 | 42 | via
|
32 | 43 | [PR \#137](https://github.com/jacobwilliams/json-fortran/pull/137)
|
33 |
| - from [zbeekman](https://github.com/zbeekman) |
| 44 | + from [zbeekman](https://github.com/zbeekman), and [\#143](https://github.com/jacobwilliams/json-fortran/issues/143) from [jacobwilliams](https://github.com/jacobwilliams) |
34 | 45 | - Removed official SCons support to facilitate faster development
|
35 | 46 | cycle,
|
36 | 47 | [\#121](https://github.com/jacobwilliams/json-fortran/issues/121)
|
|
93 | 104 | [\#130](https://github.com/jacobwilliams/json-fortran/pull/130)
|
94 | 105 | ([zbeekman](https://github.com/zbeekman))
|
95 | 106 |
|
96 |
| - |
97 | 107 | ### [4.1.1](https://github.com/jacobwilliams/json-fortran/tree/4.1.1) (2015-05-27)
|
98 | 108 |
|
99 | 109 | [Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.1.0...4.1.1)
|
|
0 commit comments