- AddTransient (from value overload) removed
- Reflex Debugger Window instances now shows up sha1 hash of the hashcode of the instance, making it easier to detect and inspect inherited and owned bindings
- Changed life-cycle of transients, before it was being disposed within container who created the binding, now it is disposed within constructing container
- Added AddScoped (from type and from factory), which also it is disposed within constructing container