Releases: JacobDevelops/dart_falcon
Releases · JacobDevelops/dart_falcon
Release list
v0.3.0
feat!: biome-style falcon-ignore suppression syntax Replace analyzer-style // ignore: comments with // falcon-ignore <section>/<group>/<rule>: <reason> (and falcon-ignore-all for file scope). The reason is mandatory; missing reasons, wrong groups, and unknown rules surface a malformed-suppression warning instead of silently not suppressing. Dart's own // ignore: comments no longer affect falcon. Bump to 0.3.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
v0.2.1
chore: bump version to 0.2.1 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
v0.2.0
feat: falcon 0.2.0 — suppression, rule options, overrides, project an…
v0.1.0
feat: prebuilt binary distribution via GitHub Releases Release workflow builds static musl binaries for x86_64/aarch64-linux (zig-linked) and native aarch64/x86_64-darwin, publishes them as release assets, and commits an SRI-hash manifest (nix/binaries.json) back to main. The flake exposes falcon-bin (fixed-output fetch of the release tarball, no compilation, immune to nixpkgs.follows overrides) and prefers it as packages.default once the manifest covers the system; source-built falcon remains the escape hatch and the basis of all checks. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>