6.8.0
Added
- Explicitly export own first-level submodules via package manifest (#87 via #1066)
When used with bundlers/packers downstream, this might enable better tree shaking due to scoped imports.
Refactor
- Ease internal tree shaking (via #1066)
What's Changed
- feat: NodeJS exports submodules as subpaths by @jkowalleck in #1066
- chore: modernize
npm-run-allby @jkowalleck in #1069 - chore(deps) bumped some dev-deps by @jkowalleck in #1067
- chore: use
rimrafinstead of own by @jkowalleck in #1068
Full Changelog: v6.7.2...v6.8.0