Skip to content

Commit

Permalink
Some markdown tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteboere committed Aug 5, 2014
1 parent 61855cc commit 8ecaed6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
### 2.2.0 (2014-06-17)
## 2.2.0 (2014-06-17)

* Rule nesting now works without `@in` directives.
* Added `csscrush_add_function()` as a simple way of adding custom functions without plugins.
Expand All @@ -13,7 +13,7 @@
* Deprecated `@define`/`@ifdefine`/`@selector-alias` in favour of new directive names. Supported until at-least 3.x.
* Deprecated the static api methods in favour of the `csscrush_*` functions. Supported until at-least 3.x.

### 2.1.0 (2014-03-21)
## 2.1.0 (2014-03-21)

* Added HHVM support (HHVM >= 2.4)
* Added Travis CI support.
Expand All @@ -34,7 +34,7 @@
* Changed base IO class to use non-static methods.
* Numerous under the hood improvements.

### 2.0.0 (2013-11-2)
## 2.0.0 (2013-11-2)

* Raised PHP version requirement to PHP 5.3.1.
* Library code (excluding API functions) is now namespaced.
Expand All @@ -58,7 +58,7 @@

********************************************************************

### 1.11.0 (2013-8-3)
## 1.11.0 (2013-8-3)

* Added source map support according to the Source Map v3 proposal (boolean option `source-map`).
* Compile times are now 20-30% reduced.
Expand All @@ -73,7 +73,7 @@
* Removed Prepend.css.
* Various refactoring for cleaner under-the-hood APIs.

### 1.10.0 (2013-5-18)
## 1.10.0 (2013-5-18)

* Added SVG plugin for defining and generating SVG files/data URIs in CSS.
* Added Canvas plugin for image generation and manipulation (requires GD extension).
Expand All @@ -93,15 +93,15 @@
* Fixed issue with empty imported files not registering.
* Various bug fixes.

### 1.9.1 (2013-1-31)
## 1.9.1 (2013-1-31)

* Added noise plugin (noise/texture generating functions).
* Resolved issues #42 and #43.
* Fixed command line context option.
* Fixed error notice with no enabled plugins in Plugins.ini file.
* Updated aliases file.

### 1.9 (2013-1-12)
## 1.9 (2013-1-12)

* Added flexbox aliases for both 2009 and 2012 edition specs.
* Added a legacy-flexbox plugin for auto-generating the flexbox 2009 spec equivilant properties.
Expand All @@ -125,7 +125,7 @@
* Property/value aliases expanded and renamed as declaration aliases.
* Classes now loaded via an autoloader, also some other refactoring for moving towards PSR-0 compliance.

### 1.8.0 (2012-11-13)
## 1.8.0 (2012-11-13)

* Added selector aliasing with the `@selector-alias` directive.
* Added `output_dir` option for specifying the destination of compiled files.
Expand All @@ -144,7 +144,7 @@
* Improved minification.
* Major refactoring.

### 1.7.0 (2012-9-28)
## 1.7.0 (2012-9-28)

* Added `trace` option to output SASS compatible debug-info stubs for use with tools like FireSass.
* Added `@ifdefine` directive for dynamically including/excluding parts of a CSS file based on the
Expand All @@ -159,11 +159,11 @@
* Updated aliases and initial value files.
* Fixed parsing issue introduced in 1.6.1.

### 1.6.1 (2012-8-22)
## 1.6.1 (2012-8-22)

* Resolved issues #34 and #35.

### 1.6.0 (2012-8-1)
## 1.6.0 (2012-8-1)

* Inheritance model improved to support adoption of pseudo classes and elements (see wiki).
* Added rule self-referencing function `this()` and complimentary data-* properties.
Expand All @@ -175,23 +175,23 @@
* Double-colon plugin moved to core.
* Option `rewrite_import_urls` now defaults to true.

### 1.5.3 (2012-6-13)
## 1.5.3 (2012-6-13)

* Refactoring.
* Fixed some test cases.

### 1.5.2 (2012-6-8)
## 1.5.2 (2012-6-8)

* Resolved issue #32.
* `CssCrush::inline` method now defaults to not printing a boilerplate.
* Updated aliases file.

### 1.5.1 (2012-6-1)
## 1.5.1 (2012-6-1)

* Extended mixins to work with abstract rules and regular rules.
* Fixed issue with selector grouping and inheritance in combination.

### 1.5.0 (2012-5-21)
## 1.5.0 (2012-5-21)

