Comparing version 1.3.0 to 1.3.1
{ | ||
"author": "Mohammad Younes", | ||
"name": "rtlcss", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open", |
@@ -201,3 +201,3 @@ [![GitHub version](https://badge.fury.io/gh/MohammadYounes%2Frtlcss.svg)](http://badge.fury.io/gh/MohammadYounes%2Frtlcss) | ||
|**`greedy`** | `false` | A `false` value forces selector renaming and url updates to respect word boundaries, for example: `.ultra { ...}` will not be changed to `.urtla {...}` | ||
|**`stringMap`** | see [String Map](#string-map-array) | Applies to string replacement in renamed selectors and updated URLs | ||
|**`stringMap`** | see [String Map](#stringmap-array) | Applies to string replacement in renamed selectors and updated URLs | ||
|**`enableLogging`** | `false` | Outputs information about mirrored declarations to the console. | ||
@@ -216,3 +216,3 @@ |**`minify`** | `false` | Minifies output CSS, when set to `true` both `preserveDirectives` and `preserveComments` will be set to `false` . | ||
'options' : { | ||
'scope': options.swapWestEastInUrl ? '*' : 'selector', | ||
'scope': options.swapLeftRightInUrl ? '*' : 'selector', | ||
'ignoreCase': false | ||
@@ -226,3 +226,3 @@ } | ||
'options' : { | ||
'scope': options.swapWestEastInUrl ? '*' : 'selector', | ||
'scope': options.swapLtrRtlInUrl ? '*' : 'selector', | ||
'ignoreCase': false | ||
@@ -368,2 +368,5 @@ } | ||
## Release Notes | ||
* **v1.3.1** [29 Sep. 2014] | ||
* Update README.md (typos). | ||
* **v1.3.0** [28 Sep. 2014] | ||
@@ -370,0 +373,0 @@ * New feature - String Maps. Add your own set of swappable strings, for example (prev/next). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99092
435