Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 9, 2011
1 parent 6424232 commit 23fcfbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,5 +1,13 @@
# History #

## 0.6.0 / 2011-06-09 ##

- Fix bug in read url (big files can be read now).
- Adding `--no-source` option in order to exclude source.
- Graph no longer contains paths / URLs for modules, instead it has resolvePath
/ resolveURI function that take module id and return path / uri.
- Changed structure of graph, making it cleaner.

## 0.5.5 / 2011-06-01 ##

- Make all local IDs are relative to `package.json`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "graphquire",
"id": "graphquire",
"version": "0.5.5",
"version": "0.6.0",
"description": "module graph builder and installer.",
"keywords": [ "dependencies", "graph", "modules", "require", "linker" ],
"author": "Irakli Gozalishvili <rfobic@gmail.com>",
Expand Down

0 comments on commit 23fcfbf

Please sign in to comment.