Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Releases: Ferret-Language/Ferret

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 28 Apr 12:29
71a440d
bump version

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 18 Apr 12:56
7982403
..

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 17 Apr 11:52
5954e5e
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

Choose a tag to compare

@github-actions github-actions released this 16 Apr 05:59
d021c69
remove old tests

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 14 Apr 08:53
bump version

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 05 Apr 19:21
Avoid double ownership checking for defer bodies

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 03 Apr 20:57
Print named variants as text

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Apr 10:36
Run ferret tests across local project modules

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 27 Mar 20:14
update tests

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 25 Mar 16:32
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.