This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Releases: Ferret-Language/Ferret
Releases · Ferret-Language/Ferret
Release list
v0.0.12
v0.0.11
v0.0.10
Skip hidden source files and prune stale overlays Filter out dot-prefixed source files from DiscoverModules. Remove stale .ferretls-hover-*.fer overlays older than 10 minutes when creating a new hover overlay. Add unit tests for both behaviors. Rules check: no pass-through wrappers added; no duplicated logic introduced; no new helper functions added.
v0.0.9
v0.0.8
v0.0.7
Avoid double ownership checking for defer bodies
v0.0.6
v0.0.5
Run ferret tests across local project modules
v0.0.4
v0.0.3
Add EmitErrors and emit filtered diagnostics Refactor DiagnosticBag to support filtered emission and a summary that counts errors and warnings. Use error-only emission in test parsing so warnings are not printed during test runs. Add unit tests verifying warnings are omitted and only error summaries are shown.