0.3.0 (2018-04-24)
0.3.0-rc.0 (2018-04-24)
- util: udpate with Chris' feedback (f0eb6ec)
- Make TypeGuard argument type optional. (0fbe6fa)
- Resolve compilation and lint errors after minor upgrades. (302ad3b)
- Update postcss-selector-parser. Re-export exposed libraries. (4e28d92)
- Work around for lerna/lerna#1325. (96b89dc)
- util: Add assertNeverCalled() helper utility. (3f63bf2)
- util: Add firstOfType and objectDictionaryFromMap. (4c02231)
- util: Added merge methods to MultiMap and TwoKeyMultiMap (df5725c)
- util: Complete utility types for common type unions. (f0a5770)
- Add some APIs that make documentation clearer. (1860aad)
- Address code review comments. Add methodMaybe. (3909f25)
0.2.0 (2017-11-26)
- Add a case-insensitive mode for ident generation. (2bf4604)
0.1.1 (2017-11-25)
0.1.0 (2017-11-25)
- demo-app: Comment out conflictResolution optimization (966dace)
- opticss: numerous cascade violations (c6a0b13)
- removeUnusedStyles: don't remove classes that are in complex nested analyses. (7c9fa85)
- Don't permute analyses -- exponents and factorials are bad. (ee93a6c)
- getRewriteOf can't be private after all. (1af6374)
- some bugs from not expanding properties recursively in some situations. (3d64b31)
- @opticss/util: Add multimap data type. (79811e0)
- demo-app: Add some additional config for analyzing forms and ids. (e89d038)
- template-api: Rewrite static classes as static instead of as dynamic. (237b042)
- util: add a Maybe type (c03b8ea)
- util: Add value deduplication option to multimap, add TwoKeyMultiMap class (093d42a)
- util: Move unionInto set helper from css-blocks. (5fed46c)
- Extract element analysis to its own package. (f591418)
- record the time spent in each optimization step. (63fdda3)