Releases: bigeasy/cadence
Releases · bigeasy/cadence
Cadence 0.0.10
Issue by Issue
Cadence 0.0.9
Issue by Issue
- New logic to specify order of parameters to subsequent function. #58.
Cadence 0.0.8
Cadence 0.0.7
Issue by Issue
- Step over to stop out of
async
. #47. - Add
.js
suffix to test file names. #54. - Update
t/sizes
andt/test
to work with a POSIX shell. - Return
cadence
function directly instead of factory function. #49. - Moved
build
directory contents tot
. #51. - Rename inner
cadence
function toasync
. #52. - Consume events from event emitters. #48.
- An
_
underbar as a step function name means to disable argument
inference. #46. #25
Cadence 0.0.6
Issue by Issue
Released: Fri Jul 13 16:27:39 UTC 2012
- Flatten arguments to inner
cadence
unless first arg is null. #44.
Cadence 0.0.5
Cadence 0.0.4
Issue by Issue
- No inference when there are no arguments. #40.
Cadence 0.0.3
Issue by Issue
- Set context after uncaught error. #39.
Cadence 0.0.2
Issue by Issue
- Remove object merge with cadence context. #38.
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.