All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use
spec-node
in tests by @srghma - New trivial entrypoint function
discoverAndRunSpecs
for ergonomics by @fsoikin
- Reliance on the
aff-promise
library
- Fix discovery on Windows by prepending
file://
by @CarstenKoenig
- Update to v0.15.0 and support es modules
- breaking
discover
now needsMonadAff
constraint instead ofMonadEffect
due to dynamic imports returning promises