Skip to content

Commit

Permalink
0.5.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jul 1, 2013
1 parent 2fb0b81 commit c6d6a08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.5.0 / ...
0.5.0 / 2013.07.01
------------------

* API cleanup
Expand All @@ -8,6 +8,7 @@
- removed compile() method in favor of synchronous compilations
* Added `Template.lib` hash to override libriaries, used by default
* Added `bower.json` support
* Added embedded JS/CSS compressors (`csso` & `uglify`)
* Improved windows support ('\' separators in paths)


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ See [Sprockets][1] and [Mincer API Documentation][2] for more details.
[1]: https://github.com/sstephenson/sprockets
[2]: http://nodeca.github.com/mincer/

# Notice on upgrade 0.4.x -> 0.5.x

Minser's API changed to be sync. Please, check new examples, docs & update your sources.


# Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "mincer",
"version" : "0.4.6",
"version" : "0.5.0",
"description" : "Web assets processor. Native JavaScript port of Sprockets.",
"keywords" : ["sprockets", "assets", "minify", "uglify", "bundle", "less", "stylus"],
"homepage" : "https://github.com/nodeca/mincer",
Expand Down

0 comments on commit c6d6a08

Please sign in to comment.