Comparing version 0.6.1 to 0.6.2
@@ -24,5 +24,5 @@ 'use strict'; | ||
from: new RegExp('^' + escapeRegexp(from) + '(/|$)'), | ||
to: to | ||
to: this.splitName(to), | ||
}; | ||
}); | ||
}, this); | ||
@@ -40,3 +40,6 @@ this.$isolate = _.map(_.map(config.isolate || [], this.resolve, this), 'name'); | ||
res.name = res.name.replace(path.from, path.to + match[1]); | ||
res.name = res.name.replace(path.from, path.to.name + match[1]); | ||
if (path.to.plugin) { | ||
res.plugin = res.plugin || path.to.plugin; | ||
} | ||
}); | ||
@@ -43,0 +46,0 @@ |
{ | ||
"name": "r42", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Dependency injection done right.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -412,2 +412,10 @@ ## r42 | ||
#### 0.6.2 | ||
* fix regression preventing plugin to be used in r42's `paths` configuration property | ||
#### 0.6.1 | ||
* fix breaking bug in 0.6.0 | ||
#### 0.6.0 | ||
@@ -414,0 +422,0 @@ |
Sorry, the diff of this file is not supported yet
33414
560
468