|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +**Table of Contents** |
| 4 | + |
| 5 | +- [Change Log](#change-log) |
| 6 | + - [Unreleased](#unreleased) |
| 7 | + - [4.1.1 (2015-05-27)](#411-2015-05-27) |
| 8 | + - [4.1.0 (2015-05-05)](#410-2015-05-05) |
| 9 | + - [4.0.0 (2015-03-16)](#400-2015-03-16) |
| 10 | + - [3.1.0 (2015-02-28)](#310-2015-02-28) |
| 11 | + - [3.0.0 (2015-01-18)](#300-2015-01-18) |
| 12 | + - [2.0.0 (2014-12-27)](#200-2014-12-27) |
| 13 | + - [1.0.0 (2014-06-23)](#100-2014-06-23) |
| 14 | + |
3 | 15 | ## [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD) |
4 | 16 |
|
5 | 17 | [Full Changelog](https://github.com/jacobwilliams/json-fortran/compare/4.1.1...HEAD) |
6 | 18 |
|
7 | 19 | **Enhancements** |
| 20 | +- Add a |
| 21 | + [CHANGELOG](https://github.com/jacobwilliams/json-fortran/blob/master/CHANGELOG.md) |
| 22 | + [\#120](https://github.com/jacobwilliams/json-fortran/issues/120) |
| 23 | + via |
| 24 | + [PR \#123](https://github.com/jacobwilliams/json-fortran/pull/123) |
| 25 | + from [zbeekman](https://github.com/zbeekman) |
| 26 | +- Spell 'Fortran' correctly |
| 27 | + [\#118](https://github.com/jacobwilliams/json-fortran/issues/118) |
| 28 | + via |
| 29 | + [PR \#124](https://github.com/jacobwilliams/json-fortran/pull/124) |
| 30 | + from [zbeekman](https://github.com/zbeekman) |
8 | 31 | - Migrate to |
9 | 32 | [Codecov.io](https://codecov.io/github/jacobwilliams/json-fortran?branch=master) |
10 | 33 | [\#106](https://github.com/jacobwilliams/json-fortran/issues/106) |
|
19 | 42 |
|
20 | 43 | **Fixed issues:** |
21 | 44 |
|
| 45 | +- Fixed innacurate coverage reports via |
| 46 | + [PR \#109](https://github.com/jacobwilliams/json-fortran/pull/109) |
| 47 | + from [zbeekman](https://github.com/zbeekman) |
| 48 | +- Fixed a small consistency issue when outputing floating point |
| 49 | + numbers via |
| 50 | + [PR \#125](https://github.com/jacobwilliams/json-fortran/pull/125) |
22 | 51 | - Problems writing JSON to `error_unit` (0) due to JSON-Fortran's |
23 | 52 | special interpretation of `unit=0` |
24 | 53 | [\#85](https://github.com/jacobwilliams/json-fortran/issues/85) |
|
34 | 63 | - Documentation fixes & coverage improvements |
35 | 64 | [\#112](https://github.com/jacobwilliams/json-fortran/pull/112) |
36 | 65 | ([zbeekman](https://github.com/zbeekman)) |
37 | | -- Small FoBiS coverage fix |
38 | | - [\#109](https://github.com/jacobwilliams/json-fortran/pull/109) |
39 | | - ([zbeekman](https://github.com/zbeekman)) |
40 | | - |
41 | 66 |
|
42 | 67 |
|
43 | 68 | ## [4.1.1](https://github.com/jacobwilliams/json-fortran/tree/4.1.1) (2015-05-27) |
44 | 69 |
|
45 | 70 | [Full Changelog](https://github.com/jacobwilliams/json-fortran/compare/4.1.0...4.1.1) |
| 71 | +or [Download v4.1.1](https://github.com/jacobwilliams/json-fortran/releases/tag/4.1.1) |
46 | 72 |
|
47 | 73 | **Enhancements** |
48 | 74 |
|
|
78 | 104 | ## [4.1.0](https://github.com/jacobwilliams/json-fortran/tree/4.1.0) (2015-05-05) |
79 | 105 |
|
80 | 106 | [Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/4.0.0...4.1.0) |
| 107 | +or [Download v4.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/4.1.0) |
81 | 108 |
|
82 | 109 | **Enhancements:** |
83 | 110 |
|
|
98 | 125 | ## [4.0.0](https://github.com/jacobwilliams/json-fortran/tree/4.0.0) (2015-03-16) |
99 | 126 |
|
100 | 127 | [Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/3.1.0...4.0.0) |
| 128 | +or [Download v4.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/4.0.0) |
101 | 129 |
|
102 | 130 | **Enhancements** |
103 | 131 |
|
|
168 | 196 | ## [3.1.0](https://github.com/jacobwilliams/json-fortran/tree/3.1.0) (2015-02-28) |
169 | 197 |
|
170 | 198 | [Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/3.0.0...3.1.0) |
| 199 | +or [Download v3.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/3.1.0) |
171 | 200 |
|
172 | 201 | **Enhancements:** |
173 | 202 |
|
|
239 | 268 | ## [3.0.0](https://github.com/jacobwilliams/json-fortran/tree/3.0.0) (2015-01-18) |
240 | 269 |
|
241 | 270 | [Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/2.0.0...3.0.0) |
| 271 | +or [Download v3.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/3.0.0) |
242 | 272 |
|
243 | 273 | **Fixed issues:** |
244 | 274 |
|
|
273 | 303 | ## [2.0.0](https://github.com/jacobwilliams/json-fortran/tree/2.0.0) (2014-12-27) |
274 | 304 |
|
275 | 305 | [Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/1.0.0...2.0.0) |
| 306 | +or [Download v2.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/2.0.0) |
276 | 307 |
|
277 | 308 | **Enhancements:** |
278 | 309 | - Significant changes to the API including new procedures |
|
288 | 319 |
|
289 | 320 | ## [1.0.0](https://github.com/jacobwilliams/json-fortran/tree/1.0.0) (2014-06-23) |
290 | 321 |
|
| 322 | +[Download v1.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/1.0.0) |
| 323 | + |
291 | 324 | **Enhancements:** |
292 | 325 |
|
293 | 326 | - Validate hex values in strings |
|
0 commit comments