reactor/documentation
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
..
dsls feat(map): Add the ability to map over elements of a collection inside a reactor. (#123) 2024-07-18 21:56:46 +12:00
tutorials docs: link to hexdocs & fix links 2024-05-13 13:35:32 -04:00
.gitkeep chore: ensure that the documentation directory is present. 2023-05-10 16:42:21 +12:00