Skip to content

Releases: arethetypeswrong/arethetypeswrong.github.io

@arethetypeswrong/cli@0.10.0

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

Patch Changes

  • Updated dependencies [30bdb07]
    • @arethetypeswrong/core@0.10.0

@arethetypeswrong/core@0.9.0

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/cli@0.9.0

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

  • Updated dependencies [c3a69f7]
  • Updated dependencies [2c67f2d]
    • @arethetypeswrong/core@0.9.0

@arethetypeswrong/core@0.8.0

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/cli@0.8.0

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

  • Updated dependencies [894d0f3]
    • @arethetypeswrong/core@0.8.0

@arethetypeswrong/cli@0.7.1

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

Patch Changes

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

@arethetypeswrong/history@0.1.0

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

Minor Changes

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

@arethetypeswrong/core@0.7.0

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/cli@0.7.0

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

Patch Changes

  • Updated dependencies [c8993b9]
  • Updated dependencies [2c03c4a]
    • @arethetypeswrong/core@0.7.0

@arethetypeswrong/core@0.6.0

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.