Skip to content

v0.10.0

Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 15 Oct 14:07
· 376 commits to master since this release

Improvements

  • Support for async/await in rollup plugins
  • Added system to format options
  • Added support for jest.config.js (it will merge with the defaults)
  • TSDX will now clean the dist directory on tsdx build

Bugfixes

  • Fixed missing eslint deps

POSSIBLY BREAKING

  • Dropped support for Node 8 because we moved to @wessberg/rollup-plugin-ts

Commits

  • Merge pull request #242 from audiolion/patch-1 1a62579
  • fix: failing builds 90ecbfc
  • fix(testing): add support for jest.config.js (#229) 22c2416
  • feat: clean dist dir on build (#240) b86f715
  • docs: add skvale as a contributor (#237) dbc3d70
  • docs: add JasonEtco as a contributor (#236) 543c8d0
  • docs: add sw-yx as a contributor (#232) 93bb77a
  • docs: add jaredpalmer as a contributor (#231) 77eda51
  • Support Async/Await in Rollup Plugins (#208) bfc0590
  • Add system to list of supported formats (#228) a99f216
  • Add "test" to include key in template tsconfigs (#226) 157bcee
  • fix(dependencies): Use yarn.lock instead of pnpm-lock.yaml (#220) 5a6f033
  • Add missing dependencies required by eslint-config-react-app (#218) 29b901b

v0.9.3...v0.10.0