From cff06b6c8ccac5102a6ff22bd403cb3a875a0a48 Mon Sep 17 00:00:00 2001 From: "Andrey A.I. Sitnik" Date: Tue, 23 Apr 2013 09:37:22 +0300 Subject: [PATCH] Release 0.3 version --- ChangeLog | 11 +++++++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6cd6dc64f..97c53022c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +== 0.3 (Growing Strong) +* Rename `autoprefixer.filter()` to `autoprefixer.rework()`. +* Use own filters instead of Rework’s `prefix` and `prefixValue`. +* Smarter value prefixer without false match “order” in “border”. +* 40% faster. +* Don’t add unnecessary properties instead of Rework’s `prefixValue`. +* Don’t change properties order. +* Sort properties and values in inspect output. +* Add main to component config (by Jonathan Ong). +* Fix documentation (by Sergey Leschina and Mark Vasilkov). + == 0.2 (Hear Me Roar!) * Update parse libraries. * Use component package manager to build standalone script. diff --git a/component.json b/component.json index d122900b6..b39159f32 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "0.2.20130413", + "version": "0.3.20130423", "description": "Parse CSS and add prefixed properties and values by actual Can I Use database", "keywords": ["css", "prefix", "rework"], "dependencies": { diff --git a/package.json b/package.json index 3bade7206..6c1df7f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "0.2.20130413", + "version": "0.3.20130423", "description": "Parse CSS and add prefixed properties and values by actual Can I Use database", "keywords": ["css", "prefix", "rework"], "author": "Andrey Sitnik ",