peppermint-di
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Change Log | ||
## [1.0.4 - 2018-05-19](https://github.com/alonrbar/peppermint-di/tree/v1.0.4) | ||
### Fixed | ||
- Link to Yusuf's blog post (well yes, this search replace in the readme was a bad idea...). | ||
## [1.0.3 - 2018-05-19](https://github.com/alonrbar/peppermint-di/tree/v1.0.3) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "peppermint-di", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Dependency injection container for TypeScript and JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ # peppermint-di | ||
This project was originally based on [this blog post](http://www.yusufaytas.com/SomeService-injection-in-javascript/) by Yusuf Aytas as it appeared in [this StackOverflow question](https://stackoverflow.com/questions/20058391/javascript-SomeService-injection). | ||
This project was originally based on [this blog post](http://www.yusufaytas.com/dependency-injection-in-javascript/) by Yusuf Aytas as it appeared in [this StackOverflow question](https://stackoverflow.com/questions/20058391/javascript-SomeService-injection). | ||
It has since evolved to support: | ||
@@ -13,0 +13,0 @@ |
99034