All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2021-03-22)
3.1.0 (2019-06-01)
- vue compliant style string parsing (#9) (e7d640b), closes /github.com/vuejs/vue/blob/dev/src/platforms/web/util/style.js#L5-L16
3.0.1 (2019-06-01)
- split on first ':' char (40e06c5)
3.0.0 (2019-06-01)
- parse & merge style strings (6894fa7)
- parsing strings into style objects changes the output and rendered style behavior in components
2.0.7 (2018-09-07)
2.0.6 (2018-03-17)
2.0.5 (2018-03-01)
2.0.4 (2018-01-16)
2.0.3 (2017-12-09)
2.0.2 (2017-11-26)
- transpile for of stmts (5048b40)
2.0.1 (2017-11-26)
- mv obj spread to index signature typing & use arguments only (c087a4f)
2.0.0 (2017-11-26)
- #2: don't copy level 1 obj refs (28bb545)
- default export has been removed in favor of named export
- right-most arguments were not originally given precedence in all cases. This has been fixed.