Skip to content

Releases: arethetypeswrong/arethetypeswrong.github.io

@arethetypeswrong/[email protected]

05 Sep 01:58
7b70d12
Compare
Choose a tag to compare

Patch Changes

@arethetypeswrong/[email protected]

31 Aug 05:23
1149af2
Compare
Choose a tag to compare

Minor Changes

  • c3a69f7: Package creation API changes to support @arethetypeswrong/history better. createPackageFromNpm options now take a before property similar to npm install --before date.
  • 2c67f2d: Add buildTools property to Analysis (a pick of devDependencies)

@arethetypeswrong/[email protected]

31 Aug 05:23
1149af2
Compare
Choose a tag to compare

Minor Changes

  • b2a3251: Report relevant build tools detected in package.json devDependencies

Patch Changes

@arethetypeswrong/[email protected]

26 Aug 01:54
b71b7a6
Compare
Choose a tag to compare

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 new Package instance with all files from both packages and the typesPackage instance property metadata filled in.
    • createPackageFromTarballData is no longer asynchronous.

@arethetypeswrong/[email protected]

26 Aug 01:54
b71b7a6
Compare
Choose a tag to compare

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

@arethetypeswrong/[email protected]

02 Aug 16:13
4786ef2
Compare
Choose a tag to compare

Patch Changes

  • fe3a6f3: Fix node-fetch dependency missing from @arethetypeswrong/cli

@arethetypeswrong/[email protected]

15 Jul 22:28
e33adb4
Compare
Choose a tag to compare

Minor Changes

  • 2c03c4a: Add some utilities to @arethetypeswrong/history/utils

@arethetypeswrong/[email protected]

15 Jul 22:28
e33adb4
Compare
Choose a tag to compare

Minor Changes

  • 2c03c4a: - Fix a bug in filterProblems that caused CJSOnlyExportsDefault not to be identified
    • Change the kind property in filterProblems to take an array of problem kinds

Patch Changes

  • c8993b9: Fix a false positive of FalseExportDefault on packages that assign both to module.exports and module.exports.default

@arethetypeswrong/[email protected]

15 Jul 22:28
e33adb4
Compare
Choose a tag to compare

Patch Changes

@arethetypeswrong/[email protected]

09 Jul 03:34
a8dece2
Compare
Choose a tag to compare

Minor Changes

  • eae544d: Add options parameter to checkPackage with support for customizing which entrypoints get analyzed.