You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.8.68-alpha (2022-12-16 / 1f31590)
## Fixed
- Fix two-arity version of build-all
- When unifying, don't recurse down the stored lvar value when reusing it
## Changed
- Remove three-arity version of build-all
# 0.7.59-alpha (2022-09-02 / 161a3b7)
## Added
- Introduced `with` and `with-opts` as a public API for creating deferreds. This
may not stick, we may decide to always return a deferred when calling a
factory directly instead.
- Add a new key `:facai.build/factory` to the context when calling
{before,after}-create-factory hooks, so that hooks don't have to deal with
unppwrapping deferreds
## Fixed
- Fix selector matching on a single segment wildcard selector: `[:*]`
## Changed
# 0.4.32-alpha (2022-05-04 / 33d976f)
## Added
- Added `after-build` hooks on the factory and trait level
- Added `lambdaisland.factory/update-result` for use in hooks
## Changed
- Breaking: traits now need an extra wrapping map, similar to the options map, with `:with` and optionally `:after-build`