Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 352 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 352 Bytes

2.0.0

Raise original error in tide.fire() instead of wrapping.

2.0.0-alpha.2

tide-fire is placed on tide instance. Use tide.fire() instead of fire() to fire actions.

1.0.1

Allow newer engine versions of Node and npm to be used.

1.0.0

Action handlers now receive two arguments – data and a functions object.

0.0.1

Initial release