Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors the Elm version. So version 0.19.1-revisionX of this project will be compatible with Elm 0.19.1.

## 0.19.1-revision16 - 2025-07-06

### Fixed

elm-test now works with an upcoming version of the Lamdera compiler. Lamdera has a [cool new optimization](https://github.com/lamdera/compiler/pull/41), that unfortunately made elm-test unable to find tests. Now that is fixed! Thanks to [Leonardo Taglialegne](https://github.com/miniBill)!

## 0.19.1-revision15 - 2025-02-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-test",
"version": "0.19.1-revision15",
"version": "0.19.1-revision16",
"description": "Run elm-test suites.",
"main": "elm-test.js",
"engines": {
Expand Down