forked from atomicobject/objection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.4' into develop
- Loading branch information
Showing
4 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 1.4 | ||
|
||
**[Breaking changes](#breaking-changes)** | ||
Nothing in this version has changed that would cause those that are upgrading from 1.3.1 any problems | ||
|
||
**[Changes](#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_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Objection' | ||
s.version = '1.3.1' | ||
s.version = '1.4' | ||
s.summary = 'A lightweight dependency injection framework for Objective-C.' | ||
s.author = { 'Justin DeWind' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => "#{s.version}" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters