Skip to content

Latest commit

 

History

History
121 lines (57 loc) · 6.79 KB

File metadata and controls

121 lines (57 loc) · 6.79 KB

Changelog

0.2.2 (2026-02-22)

Features

  • filter: support filter variants and delegation (#104) (1525976)
  • rewrite: fair accounting for stripped pipes (#105) (993120c)

Documentation

  • comprehensive pre-release documentation update (#106) (3b0ef96)
  • readme: document eject subcommand (#102) (27479cc)

0.2.1 (2026-02-21)

Features

  • cli: add eject subcommand for filter customization (#100) (f855dd0)
  • filter: improve weak stdlib filters (#98) (c766fc5)

Documentation

  • readme: improve discoverability and add before/after examples (#96) (4b3d809)

0.2.0 (2026-02-20)

⚠ BREAKING CHANGES

  • rewrite: piped commands (e.g. cargo test | grep FAILED) are no longer rewritten by the hook or tokf rewrite. Previously they were wrapped with tokf run, causing downstream tools to receive filtered rather than raw output. The public rewrite(command, verbose) function signature now requires a verbose: bool argument.

Bug Fixes

  • rewrite: skip auto-rewrite for piped commands (#93) (6b2e350)

0.1.8 (2026-02-20)

Features

  • cli: add tokf verify — declarative filter test suites (#57) (#61) (78fc4c9)
  • verify: add --require-all flag to fail on uncovered filters (#77) (b7adfd8)

Bug Fixes

  • deps: update rust crate toml to 0.9 (#64) (091d0ea)
  • deps: update rust crate toml to v1 (#68) (e0d5745)

Code Refactoring

  • filter: replace Rust filter tests with declarative verify suites (#69) (46e5591)

0.1.7 (2026-02-20)

Bug Fixes

0.1.6 (2026-02-20)

Features

  • config: basename matching + transparent global flag interception (#55) (86ee7b5)
  • filter: add docker build and compose filters (#50) (44bffe8)
  • filter: add Gradle build/test/dependencies filters (#54) (029cacb)
  • filter: output cleanup flags — strip_ansi, trim_lines, strip_empty_lines, collapse_empty_lines (#46) (#47) (9bdf69b)
  • history: store raw and filtered outputs for debugging (#52) (d193109)

0.1.5 (2026-02-19)

Bug Fixes

  • ci: explicitly add rustup target before cross-compiling x86_64-apple-darwin (#34) (ca91c5e)

0.1.4 (2026-02-19)

Bug Fixes

  • ci: use macos-14 runner for x86_64-apple-darwin cross-compilation (#32) (30be4d1)

0.1.3 (2026-02-19)

Features

0.1.2 (2026-02-19)

Bug Fixes

  • hook: shell-quote hook script path in settings.json (#29) (7a2eb1b)

Documentation

  • credit rtk as inspiration in README (#24) (99c7099)

0.1.1 (2026-02-19)

Features

  • cli: add tokf skill install subcommand (485fcd2), closes #19

Documentation

  • filter: add Claude Code skill for filter authoring (2882d3a), closes #19