Skip to content

Commit

Permalink
docs: changelog for 15.2
Browse files Browse the repository at this point in the history
overdue, whoops
  • Loading branch information
isaacs committed Mar 5, 2022
1 parent c182328 commit e609d8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/content/changelog/index.md
Expand Up @@ -8,6 +8,18 @@ redirect_from:

# Changelog

## 15.2 - 2022-03-04

* Added `t.hasProp`, `t.hasProps`, `t.hasOwnProp`, and `t.hasOwnProps`
* Made it possible to split snapshot output by setting `t.snapshotFile`
* Parser:
* more correct handling of `#` and `\` characters
* ensure that test point IDs are not repeated
* catch invalid test point IDs when a trailing plan is used
* pragmas keys can contain uppercase characters, numbers, `-` and `_`
* treat tests with directives like `# skipped` as `skip` tests, as
TAP13 specifies

## 15.1 - 2021-11-16

Updated treport to use react 17, new versions of ink and other internal
Expand Down

0 comments on commit e609d8f

Please sign in to comment.