Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 923 Bytes

1.4

Breaking changes

Nothing in this version has changed that would cause those that are upgrading from 1.3.1 any problems

Changes

  1. Providers can be defined as a singletons, which means that Objection will save the first value generated by the provider.
  2. Fixed an issue where an object that is registered as a singleton in a module could not be an eager singleton

1.6

Breaking changes

Nothing in this version has changed that would cause those that are upgrading from 1.4 any problems

Changes

  1. Ad-Hoc initializers can be used via the JSObjectionInjector and JSObjectFactory

1.6.1

Changes

  1. Fixed build issues in XCode 6.4 and updated Nimble & Quick testing libraries
  2. Improved test output via xcpretty
  3. Fixed regression raised in issue #94 (#94)