Dates are in
dd/mm/yy
format.
Package | Version | Changes |
---|---|---|
postcss-bredon | 1.0.0 | initial release |
bredon-plugin-remove-unit | 1.0.0 | initial release |
bredon-minify postcss-bredon-minify |
1.0.1 | add bredon-plugin-remove-unit to bredon-minify |
Package | Version | Changes |
---|---|---|
bredon | 4.0.0 | added support for assignments, IE hacks, nested callees using decimal numbers for the Float's fractional parttraverse AST one-by-one instead of one combined visitors visitors can be functions that receive the bredon API added bredon-types as a direct export to the bredon API visitors now take a single path parameter |
bredon-types | 3.0.1 | added assignment and isAssignment |
bredon-tools | 4.0.0 | reduced APIs |
bredon-plugin-color bredon-plugin-case bredon-plugin-color bredon-plugin-initial bredon-plugin-precision bredon-plugin-trim-hex bredon-plugin-unit |
1.0.0 | initial release |
bredon-validate | 0.0.3 | Updated some property validators |
postcss-bredon-validate | 0.0.2 | updated bredon-validate to 0.0.3 |
bredon-minify | 1.0.0 | initial release |
postcss-bredon-minify | 1.0.0 | initial release |
Package | Version | Changes |
---|---|---|
bredon | 3.0.1 | renamed CSSValue and MultiValue to Value and ValueList removed Keyword Dimension now takes an Integer or a Float as valueadded negative flags to both Integer and Float removed Important , but added an important flag to Value |
bredon-types | 3.0.0 | updated validators and builders according the bredon changes |
bredon-validate | 0.0.2 | Initial experimental version |
- complete parser rewrite
- better error messages
- fixed many bugs
- introducing
bredon-types
andbredon-tools
- Whitespace inside
String
nodes are preserved
Initial version