Nothing in this version has changed that would cause those that are upgrading from 1.3.1 any problems
- Providers can be defined as a singletons, which means that Objection will save the first value generated by the provider.
- Fixed an issue where an object that is registered as a singleton in a module could not be an eager singleton
Nothing in this version has changed that would cause those that are upgrading from 1.4 any problems
- Ad-Hoc initializers can be used via the JSObjectionInjector and JSObjectFactory
- Fixed build issues in XCode 6.4 and updated Nimble & Quick testing libraries
- Improved test output via xcpretty
- Fixed regression raised in issue #94 (#94)