scenario-tester 4.1.1 (patch)
- Edward Faulkner (@ef4)
scenario-tester 4.1.0 (minor)
- Edward Faulkner (@ef4)
scenario-tester 4.0.0 (major)
- Edward Faulkner (@ef4)
scenario-tester 3.1.0 (minor)
- Chris Manson (@mansona)
scenario-tester 3.0.1 (patch)
- Chris Manson (@mansona)
- #18 Enable both CJS and ESM builds (@mansona)
- #15 Install TypeDoc and deploy TypeDoc documentation site (@lolmaus)
- #17 TypeDoc: document the Scenarios class (@lolmaus)
- #16 Rename types in preparation for TypeDoc (@lolmaus)
- #13 Docs: add introduction and guide to readme (@lolmaus)
- #24 Set up release-it (@mansona)
- #23 use the right tsconfig for typedoc (@mansona)
- #22 fix CI to remove volta (@mansona)
- #12 Tests: use a TestContext type for DRY (@lolmaus)
- BUGFIX: upgrade fixturify-project for upstream bug fixes
- BUGFIX: Fixes issues with 2.1.0
- ENHANCEMENT: ensure node_modules/.bin is used inside of the scenario by @krisselden
- BREAKING: upgrading fixturify-project from 3.x to 4.x. I'm treating this as breaking because we re-exports
Project
as part of our own API. - ENHANCEMENT:
Scenarios.fromDir
now accepts an optionalas: 'lib'
argument that opts out of linkingdevDependencies
. By default you getas: 'app'
instead, which does linkdevDependencies
.
- BUGFIX: ensure users can debug with source-maps by @stefanpenner
- switching back to mainline fixturify-project because that repo merged our its