reactor/lib
James Harton e8ac9a1d90
feat(map): Add the ability to map over elements of a collection inside a reactor. (#123)
* feat(map): Add the ability to map over elements of a collection inside a reactor.

* improvement: throw a more helpful error when a step returns an invalid result.

* fix: automatically pass extra arguments from the map step to nested steps.

They can't be referred to directly because they may be added to the graph
at runtime, and may depend on steps which have been completed and their
results discarded because they have no dependents at that time.

* fix: spurious test failures seemingly caused by `Mimic`.
2024-07-18 21:56:46 +12:00
..
mix/tasks improvement: add mix reactor.install (#124) 2024-07-10 20:15:43 +12:00
reactor feat(map): Add the ability to map over elements of a collection inside a reactor. (#123) 2024-07-18 21:56:46 +12:00
reactor.ex docs: Add option schemas to public API functions and improve docs. (#99) 2024-03-18 14:21:50 +13:00