Skip to content

Commit

Permalink
v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Apr 12, 2012
1 parent 49dd206 commit 94c612b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog
@@ -1,7 +1,10 @@
TODO
- write unit tests

intended v0.4.7
v0.4.9
+ Make the max length of lines an option and make it quite short by default for easier debugging

v0.4.7
+ Remove default port and host - just use what the current page uses by default
+ Treat Android devices as mobile, with regards to loading resources in one big response rather than individual requests
+ Now works if script include put in head
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "require",
"description": "javascript module management! brings node's require statement to the browser",
"version": "0.4.8",
"version": "0.4.9",
"homepage": "https://github.com/marcuswestin/require",
"main": "./require",
"bin": "./bin/require-command.js",
Expand Down

0 comments on commit 94c612b

Please sign in to comment.