Releases: gulpjs/async-done
Releases · gulpjs/async-done
async-done v2.0.0
⚠ BREAKING CHANGES
- Allow end-of-stream to handle the stream error states
- Normalize repository, dropping node <10.13 support (#54)
Bug Fixes
- Allow end-of-stream to handle the stream error states (7b37da4)
- Ensure the Observable failure test works (#59) (dfa4f0b)
Miscellaneous Chores
- Normalize repository, dropping node <10.13 support (#54) (66f987f)
v1.3.2
Docs
- Fix links to RxJS methods in README (457ac2a) - Closes #48
Upgrade
Scaffold
- Update repository template (7bb1473)
- Move custom links to bottom of README (5e1b0b1)
v1.3.0
New
Build
- Add node 8 & 10 to build matrix (408cd24)
v1.2.4
Fix
- Wrap callback call in try/catch and rethrow async (11fffe0) - Closes #45 #46
Build
- Enforce consistent line endings (2b8ad61)
v1.2.3
Fix
- Avoid swallowing thrown errors in callback argument (204de69) - Closes #43
- Callback with an error even if Promise is rejected with nothing (77d00f9) - Closes #42
Docs
Scaffold
v1.2.1
Update
- Switch to mocha + expect for testing (7d40dfb)
Docs
- Add note about event-stream being unsupported (0095812) - Closes #19
Build
- Add eslint and jscs presets & update code (3e8e9fd)
Scaffold
- Normalize readme/description/license/config (7b66aab)
v1.2.0
New
- Added support for returning the last state of an observable (9852b3d)
Upgrade
v1.1.1
Fix
- Change & tests for failing child processes (0224d42) - Closes #24
Scaffold
- Remove leftover jshint-stylish devDep (8d4d04c)