Skip to content

Latest commit

 

History

History
254 lines (127 loc) · 8.16 KB

CHANGELOG.md

File metadata and controls

254 lines (127 loc) · 8.16 KB

Changelog

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

v2.4.1

compare changes

🩹 Fixes

  • Prefer asyncContext instance over currentInstance (#101)

🏡 Chore

❤️ Contributors

v2.4.0

compare changes

🚀 Enhancements

🩹 Fixes

  • transform: Don't terminate single if statements (#97)

💅 Refactors

📖 Documentation

  • Add note about adding callAsync to asyncFunctions (#94)

🏡 Chore

✅ Tests

❤️ Contributors

v2.3.1

compare changes

🩹 Fixes

  • transform: Insert code rather than overwriting chunk (#77)

🏡 Chore

❤️ Contributors

v2.3.0

compare changes

🚀 Enhancements

  • Support native async context (#73)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v2.2.0

compare changes

🚀 Enhancements

  • Support transformation of object properties (#69)

🏡 Chore

❤️ Contributors

v2.1.2

compare changes

🏡 Chore

  • Update dependencies and repo (57a6e2b)

❤️ Contributors

2.1.1 (2022-11-28)

Bug Fixes

2.1.0 (2022-11-14)

Features

  • createNamespace: allow creating typed namespace (#31) (fcf580b)

2.0.2 (2022-08-29)

Bug Fixes

2.0.1 (2022-08-04)

Bug Fixes

  • pkg: /transform subpath is also esm-only (b7f63fc), closes #25

2.0.0 (2022-08-03)

⚠ BREAKING CHANGES

  • deps: update estree-walker to v3 (#23)
  • strict ctx.use and new ctx.tryUse (#7)

Features

  • strict ctx.use and new ctx.tryUse (#7) (b54dbd3)

  • deps: update estree-walker to v3 (#23) (f88439e)

1.1.4 (2022-03-31)

1.1.3 (2022-03-25)

Bug Fixes

  • plugin: generate map correctly (d9350b7)
  • plugin: webpack compatible (b4572a4)
  • transform: allow overriding createTransformer (7ef74ff)
  • transform: disable transforming callAsync by default (#5) (dc0fcfd)

1.1.2 (2022-03-24)

Bug Fixes

1.1.1 (2022-03-24)

Bug Fixes

1.1.0 (2022-03-22)

Features

  • transfromer for async context support (#4) (bc4d17a)

1.0.2 (2021-08-24)

Bug Fixes

1.0.1 (2021-06-24)

1.0.0 (2021-06-24)

0.0.4 (2021-06-24)

Features

  • singleton pattern support (f506172)

Bug Fixes

  • unset context if callback throws immediate error (f045049)

0.0.3 (2021-03-30)

Bug Fixes

  • add missing return to createNamespace (04886ef)

0.0.2 (2021-03-30)

Features

0.0.1 (2021-03-30)

Features