Skip to content

Releases: somewhatabstract/checksync

v10.0.2

09 Aug 20:07
175405a

Choose a tag to compare

Patch Changes

  • 02470da: Update to use latest ancesdir and the closesdir function

v10.0.1

29 Apr 19:02
b5649d6

Choose a tag to compare

Patch Changes

  • 6d5e95b: Checksync no longer follows symlinks when doing glob searches

v10.0.0

08 Apr 18:50
1a16505

Choose a tag to compare

Major Changes

  • 8c53b2c: Removed the includeDotPaths config option and associated argument. It was a mistake. If you need a path that starts with a . to be included, explicitly list it in the includeGlobs configuration or the paths passed to the CLI command.

v9.0.1

07 Apr 22:53
0355254

Choose a tag to compare

Patch Changes

v9.0.0

07 Apr 14:56
7f3712a

Choose a tag to compare

Major Changes

  • 4066145: Include dot paths when parsing include globs. This is a breaking change as this is turned on by default. To turn off, use the --includeDotPaths=false or explicitly set includeDotPaths in your config file.

Minor Changes

  • 38b0cbe: Fix bug with output sink and improve error messaging when root marker cannot be found

Patch Changes

  • c243766: Allow color output to be disabled using NO_COLOR=1 or FORCE_COLOR=0

v8.0.1

18 Mar 15:55
dc475f7

Choose a tag to compare

Patch Changes

  • 2d2a9ad: Handle symlinks in a deterministic manner so that remote tag checksums are stable

v8.0.0

10 Mar 20:13
81a094a

Choose a tag to compare

Major Changes

  • 4b044fb: Add support for self-hashed tags with remote targets
  • 2e87ab4: Add support for migrating any tag that matches a migration rule
  • f8fd741: Add support for migrations and migrating tags that don't have return tags pointing to them

Patch Changes

  • 23439ea: Update to TypeScript 5.8
  • ecd9da4: Moving to pnpm instead of yarn
  • e2f8b09: Add ability to parse markers to a JSON file and then use that file as input to future runs
  • d784980: Rework error generation to make code a little more manageable

v7.0.1

03 Feb 19:33
11fae8e

Choose a tag to compare

Patch Changes

  • 2d2d6a4: Fix --help and --version

v7.0.0

03 Feb 18:50
20b40ce

Choose a tag to compare

Major Changes

  • 6ed7f08: This fixes an issue where default argument values would override explicit configuration. This was unintentional; only explicitly provided argument values should override configuration. Since some folks may be relying on this broken behaviour, this is a major update. As part of this fix, argument parsing is now handled by yargs instead of minimist

v6.0.2

31 Jan 22:08
95902ef

Choose a tag to compare

Patch Changes

  • e20347a: Fix --allowEmptyTags arg and update help.