Skip to content

Latest commit

 

History

History
91 lines (57 loc) · 1.25 KB

changelog.md

File metadata and controls

91 lines (57 loc) · 1.25 KB

changelog

v0.3.12

2024-03-15

  • emit index.cjs and index.mjs chunks

v0.3.11

2024-03-12

  • add types, main, and module fields to package.json

v0.3.10

2024-03-12

  • emit esm and cjs bundles

v0.3.9

2024-03-05

  • remove leftover import statement after compilation

v0.3.8

2024-03-01

  • require at least node@18
  • update esbuild peer dependency to >=0.20
  • update eslint peer dependency to ^8 || ^9

v0.3.7

2023-11-03

  • allow newer versions of esbuild

v0.3.6

2023-04-02

  • report single messages for throwOnWarning and throwOnError

v0.3.5

2023-03-20

  • actually make esbuild throw, when throwOnWarning && !throwOnError

v0.3.4

2023-03-18

  • re-write in typescript

v0.3.3

2023-03-18

  • fix error throwing

v0.3.2

2023-03-18

  • fix types

v0.3.1

2023-03-10

  • fix typo in throwOnWarning message

v0.3.0

2023-03-10

  • add throwOnError and throwOnWarning options

v0.2.0

2023-03-10

  • fix tests
  • update dependencies

v0.1.1

2022-08-30

  • fix types

v0.1.0

2022-08-22

  • introduce filter property
  • fix the unwanted linting of node_modules
  • hook eslint into onEnd instead of onLoad for performance benefits

v0.0.1

2022-02-01

  • initial release