Releases: scribd/Weaver
Releases · scribd/Weaver
1.1.6: Merge pull request #183 from rjchrhl/rjc-mainactor
v1.1.5
• Added a new .project
parameter to specify dependencies by arbitrary project name.
v1.1.4
- Fixed a bug where the
.platforms
annotation was not always being respected. This would cause cross platform dependencies to show up in the testing container. - Fixed a bug with the command line parameter project-path not being applied to the output directories in the yaml file.
v1.1.3
This fixes a few issues:
- added a new configuration property
product_name
. - two (or more) dependencies that rely on the same concrete class that fulfills multiple abstractions.
- a compile issue where dependency containers for a framework marked
@objc
would collide in the Xcode autogenerated bridging header. - fixed the
ignored_paths
configuration property.
v1.1.2
Fixes a bug with nested declarations that include parameters and have an InternalDependencyResolver.
v1.1.0
• Weaver 1.1.0 adopts a new memory pattern in the dependency container from the original 1.0.0 design. It now relies on a private copied class object instead of weak referencing up the tree.