Skip to content

Commit 93a1aaf

Browse files
committed
Update CHANGELOG for 1.1.0
1 parent e074788 commit 93a1aaf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Factory Changelog
22

3+
### 1.1.0
4+
5+
* Adds ParameterFactory to provide type-safe argument passing
6+
37
### 1.0.9
48

59
* Condition per-platform locking strategy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Failure to find a matching type can lead to an application crash if we attempt t
2828
* **Safe:** Factory is compile-time safe; a factory for a given type *must* exist or the code simply will not compile.
2929
* **Flexible:** It's easy to override dependencies at runtime and for use in SwiftUI Previews.
3030
* **Powerful:** Like Resolver, Factory supports application, cached, shared, and custom scopes, custom containers, arguments, decorators, and more.
31-
* **Lightweight:** With all of that Factory is slim and trim, just 300 lines of code.
31+
* **Lightweight:** With all of that Factory is slim and trim, barely 400 lines of code and half the size of Resolver.
3232
* **Performant:** Little to no setup time is needed for the vast majority of your services, resolutions are extremely fast, and no compile-time scripts or build phases are needed.
3333
* **Concise:** Defining a registration usually takes just a single line of code. Same for resolution.
3434
* **Tested:** Unit tests ensure correct operation of registrations, resolutions, and scopes.

0 commit comments

Comments
 (0)