|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## 2.14.0 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Added coverage testing for multiple Python versions |
| 10 | + ([#168](https://github.com/gnikit/fortls/pull/178)) |
| 11 | + |
| 12 | +## 2.13.0 |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- Added pre-commit.ci to `fortls` |
| 17 | + ([#168](https://github.com/gnikit/fortls/issues/168)) |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- Fixed `intent(in out)` not being parsed correctly |
| 22 | + ([#160](https://github.com/gnikit/fortls/issues/160)) |
| 23 | + |
| 24 | +## 2.12.0 |
| 25 | + |
| 26 | +### Fixed |
| 27 | + |
| 28 | +- Fixed issue where `pip` would install without `--user` and fail |
| 29 | + ([#163](https://github.com/gnikit/fortls/issues/163)) |
| 30 | + |
| 31 | +## 2.11.0 |
| 32 | + |
| 33 | +### Fixed |
| 34 | + |
| 35 | +- Fixed bug thorowing diagnostic errors if arguments were named `pure`, `elemental`, etc. |
| 36 | + ([#157](https://github.com/gnikit/fortls/issues/157)) |
| 37 | + |
| 38 | +## 2.10.0 |
| 39 | + |
| 40 | +### Fixed |
| 41 | + |
| 42 | +- Fixed `workspace/didChangeConfiguration` requests that caused errors in VS Code logs |
| 43 | + ([#114](https://github.com/gnikit/fortls/issues/114)) |
| 44 | + |
| 45 | +## 2.9.0 |
| 46 | + |
| 47 | +### Fixed |
| 48 | + |
| 49 | +- Fixed glob pattern resolution for command line arguments |
| 50 | + ([#142](https://github.com/gnikit/fortls/issues/142)) |
| 51 | + |
| 52 | +### Changed |
| 53 | + |
| 54 | +- Changed the default value of the following options when a mix the command line |
| 55 | + interface and the `json` interface are used. Instead of having the `json` interface |
| 56 | + default the values to an empty set it now defaults to the values of the |
| 57 | + command line: `excl_paths`, `source_dirs`, `incl_suffixes`, `excl_suffixes`, `include_dirs` |
| 58 | + ([#143](https://github.com/gnikit/fortls/issues/143)) |
| 59 | + |
| 60 | +## 2.8.0 |
| 61 | + |
| 62 | +### Added |
| 63 | + |
| 64 | +- Added support for comments in the `json` configuration files |
| 65 | + ([#137](https://github.com/gnikit/fortls/issues/137)) |
| 66 | +- Added `sitemap.xml` to documentation webpage |
| 67 | + ([#134](https://github.com/gnikit/fortls/pull/134)) |
| 68 | + |
| 69 | +### Fixed |
| 70 | + |
| 71 | +- Fixed bug where error messages did not post correctly |
| 72 | + ([#135](https://github.com/gnikit/fortls/issues/135)) |
| 73 | + |
| 74 | +## 2.7.0 |
| 75 | + |
| 76 | +### Added |
| 77 | + |
| 78 | +- Added doctests in the pytest test suite |
| 79 | + ([#131](https://github.com/gnikit/fortls/issues/131)) |
| 80 | + |
| 81 | +### Changed |
| 82 | + |
| 83 | +- Renamed variables to simplify parser |
| 84 | + ([#133](https://github.com/gnikit/fortls/pull/133)) |
| 85 | +- Redesigned parsing functions for short-hand declarations of array dimensions, |
| 86 | + character length and parsing of kind |
| 87 | + ([#130](https://github.com/gnikit/fortls/pull/130)) |
| 88 | + |
5 | 89 | ## 2.6.0
|
6 | 90 |
|
7 | 91 | ### Changed
|
|
0 commit comments