Skip to content

Commit

Permalink
v0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jun 21, 2013
1 parent 7ca6867 commit e9a3b7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.3.19 -- 2013.06.21
* CSS as native type
* HTML as native type
* Support extensions passed programmatically
* Significantly improved extensions handling and files resolution order
* Better documentation
* Fix double file read issue (minor, affected only input modules)
* Update sourceURL syntax (replace '@' with '#')
* Improve error message

v0.3.18 -- 2013.06.05
* Allow asynchronous compilation of extensions
* `prettyOutput` option through which we can prevent corrected indentation of
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": "webmake",
"version": "0.3.18",
"version": "0.3.19",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
Expand Down

0 comments on commit e9a3b7d

Please sign in to comment.