|
4 | 4 |
|
5 | 5 | - [Change Log](#change-log)
|
6 | 6 | - [Unreleased](#unreleased)
|
7 |
| - - [6.5.0 (2018-06-23)](#640-2018-06-23) |
| 7 | + - [6.6.0 (2018-07-01)](#660-2018-07-01) |
| 8 | + - [6.5.0 (2018-06-23)](#650-2018-06-23) |
8 | 9 | - [6.4.0 (2018-06-10)](#640-2018-06-10)
|
9 | 10 | - [6.3.0 (2018-04-20)](#630-2018-04-20)
|
10 | 11 | - [6.2.0 (2018-03-10)](#620-2018-03-10)
|
|
28 | 29 |
|
29 | 30 | ### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
|
30 | 31 |
|
31 |
| -[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.5.0...HEAD) |
| 32 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.6.0...HEAD) |
| 33 | + |
| 34 | +### [6.6.0](https://github.com/jacobwilliams/json-fortran/tree/6.6.0) (2018-07-01) |
| 35 | + |
| 36 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.5.0...6.6.0) |
| 37 | +or [Download v6.6.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.6.0) |
| 38 | + |
| 39 | +**Enhancements [\#332](https://github.com/jacobwilliams/json-fortran/pull/332) ([jacobwilliams](https://github.com/jacobwilliams))** |
| 40 | + |
| 41 | +- Now, attempting to get a string variable as an integer, double, or logical will attempt to convert it to a string if `strict_type_checking=False`. Formerly these cases would raise an exception. [\#331](https://github.com/jacobwilliams/json-fortran/issues/331) |
| 42 | +- Fixed an inconsistency in `json_get_by_path()`. Now if using the optional `found` argument, any exceptions raised by this routine are cleared. [\#330](https://github.com/jacobwilliams/json-fortran/issues/330) |
| 43 | +- Changed the `name` argument in `json_value_remove_if_present()` to 'path' to be consistent with other routines since it is really a path. [\#329](https://github.com/jacobwilliams/json-fortran/issues/329) |
| 44 | +- Various documentation string updates. |
| 45 | + |
| 46 | +**Fixed bugs:** |
| 47 | + |
| 48 | +- Fixed a bug in `wrap_json_get_path()` where an optional argument was being used without checking if it was present. [\#333](https://github.com/jacobwilliams/json-fortran/issues/333) |
32 | 49 |
|
33 | 50 | ### [6.5.0](https://github.com/jacobwilliams/json-fortran/tree/6.5.0) (2018-06-23)
|
34 | 51 |
|
|
0 commit comments