|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/stanislaw/FileCheck.py/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.15...HEAD) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Bump version: 0.0.14 → 0.0.15 [\#142](https://github.com/stanislaw/FileCheck.py/pull/142) ([stanislaw](https://github.com/stanislaw)) |
| 10 | + |
| 11 | +## [v0.0.15](https://github.com/stanislaw/FileCheck.py/tree/v0.0.15) (2020-04-27) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.14...v0.0.15) |
| 14 | + |
| 15 | +**Implemented enhancements:** |
| 16 | + |
| 17 | +- Implement option: --implicit-check-not [\#75](https://github.com/stanislaw/FileCheck.py/issues/75) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- FileCheck.pdf: update implementation coverage [\#141](https://github.com/stanislaw/FileCheck.py/pull/141) ([stanislaw](https://github.com/stanislaw)) |
| 22 | +- docs: --implicit-check-not option [\#140](https://github.com/stanislaw/FileCheck.py/pull/140) ([stanislaw](https://github.com/stanislaw)) |
| 23 | +- Support more tests on Windows by switching to %printf \(part 2\) [\#139](https://github.com/stanislaw/FileCheck.py/pull/139) ([stanislaw](https://github.com/stanislaw)) |
| 24 | +- --implicit-check-not: test multiple arguments and case insensitive match cases [\#138](https://github.com/stanislaw/FileCheck.py/pull/138) ([stanislaw](https://github.com/stanislaw)) |
| 25 | +- Support more tests on Windows by switching to %printf [\#137](https://github.com/stanislaw/FileCheck.py/pull/137) ([stanislaw](https://github.com/stanislaw)) |
| 26 | +- Option: --implicit-check-not [\#136](https://github.com/stanislaw/FileCheck.py/pull/136) ([stanislaw](https://github.com/stanislaw)) |
| 27 | +- tools/expect\_exit: improve error reporting [\#135](https://github.com/stanislaw/FileCheck.py/pull/135) ([stanislaw](https://github.com/stanislaw)) |
| 28 | +- docs: remove wrong section [\#134](https://github.com/stanislaw/FileCheck.py/pull/134) ([stanislaw](https://github.com/stanislaw)) |
| 29 | +- Bump version: 0.0.13 → 0.0.14 [\#133](https://github.com/stanislaw/FileCheck.py/pull/133) ([stanislaw](https://github.com/stanislaw)) |
| 30 | + |
3 | 31 | ## [v0.0.14](https://github.com/stanislaw/FileCheck.py/tree/v0.0.14) (2020-04-23) |
4 | 32 |
|
5 | 33 | [Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.13...v0.0.14) |
|
145 | 173 |
|
146 | 174 | **Merged pull requests:** |
147 | 175 |
|
| 176 | +- CHECK-NOT: edge case: failing CHECK has higher precedence than failing CHECK-NOT [\#64](https://github.com/stanislaw/FileCheck.py/pull/64) ([stanislaw](https://github.com/stanislaw)) |
148 | 177 | - CHECK-EMPTY: edge case when it matches the end of input but there are more checks to fail [\#62](https://github.com/stanislaw/FileCheck.py/pull/62) ([stanislaw](https://github.com/stanislaw)) |
149 | 178 | - --version: add more details about filecheck [\#61](https://github.com/stanislaw/FileCheck.py/pull/61) ([stanislaw](https://github.com/stanislaw)) |
150 | 179 | - Bump version: 0.0.4 → 0.0.5 [\#60](https://github.com/stanislaw/FileCheck.py/pull/60) ([stanislaw](https://github.com/stanislaw)) |
151 | | -- CHECK-EMPTY: consistent behavior when followed by normal CHECKS [\#58](https://github.com/stanislaw/FileCheck.py/pull/58) ([stanislaw](https://github.com/stanislaw)) |
152 | 180 |
|
153 | 181 | ## [v0.0.5](https://github.com/stanislaw/FileCheck.py/tree/v0.0.5) (2019-12-13) |
154 | 182 |
|
|
160 | 188 |
|
161 | 189 | **Merged pull requests:** |
162 | 190 |
|
163 | | -- CHECK-NOT: edge case: failing CHECK has higher precedence than failing CHECK-NOT [\#64](https://github.com/stanislaw/FileCheck.py/pull/64) ([stanislaw](https://github.com/stanislaw)) |
164 | 191 | - Fix calculation of the current\_scan\_base [\#59](https://github.com/stanislaw/FileCheck.py/pull/59) ([stanislaw](https://github.com/stanislaw)) |
| 192 | +- CHECK-EMPTY: consistent behavior when followed by normal CHECKS [\#58](https://github.com/stanislaw/FileCheck.py/pull/58) ([stanislaw](https://github.com/stanislaw)) |
165 | 193 | - Refactoring: extract checks to a separate function [\#57](https://github.com/stanislaw/FileCheck.py/pull/57) ([stanislaw](https://github.com/stanislaw)) |
166 | 194 | - CHECK-EMPTY: negative match [\#56](https://github.com/stanislaw/FileCheck.py/pull/56) ([stanislaw](https://github.com/stanislaw)) |
167 | 195 | - CHECK-NEXT: negative regex match [\#55](https://github.com/stanislaw/FileCheck.py/pull/55) ([stanislaw](https://github.com/stanislaw)) |
168 | 196 | - Bump version: 0.0.3 → 0.0.4 [\#53](https://github.com/stanislaw/FileCheck.py/pull/53) ([stanislaw](https://github.com/stanislaw)) |
169 | 197 | - Refactoring: remove obsolete code [\#51](https://github.com/stanislaw/FileCheck.py/pull/51) ([stanislaw](https://github.com/stanislaw)) |
170 | | -- Everything what's needed to publish a pip package [\#45](https://github.com/stanislaw/FileCheck.py/pull/45) ([stanislaw](https://github.com/stanislaw)) |
171 | 198 |
|
172 | 199 | ## [v0.0.4](https://github.com/stanislaw/FileCheck.py/tree/v0.0.4) (2019-12-08) |
173 | 200 |
|
|
200 | 227 | **Merged pull requests:** |
201 | 228 |
|
202 | 229 | - --help command: remove artifacts introduced by testing [\#47](https://github.com/stanislaw/FileCheck.py/pull/47) ([stanislaw](https://github.com/stanislaw)) |
| 230 | +- Everything what's needed to publish a pip package [\#45](https://github.com/stanislaw/FileCheck.py/pull/45) ([stanislaw](https://github.com/stanislaw)) |
203 | 231 | - Help command: enough to get going [\#44](https://github.com/stanislaw/FileCheck.py/pull/44) ([stanislaw](https://github.com/stanislaw)) |
204 | 232 | - Fix some typos [\#43](https://github.com/stanislaw/FileCheck.py/pull/43) ([AlexDenisov](https://github.com/AlexDenisov)) |
205 | 233 | - Add Poetry [\#42](https://github.com/stanislaw/FileCheck.py/pull/42) ([stanislaw](https://github.com/stanislaw)) |
|
0 commit comments