Releases: arethetypeswrong/arethetypeswrong.github.io
Releases · arethetypeswrong/arethetypeswrong.github.io
@arethetypeswrong/cli@0.10.0
Patch Changes
- Updated dependencies [30bdb07]
- @arethetypeswrong/core@0.10.0
@arethetypeswrong/core@0.9.0
@arethetypeswrong/cli@0.9.0
@arethetypeswrong/core@0.8.0
Minor Changes
-
894d0f3: Add support for DefinitelyTyped analysis.
createPackageFromNpm
now takes an options parameter that can control DefinitelyTyped inclusion.- The
Package
type is now a class, with new properties and methods:typesPackage
contains the package name and version for the included DefinitelyTyped package, if any.mergedWithTypes(typesPackage: Package)
returns a newPackage
instance with all files from both packages and thetypesPackage
instance property metadata filled in.
createPackageFromTarballData
is no longer asynchronous.
@arethetypeswrong/cli@0.8.0
Minor Changes
-
894d0f3: Add support for DefinitelyTyped analysis.
@types
packages will be fetched by default for implementation packages that do not contain any TypeScript files.--definitely-typed
can be used to set the version of the@types
package fetched. By default, the version is inferred from the implementation package version.--no-definitely-typed
can be used to prevent@types
package inclusion.
Patch Changes
- Updated dependencies [894d0f3]
- @arethetypeswrong/core@0.8.0
@arethetypeswrong/cli@0.7.1
Patch Changes
- fe3a6f3: Fix node-fetch dependency missing from @arethetypeswrong/cli
@arethetypeswrong/history@0.1.0
Minor Changes
- 2c03c4a: Add some utilities to @arethetypeswrong/history/utils
@arethetypeswrong/core@0.7.0
Minor Changes
- 2c03c4a: - Fix a bug in
filterProblems
that caused CJSOnlyExportsDefault not to be identified- Change the
kind
property infilterProblems
to take an array of problem kinds
- Change the
Patch Changes
- c8993b9: Fix a false positive of FalseExportDefault on packages that assign both to module.exports and module.exports.default
@arethetypeswrong/cli@0.7.0
@arethetypeswrong/core@0.6.0
Minor Changes
- eae544d: Add
options
parameter tocheckPackage
with support for customizing which entrypoints get analyzed.