Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Sep 8, 2015
1 parent ef86b8b commit e0379fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ $instance = $deferredCallbackLoader->load( 'Foo', array( 'a', 'b' ) );
$instance = $deferredCallbackLoader->singleton( 'Foo', array( 'aa', 'bb' ) );
```

If a callback handler is registered with a return type then the returning instance
will be checked against the expected type and in case of a mismatch a
`RuntimeException` is thrown.
If a callback handler is registered with an expected return type then any
mismatch of a returning instance will throw a `RuntimeException`.

## Contribution and support

Expand All @@ -78,7 +77,7 @@ The library provides unit tests that covers the core-functionality normally run

## Release notes

- 1.0.0 Initial release (2015-09-07)
- 1.0.0 Initial release (2015-09-08)
- Added the `CallbackContainer` and `CallbackLoader` interface
- Added the `DeferredCallbackLoader` and `NullCallbackLoader` implementation

Expand Down

0 comments on commit e0379fc

Please sign in to comment.