Skip to content

Latest commit

 

History

History
135 lines (80 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

135 lines (80 loc) · 4.27 KB

v0.13.0

v0.12.2

  • #114: Fix check for deprecated packages.

v0.12.1

  • #106: Don't throw an error when unable to parse versions; default to the latest available one instead.
  • Upgrade packages.

v0.12.0

  • [BREAKING CHANGE] #86: Use the DefinitelyTyped strategy for resolving typings versions. This also means we no longer use the existing semver range specifier used in package.json.
  • [BREAKING CHANGE] Bump minimum supported Node version to 16.
  • The success message after running typesync now indicates when --dry is used.
  • Upgrade packages.

v0.11.1

  • #79: Ignore deprecated @typings/ packages.
  • Upgrade packages.

v0.11.0

  • Use npm-registry-fetch instead of axios for fetching package info from npm.
  • Microsoft removed their search-index resource, so will check npm directly.
  • Remove the "remove unused typings" feature as it relied on the information in the Microsoft index and isn't easily available elsewhere for the time being.
  • Update packages.

v0.10.0

v0.9.2

  • Update packages
  • #90: add index.ts

v0.9.1

  • --dry-fail should fail when either adding or removing typings (#87, @chelkyl)
  • Update packages

v0.9.0

  • BREAKING: Bump Node version to 12.
  • Update packages
  • #72: Add --dry-fail support (#83, @chelkyl)

v0.8.0

v0.7.0

  • Update packages
  • Bump engine version to 10.0
  • Ignore node_modules when globbing (#52, tanmen)

v0.6.1

  • Fix issue with unzipping, simply by not unzipping at all (#37)

v0.6.0

  • Automatically removes unused typings (#35)
  • --ignoredeps=<deps,dev,optional,peer> flag (#30)

v0.5.2

  • Updated packages (#31)

v0.5.1

  • Fix issue where TypeSync wouldn't start

v0.5.0

  • Don't install typings for packages that provide typings (#24)
  • Best-effort at respecting semver, falls back to latest (#25)
  • Add note about npx to README (#21)

v0.4.1

  • Support object variant of Yarn workspaces config.

v0.4.0

  • Support monorepos by reading packages/workspaces and syncing matching package.json files (#11)
  • Save typings with the same semver range specifier as the code package (#12)
  • Updated CLI output to accomodate syncing a monorepo

v0.3.1

  • Exclude test files from package

v0.3.0

  • Update packages

v0.2.5

  • Scoped package support

v0.2.4

  • Add note about running npm install or yarn

v0.2.3

  • Add engines field to package.json

v0.2.2

  • Fix typo in package name

v0.2.0

  • Preserve trailing newline when writing package.json to disk

v0.1.1

  • util.promisify polyfill for Node 6 support

v0.1.0

  • Initial release