| OLD | NEW |
| (Empty) |
| 1 Changes | |
| 2 ======= | |
| 3 | |
| 4 ## 2011-08-05 0.8.50 | |
| 5 -------------------- | |
| 6 * Improve version | |
| 7 | |
| 8 ## 2011-07-25 0.8.3 | |
| 9 ------------------- | |
| 10 * Fix multipart string values in functions | |
| 11 * Fix watch mode | |
| 12 * Drop last semicolon in rule only with compress=option enabled. | |
| 13 | |
| 14 ## 2011-07-24 0.8.22 | |
| 15 -------------------- | |
| 16 * Fix -moz-linear-gradient | |
| 17 * Thanks lgriesterer | |
| 18 | |
| 19 ## 2011-07-10 0.8.2 | |
| 20 ------------------- | |
| 21 * Fix :not selectors | |
| 22 | |
| 23 ## 2011-06-24 0.8.1 | |
| 24 ------------------- | |
| 25 * Fix color functions | |
| 26 | |
| 27 ## 2011-06-20 0.8.0 | |
| 28 ------------------- | |
| 29 * Big scss refactoring begin | |
| 30 | |
| 31 ## 2011-06-19 0.7.2 | |
| 32 ------------------- | |
| 33 * Add argv parse to tools.main | |
| 34 * Fix watch mode | |
| 35 | |
| 36 ## 2011-02-27 0.7.0 | |
| 37 ------------------- | |
| 38 * Add link on pyScss | |
| 39 * Fix None type bug | |
| 40 * Add if() function | |
| 41 | |
| 42 ## 2011-02-25 0.6.5 | |
| 43 ------------------- | |
| 44 * Add option path | |
| 45 * Add image functions: image-width, image-height, image-url, inline-image | |
| 46 * Add @function and @return | |
| 47 * Add --watch mode | |
| 48 | |
| 49 ## 2011-02-24 0.6.3 | |
| 50 ------------------- | |
| 51 * Fix recursion bug in variable redefinition | |
| 52 * Add unwnown properties | |
| 53 * Add @option @warn:true | |
| 54 * Fix selector interpolation bug | |
| 55 * Fix bug in url( address ) | |
| 56 | |
| 57 ## 2011-02-21 0.6.0 | |
| 58 ------------------- | |
| 59 * Add warnings ( not found mix and etc ) | |
| 60 * Add @warn | |
| 61 * Add 'add', 'or', 'not' operators in expressions | |
| 62 * Add mode compass support | |
| 63 | |
| 64 ## 2011-02-20 0.5.9 | |
| 65 ------------------- | |
| 66 * Add @options sort, @option comments, @option cache | |
| 67 * Upgrade scss command tools ( more options, see scss --help ) | |
| 68 | |
| 69 ## 2011-02-19 0.5.7 | |
| 70 ------------------- | |
| 71 * Fix unused import ipdb | |
| 72 * Add color functions | |
| 73 * Add compass helpers: append-selector, elements-of-type, headlings, nest | |
| 74 * Add real expression parse in @if nodes | |
| 75 * Add "@else if" | |
| 76 * Upgrade interactive mode. history support and tab completion | |
| 77 * Add color name parse ( red + blue = #f0f ) | |
| 78 * Change sorting declarations in Zen order http://code.google.com/p/zen-coding/w
iki/ZenCSSPropertiesEn | |
| 79 * Fix url path bug, improve perfomance | |
| 80 * Add @option, compress output | |
| 81 | |
| 82 ## 2011-02-19 0.5.0 | |
| 83 ------------------- | |
| 84 * Real conversion between numbers ( 10px + 2em = 36px ) | |
| 85 * Add full rgba, hsl, hsla support | |
| 86 * Add red, green, blue, mix rgba functions | |
| 87 * Add hue, saturation, lightness, adjust_hue, lighten, darken, saturate, desatur
ate, grayscale, complement hsl functions | |
| 88 * Add alpha, opacity, rgba, opacify, fade-in, fade-out, transparentize | |
| 89 * Add quote, unqoute string functions | |
| 90 * Add percentage, round, floor, ceil, abs number functions | |
| 91 * Add comparable, unitless, unit, type-of functions | |
| 92 * Add interactive mode | |
| 93 | |
| 94 ## 2011-02-18 0.4.9 | |
| 95 ------------------- | |
| 96 * Rename compile script from pscss to scss | |
| 97 | |
| 98 ## 2011-02-16 0.4.8 | |
| 99 ------------------- | |
| 100 * Fix pseudo selector bug | |
| 101 * Fix declareset interpolation var in name | |
| 102 * Add initial documentation | |
| 103 | |
| 104 ## 2011-02-11 0.4.2 | |
| 105 ------------------- | |
| 106 * True op parsing, prepare to compaire values | |
| 107 | |
| 108 ## 2011-02-10 0.3.9 | |
| 109 ------------------- | |
| 110 * Real parse function params | |
| 111 * Now you can use vars in url() | |
| 112 | |
| 113 ## 2011-02-09 0.3.6 | |
| 114 ------------------- | |
| 115 * Add @font-face support | |
| 116 | |
| 117 ## 2011-01-28 0.3.5 | |
| 118 ------------------- | |
| 119 * Fix nesting | |
| 120 | |
| 121 ## 2011-01-25 0.3.3 | |
| 122 ------------------- | |
| 123 * Fix tests | |
| 124 * Add rgb( ) support | |
| 125 | |
| 126 ## 2011-01-24 0.3.1 | |
| 127 ------------------- | |
| 128 * Ignore recursion | |
| 129 | |
| 130 ## 2010-12-27 0.3.0 | |
| 131 ------------------- | |
| 132 * Add precache scss files | |
| 133 * Move tests in scss | |
| 134 * Add pscss console command | |
| 135 | |
| 136 ## 2010-12-27 0.2.16 | |
| 137 -------------------- | |
| 138 * Fix number minus bug | |
| 139 | |
| 140 ## 2010-12-26 0.2.15 | |
| 141 -------------------- | |
| 142 * Fix var definition | |
| 143 * Fix dotted value | |
| 144 | |
| 145 ## 2010-12-25 0.2.11 | |
| 146 -------------------- | |
| 147 * Not ignore css comments by default | |
| 148 * More stable version | |
| 149 * Fix comments | |
| 150 * Fix enumerate | |
| 151 * Fix @for | |
| 152 * Fix vars | |
| 153 | |
| 154 ## 2010-12-22 0.1.1 | |
| 155 ------------------- | |
| 156 * Add !default support for variable assigment | |
| 157 * Add true, false, int parse in @if condition | |
| 158 * Fix division and / bug | |
| 159 * Fix @extend rule | |
| 160 * Fix selector filter bug | |
| 161 * Add parens support in operation | |
| 162 * Add @for directive | |
| 163 | |
| 164 ## 2010-12-20 0.0.5 | |
| 165 ------------------- | |
| 166 * Add math operation | |
| 167 * Add parent references | |
| 168 * Add scss comments | |
| 169 * Add @if @else | |
| 170 | |
| 171 ## 2010-12-20 0.0.2 | |
| 172 ------------------- | |
| 173 * Push in pypi | |
| 174 | |
| 175 ## 2010-12-20 0.0.1 | |
| 176 ------------------- | |
| 177 * First public version. | |
| OLD | NEW |