All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.10.2 (2020-10-08)
- cli: update clean config path logic (#454) (3cc3d4e)
- formats: fix max call stack issue on json/nested format (#465) (4064e6a)
2.10.1 (2020-07-09)
- filter: fix conditional to ensure we catch properties with a falsy value (#423) (1ec4e74), closes #406
- formats: align scss/map-* with scss/variables on asset category (9d867ef)
2.10.0 (2020-05-05)
- adding color/hsl and color/hsl-4 transforms (#383) (b777cfb)
- flutter support (#320) (8a5f645), closes #255 #288
2.9.0 (2020-04-21)
- transforms: add NaN check to all size transforms (#413) (d353795)
- transforms: add specificity so color for hex values is correct (#412) (01cc11c), closes #407
- clean require cache before loading file content (#405) (18a50d0), closes #404
- parseFloat() has only one argument (#417) (16c3040), closes #416
2.8.3 (2019-10-30)
- format: minor css format output fix (#323) (adb94e1), closes #322
- utils: handle 0 values (#325) (189d61b), closes #324
2.8.2 (2019-09-04)
- format: issue #295 (c654648)
- format: issue #295 (#316) (030175e)
- formats: change less and scss comments to short version (#306) (4f13f57), closes #305
- transform: increase uicolor to 3 decimals to retain 8bit precision (#314) (a3bde96)
2.8.1 (2019-07-02)
- format: adding configurable name to sass map name (#291) (cfa2422), closes #290
- sketch: fix sketch palette format to use new filters (#287) (374012c), closes #285
2.8.0 (2019-05-28)
- cleanfile: add file check and log for non-existent file (#277) (6375133)
- docs/examples: 404 errors and typos (#269) (da369da)
- error-messaging: add better error messaging when a transform or transformGroup does not exist (#264) (d5c0583)
- extend: multiple extensions properly deep merge (#276) (f1d6bb0), closes #274
- accidentally generating test output in root directory (4994553)
- config: use config.js if config.json is not found (#249) (09fc43f), closes #238 #238 #247
- add automatic changelog generation (#225) (b062008)
- docs: adding PR and download badges; fixing code coverage badge (#270) (2307a44), closes #265
- ios-swift: adding common transforms for Swift in iOS (#255) (749db69), closes #161
- transforms: Add UIColor transform for swift (#250) (a62d880), closes #161
- warning: catch property name collisions during file output (#273) (9a40407)