Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 732 Bytes

Changelog

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.

v8.4.0

Added

  • Use spec-node in tests by @srghma
  • New trivial entrypoint function discoverAndRunSpecs for ergonomics by @fsoikin

Removed

  • Reliance on the aff-promise library

v8.0.1

Changed

  • Fix discovery on Windows by prepending file:// by @CarstenKoenig

v8.0.0

Changed

  • Update to v0.15.0 and support es modules
  • breaking discover now needs MonadAff constraint instead of MonadEffect due to dynamic imports returning promises