Skip to content

Latest commit

 

History

History
269 lines (92 loc) · 7.72 KB

CHANGELOG.md

File metadata and controls

269 lines (92 loc) · 7.72 KB

1.5.0 (2024-04-30)

Fix

  • context helper reference pollution

BREAKING CHANGES

  • rename convertUnitOnEnd to convertUnit

1.4.0 (2024-02-06)

Code Refactoring

BREAKING CHANGES

  • exclude's priority higher than include

1.3.2 (2023-12-15)

Bug Fixes

  • remove pnpm restriction (4ce7555)

1.3.1 (2023-11-06)

Bug Fixes

  • dynamic rootValue in css file not work (6cac2fa)
  • tailwind tests (11bbece)

Performance Improvements

1.3.0 (2023-06-25)

1.3.0-beta.1 (2023-06-21)

Bug Fixes

  • comment might be undefined (e4c046f)

1.3.0-beta.0 (2023-06-19)

Bug Fixes

1.2.2 (2023-06-01)

Bug Fixes

1.2.1 (2023-03-28)

Bug Fixes

1.2.0 (2023-03-25)

Features

  • extract query-string.parse function (74baa65)

1.1.2 (2023-03-24)

Bug Fixes

  • postcss plugin require module.export config (5e87667)

1.1.1 (2023-01-31)

Bug Fixes

1.1.0 (2022-12-09)

Features

1.0.4 (2022-12-08)

Bug Fixes

  • 🚑️ run all exit hook (fc8794c)

1.0.3 (2022-12-05)

Bug Fixes

  • disable option not working (9452de6)

1.0.2 (2022-11-28)

Features

  • ✨ add convertUnitOnEnd feature (3e1dd34)

1.0.1 (2022-11-28)

Features

  • ✨ support multiple pxtorem comments in single css file (b91f039)

1.0.0 (2022-11-17)

Bug Fixes

0.0.12 (2022-11-09)

Bug Fixes

  • using with vite in build mode (983593f)

Features

  • ✨ support unitToConvert (ee2a479)

0.0.11 (2022-10-11)

0.0.10 (2022-08-29)

0.0.9 (2022-08-26)

Bug Fixes

  • 🐛 empty css file's root nodes is undefined (02bea49)

0.0.8 (2022-08-26)

Bug Fixes

  • judging isExcludeFile issue (6499b84)

Features

  • options: ✨ support include option (0c04b69), closes #2

0.0.7 (2022-08-26)

Bug Fixes

  • make exclude option consistent with described in the docs (14ed2cf)

0.0.6 (2022-08-23)

Features

0.0.5 (2022-08-20)

0.0.4 (2022-08-20)

Performance Improvements

  • 🔥 optimize dependencies (ee132d7)

0.0.3 (2022-08-20)

0.0.2 (2022-08-20)

Bug Fixes

0.0.1 (2022-08-19)

Features