diff --git a/README.md b/README.md index 9709b20..09388bd 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,13 @@ RTLCSS is a framework for converting LTR CSS to RTL. ### Powered by RTLCSS * [Semantic] a UI component library implemented using a set of specifications designed around natural language. ([RTL Version]) -[Semantic]:http://www.semantic-ui.com +* [AlertifyJS] a javascript framework for developing pretty browser dialogs and notifications. +* [WebEssentials2013] Web Essentials extends Visual Studio with a lot of new features that web developers have been missing for many years (now uses RTLCSS for converting LTR CSS to RTL). + +[Semantic]:http://www.semantic-ui.com/ [RTL Version]:http://semantic-ui.me/ +[AlertifyJS]:http://www.alertifyjs.com/ +[WebEssentials2013]:http://vswebessentials.com ## Install @@ -234,6 +239,13 @@ Have a bug or a feature request? please feel free to [open a new issue](https:// ## Release Notes + +* **v1.0.0** [24 Aug. 2014] + * Upgrade to [POSTCSS] v2.2.1 + * Support flipping urls in '@import' rule. + * Fix JSON parse error when configuration file is UTF-8 encoded. + * Better minification. + * **v0.9.0** [10 Aug. 2014] * New configuration loader. * CLI configuration can be set using one of the following methods: diff --git a/package.json b/package.json index 71fa1c4..72f1e5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mohammad Younes", "name": "rtlcss", - "version": "0.9.0", + "version": "1.0.0", "description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open", "license": "MIT",