Skip to content

Latest commit

 

History

History
109 lines (74 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

109 lines (74 loc) · 4.42 KB

scenario-tester Changelog

Release (2024-09-03)

scenario-tester 4.1.1 (patch)

🐛 Bug Fix

  • scenario-tester
    • #38 Fix accidental mutation (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-09-03)

scenario-tester 4.1.0 (minor)

🚀 Enhancement

  • scenario-tester
    • #36 New option to skip all variants (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-05-01)

scenario-tester 4.0.0 (major)

💥 Breaking Change

  • scenario-tester
    • #34 update fixturify-project (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-01-08)

scenario-tester 3.1.0 (minor)

🚀 Enhancement

  • scenario-tester
    • #30 Allow you to call skip twice with the same name (@mansona)

🏠 Internal

Committers: 1

Release (2024-01-04)

scenario-tester 3.0.1 (patch)

🐛 Bug Fix

  • scenario-tester
    • #25 fix types discovery for node10 projects (@mansona)

🏠 Internal

Committers: 1

v3.0.0 (2023-11-08)

💥 Breaking Change

  • #14 Drop support for Node 14 and update TypeScript (@lolmaus)

🚀 Enhancement

  • #18 Enable both CJS and ESM builds (@mansona)
  • #15 Install TypeDoc and deploy TypeDoc documentation site (@lolmaus)

📝 Documentation

  • #17 TypeDoc: document the Scenarios class (@lolmaus)
  • #16 Rename types in preparation for TypeDoc (@lolmaus)
  • #13 Docs: add introduction and guide to readme (@lolmaus)

🏠 Internal

Committers: 2

2.1.2

  • BUGFIX: upgrade fixturify-project for upstream bug fixes

2.1.1

  • BUGFIX: Fixes issues with 2.1.0

2.1.0

  • ENHANCEMENT: ensure node_modules/.bin is used inside of the scenario by @krisselden

2.0.0

  • 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 optional as: 'lib' argument that opts out of linking devDependencies. By default you get as: 'app' instead, which does link devDependencies.

1.0.2

  • BUGFIX: ensure users can debug with source-maps by @stefanpenner

1.0.1

  • switching back to mainline fixturify-project because that repo merged our its