0.14.0
Releases 0.12.0 and 0.13.0 were skipped to stay in sync with the main TCA repo.
- Added: First-class forms support via
BindingAction
andReducer.binding
. - Added:
.sequence(Step)
toStepType
for more composable testing (thanks @heyltsjay) - Changed: replacing an identified array's element with one that has a mismatched id will now fatal error in debug builds.
- Changed: Improved performance of
ForEachStore
. - Fixed: worked around a Xcode 12.5 beta compilation error.
- Infrastructure: fleshed out
Store.scope
documentation.
Contributions are by @mbrandonw or @stephencelis unless mentioned otherwise.