Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
Allows for arbitrary prefixes in jsio.path.cache, e.g.:

    jsio.path.cache['foo.bar'] = 'a/b';

This would resolve `import foo.bar.baz` to `a/b/baz`.  Previously, no dots
were allowed in the cache.
  • Loading branch information
Martin Hunt committed Apr 21, 2015
1 parent 3fcbb2f commit 1ebf92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Game Closure",
"name": "jsio",
"description": "js.io module and class system",
"version": "2.0.4",
"version": "2.1.0",
"homepage": "http://www.github.com/gameclosure/js.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1ebf92d

Please sign in to comment.