Skip to content

Latest commit

 

History

History
228 lines (103 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

228 lines (103 loc) · 7.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.0 (2024-06-01)

⚠ BREAKING CHANGES

  • This change disables loading user babel config by default, you can still run the jest-babel transform manually on Marko files.

Features

  • disable loading user babel config (cd8387a)

5.2.3 (2023-10-18)

Bug Fixes

  • ensure jest is always passed a sourceMap object (2f7c08f)

5.2.2 (2023-10-09)

Bug Fixes

  • ensure virtual file paths are resolved (417708e)

5.2.1 (2023-10-09)

Bug Fixes

  • ensure custom resolver used for older versions of jest (b7471e9)

5.2.0 (2023-08-11)

Features

  • support registering global taglibs from jest config (bfdda6c)

5.1.2 (2023-08-11)

Bug Fixes

  • better support js viritual modules (297d053)

5.1.1 (2023-08-10)

Bug Fixes

  • forward browser option to Marko 4 compiler (0d21393)

5.1.0 (2023-06-22)

Features

  • avoid custom resolver for newer Marko 4 versions (7fd3fb8)

Bug Fixes

  • avoid overriding jest resolver when possible (3018c43)

5.0.0 (2022-09-28)

⚠ BREAKING CHANGES

  • drops support for Marko 3

Features

  • use Marko 5 compiler apis if available (566112d)

  • use Marko's internal caching (758bf9a)

  • Merge pull request #22 from marko-js/improve-marko-5-support (6b66e4d), closes #22

4.1.2 (2022-05-23)

4.1.1 (2021-12-10)

Bug Fixes

  • move jest-config to a peer dep (e974ea7)

4.1.0 (2021-10-25)

Features

  • expose a way to ignore tags and customize Marko config (616674c)

4.0.2 (2021-06-03)

Bug Fixes

  • prefer inline sourcemaps which better support debugging (c51aff7)

4.0.1 (2021-06-02)

Bug Fixes

  • issue with .d.ts missing (fb5e258)

4.0.0 (2021-06-02)

⚠ BREAKING CHANGES

  • drop support for using @marko/jest as a preset which was deprecated (use @marko/preset/browser or @marko/preset/node)
  • drop support node 12
  • drop support for using @marko/jest as a preset which was deprecated (use @marko/preset/browser or @marko/preset/node)
  • drop support node 12

Features

  • add support for jest 27 (44f1213)

  • Merge pull request #13 from marko-js/modernize (24130fe), closes #13

3.2.3 (2021-01-21)

Bug Fixes

  • issue with unhandled marko deps (1bb9a42)

3.2.2 (2020-12-16)

Bug Fixes

  • issue with resolving marko files in tag defs (fa59cb1)

3.2.1 (2020-08-18)

Bug Fixes

  • prefer cjs output in Marko 5 (44cd2fd)

3.2.0 (2020-07-30)

Features

  • add Marko 5 as supported peerDependency (0471e88)

3.1.1 (2020-06-04)

Bug Fixes

  • update deps regexp to exclude lasso style deps (55b6786)

3.1.0 (2020-05-13)

Features

  • add support for jest 26, log warnings with legacy configs (46ef443)

3.0.0 (2020-05-12)

⚠ BREAKING CHANGES

  • Previously this plugin would never include browser dependencies including files.

Features

  • includes browser deps if supported transform enabled (01db282)

2.2.1 (2020-04-10)

Bug Fixes

  • simplify transformIgnorePatterns & ensure .marko files get transformed (#4) (993b466)

2.2.0 (2020-03-11)

Features

2.1.0 (2019-10-24)

Features

  • add support for Marko 3 (8c7f5e6)

2.0.1 (2019-08-12)

Bug Fixes

2.0.0 (2019-08-09)

⚠ BREAKING CHANGES

  • Preset now contains more options.
  • Preset contains babel-jest by default (same as vanilla jest).

Features

  • automatically whitelist Marko dependencies in transforms (5cd263e)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.