From 3c82a501cd37e0769861ec0988a796ecd57073ca Mon Sep 17 00:00:00 2001 From: Cesare Naldi Date: Thu, 7 Aug 2014 22:03:20 +0100 Subject: [PATCH] Amends README file --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5cedfbc..7a32a02 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,10 @@ See documentation in tagged versions for previous usage. ## TODO - [ ] Make singletons dispose method name configurable -- [x] ~~Improve `instanciate` function to copy static methods/properties to the Surrogate constructor.~~ Not necessary instance.constructor still points to original constructor. -- [ ] ~~Add $child special injector and remove $context.~~ No real benefit. - [ ] Add instance property injection (i.e. use of pattern such `foo.prop` as injecting alias) - [ ] Analyze release path when `FUNCTION` or no-singleton `PROVIDER` and `CONTRUCTOR` are involved. Potential bug. -- [ ] Adds mention of creational mapping into provider, constructor and blueprint docs - [ ] Adds API quick reference - [ ] Block contribution on context after context creation -- [x] Expose flags from main module -- [x] Evaluate to change PERSISTENT flag with LAZY ## Table of Content - [Features](#features)