- Remove unused dependencies.
- Depend on 'css' 2.0.0
- Move all plugins into separate repositories
- Remove browser support via Component(1)
- Using updated rework-inherit
- Update repo URL and add keywords
- Merge pull request #143 from lennart/master
- Fixed Travis CI
- Merge pull request #142 from joliss/commander
- Remove unused commander dependency
- Merge pull request #140 from bclinkinbeard/patch-1
- Update Readme.md to document sourcemap option
- Merge pull request #138 from ericf/patch-1
- Unignore /rework.js so it's in the npm package
- fix prefix-selector support for :root pseudo-class
- fix rework.js
- fix last tag. please ignore 0.20.0. thank you for your cooperation.
- update css
- add sourcemap option to .toString() - see #123
-
remove all vendor support. See: #126.
- deprecated .vendors()
- remove .prefix()
- remove .prefixValue()
- remove .keyframes()
- remove .properties
-
function: support nested functions #119 @bolasblack
-
at-2x: now requires a
at-2x
tag. #121 @rschmukler
- update css for css-stringify compress fixes
- update css dep
- bump rework-inherit
- extract hsb2rgb() as a separate npm module
- add HSV/HSB to RGB function "hsb()"
- add more to the at2x media query
- comment out inline() tests
- update css
- fix references preceeded by punctuation. Closes #106
- fix mixins skipping the next declaration
- add this == Rework to mixin functions. Closes #101
- update css
- remove .vars() plugin. Closes #77
- move visitor into rework-visit
- add mixin property array support. Closes #80
- change rework.extend to use rework-inherit
- pin path version
- fix: ignore comments in all plugins
- fix: references in strings (
"foo@2x"
etc)
- remove opacity plugin. Closes #29
- remove media macros. Closes #36
- update css
- update css
- fix data uris in .url(), .function() too greed with argument splitting. Closes #81
- fix easing functions with animation and timing properties. Closes #83
- remove rework(1) executable, use https://github.com/visionmedia/styl
- add
rework.inline()
to encode images to base64 - add
rework.function(obj)
- add var(object) support
- add rework.properties array
- remove unprefixed CSS3 properties
- update css
- fix colors() when multiple rgba() calls are in one property value
- add ./rework.js stand-alone build
- refactor positions example with visitor
- fix visitor with @charset, @import etc
- refactor url() with visitor
- refactor references() with visitor
- refactor prefixValue() with visitor
- refactor mixin with visitor
- refactor ease plugin with visitor
- refactor colors plugin with visitor
- add visit.declarations() helper
- add prefix visiting for @media
- add column props (fixes #26)
- fix mixins plugin traversal
- add placeholder selector support
- fix extend nesting. Closes #22
- fix hyphenated property references. Closes #20
- fix .svg at2x. Closes #17
- add gradients to rework(1)
- fix named color support
- add .mixin -> .mixins alias
- add debug to component.json
- add
extends
support
- revert broken @2x media query implementation
- fix rgba() with arity > 2
- add mixin support
- add property reference support
- add rgba(color, a) plugin
- add gradient support. Closes #12
- add media macros. Closes #10
- add background-size: contain to at2x
- add
--ease
to rework(1) - add
.ease()
plugin for additional easing functions
- add --vars to rework(1)
- add web service link
- add
.prefix(props)
array support. Closes #1 - add variables plugin. Closes #5
- increase perf ~40% faster for
rework(1)
pass
- add visiting of
@media
nodes forurl()
- add
/g
flag tourl()
- add
.toString({ compress: true })
support
- update css dep
- add
url()
mapping plugin
- add
rework(1)
. Closes #4
- add vendor support to at2x [Simen Brekken]
- add component "path" dep
- add component support
- add .prefixSelectors(str) plugin