utilus.styl
Advanced tools
Comparing version 0.6.2 to 0.7.0
@@ -5,2 +5,13 @@ --- | ||
## v0.7.0 | ||
- Using new Stylus with hashes. | ||
- Better getters (use hash if possible). | ||
- Added `collect_by_type` function. | ||
- Fixed non-found sides. | ||
## v0.6.1 | ||
- Fixed `is_function` to be native js plug-in for better performance. | ||
## v0.6.0 | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "utilus.styl", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)", | ||
@@ -20,3 +20,3 @@ "licence": "MIT", | ||
"devDependencies": { | ||
"stylus": "0.36.x", | ||
"stylus": "0.39.x", | ||
"mocha": "*", | ||
@@ -23,0 +23,0 @@ "should": "*" |
Sorry, the diff of this file is not supported yet
16508