Skip to content

Releases: abemedia/stagelint

v0.1.4

Choose a tag to compare

@bottey-mcbotface bottey-mcbotface released this 28 Aug 19:53
5c54d38

Added

  • (init) support run flags (#58)
  • (cli) add short flags for --unstaged, --quiet and --verbose (#55)
  • (cli) add --unstaged and --files sources (#50)

Fixed

  • (stash) create a stash before the first commit (#53)
  • (runner) cancel commands that close their own output (#52)
  • (report) hide the cursor while the task tree is drawn (#49)

Other

  • add stagelint config and justfile (#57)
  • (readme) document coding agent hooks and negation patterns, remove WinGet install (#56)
  • (readme) document --unstaged and --files (#51)
  • retry the flaky exiting-task race (#54)
  • (readme) add logo and mise install (#48)
  • add pre-commit to the comparative benchmark (#47)
  • (readme) document new install channels, tweak copy (#42)

v0.1.3

Choose a tag to compare

@abemedia abemedia released this 26 Aug 00:53
4865428

Fixed

  • exclude skip-worktree paths from --diff scope (#39)

Other

  • synchronise the exiting-task race with fifos (#44)
  • (deps) bump yaml_serde from 0.10.6 to 0.10.7 (#43)
  • use mimalloc as the global allocator on musl builds (#41)
  • release with GoReleaser and maturin (#40)
  • (readme) add demo gif, move and re-run benchmarks, tidy copy (#35)

v0.1.2

Choose a tag to compare

@bottey-mcbotface bottey-mcbotface released this 24 Aug 17:38
aa582a8

Added

  • report progress as a live task tree, add --verbose flag, refactor runner (#28)
  • add --diff to lint a revision range instead of the staged files (#27)

Fixed

  • protect partially staged and deleted symlinks during runs (#26)
  • (cli) reject --concurrent 0 instead of treating it as unlimited (#25)
  • (init) write a resolved path so the hook works without stagelint on PATH (#23)

Other

  • (deps) bump gix from 0.86.0 to 0.87.1 (#32)
  • (deps) bump serde_with from 3.21.0 to 3.22.0 (#30)
  • (deps) bump yaml_serde from 0.10.4 to 0.10.6 (#31)
  • (readme) add --diff to the options reference (#29)

v0.1.1

Choose a tag to compare

@bottey-mcbotface bottey-mcbotface released this 13 Aug 13:46
a551e55

Fixed

  • (init) no-op outside a git repository so npm prepare scripts pass (#22)

Other

  • (npm) publish as @stagelint/stagelint, npm blocks the bare name (#20)

v0.1.0

Choose a tag to compare

@bottey-mcbotface bottey-mcbotface released this 13 Aug 11:22
a9e7a46

Added

  • initial implementation (#1)