Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 864 Bytes

File metadata and controls

48 lines (29 loc) · 864 Bytes

Changelog

All notable changes to this project will be documented in this file.

1.4.3

Changed

  • Updated README with comprehensive usage examples and API documentation

1.4.2

Fixed

  • Fixed edge case where exclude option with a function returning false was not handled correctly

1.4.1

Changed

  • Updated README

1.4.0

Added

  • New unitList option to control which units are passed to the processor function. Supports wildcards (*) and negation (!rem)

1.3.1

Changed

  • Improved test descriptions for clarity

1.3.0

Added

  • Comprehensive edge case tests covering various configuration scenarios

1.2.0

Added

  • TypeScript type definitions (index.d.ts)

1.1.1

Changed

  • Updated README

1.1.0

Added

  • New customUnitList option to support custom/non-standard units (e.g. rpx, dp)