Commit Graph

39 Commits

Author SHA1 Message Date
Alvis HT Tang 547dbc4a85 chore(release): publish v4.0.0 2023-06-19 15:59:45 +01:00
Alvis HT Tang 2e8a53c7a9 fix(preset-rollup): make the rollup preset compatible with ESM 2023-06-17 15:20:03 +01:00
Alvis HT Tang bbd74055a1 fix: update outdated packages 2023-06-15 10:50:26 +01:00
Alvis HT Tang 4e671b7289 refactor(preset-rollup): normalize config in functional way 2023-06-13 10:50:26 +01:00
Alvis HT Tang 2a87e456b0 chore: use pnpm for workspace management 2023-06-10 10:50:25 +01:00
Alvis HT Tang bc498596b8 feat: convert the whole project into ESM
BREAKING CHANGE:
- 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
2023-06-08 10:50:25 +01:00
Alvis HT Tang 5bb53481b0 feat(types): separate types from presetter 2023-06-05 13:55:42 +01:00
Alvis HT Tang ae48726a6c chore: allow tests can be done individually 2023-06-03 08:39:01 +01:00
Alvis HT Tang 138002cd51 fix(preset-rollup): inject NODE_ENV for build and develop stages 2023-05-21 22:23:48 +08:00
Alvis HT Tang 57578e9398 style: make any node build-in modules explicitly imported first 2023-05-21 10:47:56 +08:00
Alvis HT Tang 2e5652d84b chore(release): publish v3.5.5 2023-03-31 22:41:18 +01:00
Alvis HT Tang f7f9f0ac7b chore(release): publish v3.5.4 2023-03-30 15:54:09 +01:00
Alvis HT Tang 360aa8f073 chore(release): publish v3.5.3 2023-03-26 13:30:47 +01:00
Alvis HT Tang 26fa4da069 chore(release): publish v3.5.2 2023-03-26 08:46:08 +01:00
Alvis Tang d2cc99fae3 chore(release): publish v3.5.1 2023-03-18 12:59:51 +00:00
Alvis HT Tang 0db2a739f0 chore(release): publish v3.5.0 2022-09-23 18:50:30 +01:00
Alvis HT Tang 57710e7474 build: move .presetterrc to the root 2022-09-23 14:18:27 +01:00
Alvis HT Tang 21f28a21d2 refactor(rollup): remove unnecessary async waits 2022-09-23 13:50:33 +01:00
Alvis HT Tang 93a1ed2b0d refactor(presetter): remove dependency on fs-extra 2022-09-23 13:18:11 +01:00
Alvis HT Tang aae318098d chore(release): publish v3.4.1 2022-08-10 14:07:13 +01:00
Alvis HT Tang cf8be54e88 fix(presetter): merge arrays only if the values are all primitive 2022-08-10 08:40:29 +01:00
Alvis HT Tang cb5384bbd3 fix: update packages 2022-08-03 08:47:23 +01:00
Alvis HT Tang bc8037d290 chore(release): publish v3.4.0 2022-08-02 19:22:25 +01:00
Alvis HT Tang f3c1738abb fix(presetter): resolve presets as a tree not a list 2022-08-02 18:31:41 +01:00
Alvis HT Tang 530399e182 chore(release): publish v3.3.0 2022-07-12 12:54:01 +01:00
Alvis HT Tang 08c9487eed docs: update dependencies badges 2022-07-08 12:20:50 +01:00
Alvis HT Tang 7ea9b1bcee chore(release): publish v3.2.0 2022-05-18 15:15:41 +01:00
Alvis HT Tang 3c7d318f06 refactor: use American English 2022-05-16 21:35:20 +01:00
Alvis HT Tang bfd08357a2 chore: update package dependencies 2022-05-16 21:32:36 +01:00
Alvis HT Tang 7904e74115 chore(release): publish v3.1.1 2021-12-29 10:24:43 +00:00
Alvis HT Tang 5fb8c2c564 chore(release): publish v3.1.0 2021-12-28 18:45:33 +00:00
Alvis HT Tang d2a2ecc746 chore(release): publish v3.0.3 2021-11-03 09:41:58 +00:00
Alvis HT Tang a2496b3827 chore(release): publish v3.0.2 2021-11-03 08:46:42 +00:00
Alvis HT Tang 45d6ec3666 chore(release): publish v3.0.1 2021-10-14 09:20:40 +01:00
Alvis HT Tang e78ce2684b chore(release): publish v3.0.0 2021-10-04 14:13:53 +01:00
Alvis HT Tang daf36df63e fix(presetter): narrow types in directive's argument 2021-10-04 07:43:29 +01:00
Alvis HT Tang dd9f27c09f build: use presetter-preset-strict wherever possible 2021-09-30 21:04:39 +01:00
Alvis HT Tang 7f3e8e6870 refactor: rename presetter-preset to presetter-preset-essentials 2021-09-30 18:37:31 +01:00
Alvis HT Tang dfebcbe9a5 feat(preset-rollup): provide a preset for code bundling via rollup 2021-09-30 11:13:13 +01:00