* New feature: Rule inheritance / abstract rules.
* New feature: Block nesting.
Expand All @@ -205,12 +205,12 @@
* Internal refactoring.
* Resolved issues #23, #24, #27, #28 and #29.

### 1.4.2 (2012-3-14)
## 1.4.2 (2012-3-14)

* Fixed bug with @import statement parsing.
* Some minor under the hood changes.

### 1.4.1 (2012-2-10)
## 1.4.1 (2012-2-10)

* Added command line application.
* Added `rewrite_import_urls` option - Ability to rewrite relative url references inside imported css files.
Expand All @@ -220,7 +220,7 @@
* Initial-values updated.
* Updated `CssCrush::string` method to correctly handle import statements.

### 1.4.0 (2012-1-24)
## 1.4.0 (2012-1-24)

* Added initial-keyword plugin (shim for the CSS3 keyword).
* Added inline method (Issue #18).
Expand All @@ -232,14 +232,14 @@
* Some internal cleaning up.
* Disabled IE6 min-height plugin by default.

### 1.3.6 (2011-11-9)
## 1.3.6 (2011-11-9)

* Improved color functions.
* Added `a-adjust()` function for altering a color's opacity.
* Deprecated hsl-adjust function (you can use nested color functions instead).
* Added the ability to use local versions of alias and plugin files so pull updates don't clobber local settings.

### 1.3.5 (2011-11-8)
## 1.3.5 (2011-11-8)

* Added hook system for plugins.
* Plugins split into seperate files.
Expand All @@ -248,40 +248,40 @@
* Updated filter plugin.
* Fixed nested custom function parsing (issue #14).

### 1.3.4 (2011-10-29)
## 1.3.4 (2011-10-29)

* Added output_filename option.
* Added vendor_target option.
* Renamed 'macros' to the more general 'plugins' and split them into their own files.
* Removed superfluous outer containing directory (update your include paths).

### 1.3.3 (2011-10-28)
## 1.3.3 (2011-10-28)

* Fixed regression with absolute URL file imports (issue #12).
* Fixed minification bug (issue #13).

### 1.3.2 (2011-10-18)
## 1.3.2 (2011-10-18)

* Updated variable syntax.
* Fixed minification bug.

### 1.3.1 (2011-10-9)
## 1.3.1 (2011-10-9)

* Added support for svg and svgz data uris.
* Added animation shorthand alias.
* Added user-select alias.

### 1.3 (2011-10-20)
## 1.3 (2011-10-20)

* Added the public function `CssCrush::string` for processing raw strings of CSS.
* Added color functions.
* Added aliases for IE10.

### 1.2.0 (2011-9-8)
## 1.2.0 (2011-9-8)

* File importer rewritten.

### 1.1.0 (2011-9-2)
## 1.1.0 (2011-9-2)

* Added support for global variables.
* Added support for variable interpolation within string literals.
Expand All @@ -293,7 +293,7 @@
* Minor correction to WAMP support.
* Minor fix to rule API.

### 1.0.0 (2011-7-14)
## 1.0.0 (2011-7-14)

* Major refactoring.
* Custom functions.
Expand All @@ -302,6 +302,6 @@
* Resolved document root issues.
* Minification improvements.

### 0.9.0 (2010-9-20)
## 0.9.0 (2010-9-20)

* Initial release.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -17,7 +17,7 @@ CSS-Crush is a standards inspired preprocessor designed to enable a modern and u
See the [docs](http://the-echoplex.net/csscrush) for full details.


### Setup
## Setup

If you're using [Composer](http://getcomposer.org) you can use Crush in your project with the following line in your terminal:

Expand All @@ -32,7 +32,7 @@ If you're not using Composer yet just download the library into a convenient loc
```


### Basic usage
## Basic usage

```php
<?php
Expand All @@ -57,7 +57,7 @@ There are several other [functions](http://the-echoplex.net/csscrush#api) for wo
There are a number of [options](http://the-echoplex.net/csscrush#api--options) available for tailoring the output, and a collection of bundled [plugins](http://the-echoplex.net/csscrush#plugins) that cover many workflow issues in contemporary CSS development.


### Contributing
## Contributing

If you think you've found a bug please create an [issue](https://github.com/peteboere/css-crush/issues) explaining the problem and expected result.

Expand All @@ -66,7 +66,7 @@ Likewise, if you'd like to request a feature please create an [issue](https://gi
[Pull requests](https://help.github.com/articles/using-pull-requests) are welcome, though please keep coding style consistent with the project (which is based on [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)).


### Licence
## Licence

MIT

0 comments on commit 8ecaed6

Please sign in to comment.