Skip to content

Commit

Permalink
elm-test 0.19.1-revision15
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 15, 2025
1 parent 352dce5 commit acbd947
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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-revision15 - 2025-02-16

### Fixed

This version replaces the `glob` dependency with `tinyglobby`, which is used by elm-review, and many other popular projects. This has a couple of benefits:

- Restores the Node.js 12 support lost in 0.19.1-revision13.
- Fixes globs that resolve to directories on Windows. Regression since 0.19.1-revision13, due to the `glob` upgrade. The test suite was previously missing coverage for this.
- `tinyglobby` is much smaller than `glob`, reducing the installation size and number of indirect dependencies.

Thanks to [Jeroen Engels](https://github.com/jfmengels) for making the pull request fixing this, and to [@lishaduck](https://github.com/lishaduck) for introducing `tinyglobby` to elm-review and suggesting elm-test should use it too!

## 0.19.1-revision14 - 2025-02-15

### 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-revision14",
"version": "0.19.1-revision15",
"description": "Run elm-test suites.",
"main": "elm-test.js",
"engines": {
Expand Down

0 comments on commit acbd947

Please sign in to comment.