Cadence 0.0.1
Issue by Issue
Released: Sun Jul 8 04:28:52 UTC 2012
- Base context specification test fixed. #37.
- Sort out
actual
andexpected
. #36. - Test case for Proof set context. #35.
- Variadic and external arguments. #34. #31.
- Store ephemeral variables outside of cadence context. #33.
- Pass parameters in from external function. #23.
- Create change log. #32.
- Return values to application. #14.
- Early exit. #30.
- Plain old callbacks. #29.
- Immediate context assignment within step function. #28.
- Application specified base context. #27.
- Application specified alias for
cadence
. #16. - Error-only error handling step functions. #26.
- Handle errors from parallel asynchronous calls. #8.
- Branching. #24. #2.
- Add Travis CI chicklet to
README.md
. #11. - Track minified size in Travis CI builds. #22. #21.
- Parallel sub-cadences. #19.
- Cadence context as stack. #4.
- Application specified step function wrappers. #3.
- Fix
README.md
examples. #9. - Build a Node.js style asynchronous function. #13.
- Catch-all exception handling. #17. #12.
- Rename test directories. #15.
- Gather results from parallel executions. #10.
- Infer context names from step function argument names. #7.