10 KiB
10 KiB
4.1.0-develop.5 (2023-07-02)
4.1.0-develop.4 (2023-07-02)
4.1.0-develop.3 (2023-07-02)
Bug Fixes
- add inlineDynamicImports (3e4d300)
4.1.0-develop.2 (2023-07-02)
Bug Fixes
- use optional chain syntax as the property might not be set (2077d4e)
4.1.0-develop.1 (2023-07-02)
Bug Fixes
- inject browser options into node-resolve plugin if config.browser is true (70a531e)
Features
- add plugin-wasm (57ef73d)
4.0.2-develop.12 (2023-07-02)
Bug Fixes
- need to split ts moduleResolution to the tsconfig file (d31720c)
4.0.2-develop.11 (2023-07-02)
Bug Fixes
- set TS moduleResolution to nodenext (f1b82f8)
4.0.2-develop.10 (2023-07-02)
Bug Fixes
- needs to extend presetter-preset-strict (d526d8a)
4.0.2-develop.9 (2023-06-30)
Bug Fixes
- outDir should not be an array and needs to be under compilerOptions (f392036)
4.0.2-develop.8 (2023-06-30)
Bug Fixes
- buildSource needs to be src (f1d13d0)
4.0.2-develop.7 (2023-06-30)
Bug Fixes
- typescript needs to come before rollup (6be363c)
4.0.2-develop.6 (2023-06-30)
Bug Fixes
- add build:typescript:* to build script (edf1960)
4.0.2-develop.5 (2023-06-30)
Bug Fixes
- dont pass file as argument (41645d9)
4.0.2-develop.4 (2023-06-30)
Bug Fixes
- update tsconfig.config (a9001da)
4.0.2-develop.3 (2023-06-30)
Bug Fixes
- add @ts-nocheck for rollup config (cc72325)
4.0.2-develop.2 (2023-06-30)
Bug Fixes
- add files to package.json (486314d)
4.0.2-develop.1 (2023-06-30)
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2023-06-21)
4.0.0 (2023-06-18)
✨ Features
🐛 Bug Fixes
- preset-rollup: inject NODE_ENV for build and develop stages (b09ade5)
- preset-rollup: make the rollup preset compatible with ESM (86154b8)
- update outdated packages (bbaf33f)
📦 Code Refactoring
- preset-rollup: normalize config in functional way (f6b3815)
♻️ Chores
💎 Styles
- make any node build-in modules explicitly imported first (90730f2)
Breaking changes
-
- by default, client project emit ESM and for clarity preset-essentials has been renamed to preset-esm
- ts-node is removed in favor of a more powerful and less buggy tsx
3.5.5 (2023-03-31)
3.5.4 (2023-03-30)
3.5.3 (2023-03-26)
3.5.2 (2023-03-26)
3.5.1 (2023-03-18)
3.5.0 (2022-09-23)
🛠 Builds
- move .presetterrc to the root (0eb17a0)
📦 Code Refactoring
3.4.1 (2022-08-10)
🐛 Bug Fixes
3.4.0 (2022-08-02)
🐛 Bug Fixes
- presetter: resolve presets as a tree not a list (0db5ff3)
3.3.0 (2022-07-12)
📚 Documentation
- update dependencies badges (94c084d)
3.2.0 (2022-05-18)
📦 Code Refactoring
- use American English (17315b7)
♻️ Chores
- update package dependencies (4e50e0d)
3.1.1 (2021-12-29)
3.1.0 (2021-12-28)
3.0.3 (2021-11-03)
3.0.2 (2021-11-03)
3.0.1 (2021-10-14)
3.0.0 (2021-10-04)
✨ Features
- preset-rollup: provide a preset for code bundling via rollup (b0704b0)
🐛 Bug Fixes
- presetter: narrow types in directive's argument (c6de804)
🛠 Builds
- use presetter-preset-strict wherever possible (4ff72a1)
📦 Code Refactoring
- rename presetter-preset to presetter-preset-essentials (b799587)