5.2.1 (2023-03-29)
- Widen the TypeScript peer dependency. (6e56ec2)
5.2.0 (2022-07-16)
- Add
isPrivateIdentifier
. (779193a)
5.1.0 (2021-11-08)
- Add
isUnknown
to type services. (d0eb521)
5.0.1 (2021-10-17)
- Accept
readonly
arrays infromFixture
. (0c2d7e0)
5.0.0 (2021-10-16)
-
Bump to
eslint
version 8 and@typescript-eslint/experimental-utils
version 5. -
Change the way the
suggest
annotation works:- If
suggest
is specified with no indices, all suggestions are associated with the annotated error. - If
suggest
is specified with indices, suggestions at those indices are associated with the annotated error. - If
suggest
is not specified, no suggestions are associated with the annotated error. - And if
suggestions
are specified without asuggest
annotation being used,fromFixture
will throw an error.
- If
4.2.5 (2021-09-19)
- Add
TMessageIds
to option-lessfromFixture
signature. (11d66ad)
4.2.4 (2021-09-17)
- Don't spread
suggestions
intooptions
infromFixture
. (9184235)
4.2.3 (2021-09-17)
- Ignore
suggestions
infromFixture
if not specified. (7bda092)
4.2.2 (2021-09-17)
- Revert removal of
fromFixture
overload. (d64f088)
4.2.1 (2021-09-17)
- Use
never[]
as default options type argument forfromFixture
. (634568c)
4.2.0 (2021-09-17)
- Add support for
suggestions
infromFixture
. (fae4cb5)
4.1.0 (2021-06-28)
- Add
isImport
. (f76d7f1)
4.0.7 (2021-05-29)
- Downlevel to ES2018. (70eda6e)
4.0.6 (2021-05-28)
- Use the body type in
couldReturnType
if the return type is not annotated. (02584e7)
4.0.5 (2021-04-25)
- Upgrade
tsutils-etc
dependency. (b0dd48b)
4.0.4 (2021-03-20)
- Remove misused type parameters from
fromFixture
. (2733425)
4.0.3 (2021-03-20)
- Use a separate
output
-only signature forfromFixture
. (0bb0bbe)
4.0.2 (2021-03-20)
- Use separate signatures for
fromFixture
to better handle no-option usage. (3545994)
- Add more type guards. (220d981)
4.0.1 (2020-11-28)
- Use
files
inpackage.json
instead of.npmignore
. (1b83d0b)
4.0.0 (2020-09-02)
- Upgrade
@typescript-eslint
dependencies. (519e76d)
3.1.1 (2020-09-02)
- For what ever reason,
yarn version --patch
seemed to have bumped the minor version instead of the patch version. 🤷♂️ This is 3.0.2.
3.0.2 (2020-09-02)
- Revert upgrade of
@typescript-eslint
dependencies. (f407b62)
3.0.1 (2020-09-02)
- Upgrade
@typescript-eslint
dependencies. (09d2e8e)
3.0.0 (2020-08-30)
- Remove
nodeMap
fromgetTypeServices
. Use the (standard) maps fromgetParserServices
instead. (8bd2c4d)
2.0.0 (2020-07-23)
fromFixture
now supports message IDs only. (4f63498)