Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 1014 Bytes

File metadata and controls

70 lines (37 loc) · 1014 Bytes

Changelog

master (unreleased)

New Features

Changes

Bugs fixed

0.4.2 (11-06-2025)

New Features

Changes

Bugs fixed

- Fix unknown tag literals from throwing in report generation

0.4.1 (26-03-2025)

New Features

Changes

Bugs fixed

- Capture and mark functions that unwinded instead of return

0.4.0 (02-09-2024)

New Features

- Add ClojureScript support

Changes

Bugs fixed

0.3.1 (02-08-2024)

New Features

Changes

Bugs fixed

- Fix paths building for windows

0.3.0 (02-08-2024)

New Features

Changes

- Create a index.html with an overview and one html per ns details to support big projects
- Sort ns overview by coverage

Bugs fixed

0.2.0 (17-11-2023)

New Features

- Implement :block-forms to allow the user to include all forms with the exception of some

Changes

- Improved tracing perf

Bugs fixed