Releases: dsibilly/presage
Releases · dsibilly/presage
Bream (bugfix 1)
Bream (v0.2.0)
Anchovy (bugfix 5)
A security update to dependencies.
Changes since v0.1.4:
- Updated Babel 6, chai, coveralls, ESLint, and other dev dependencies
Anchovy (bugfix 4)
Changes since v0.1.3:
- Replace dependency tracker David with Gemnasium
Anchovy (bugfix 3)
The Badges™ Release
Just added some more badges to README...
Changes since v0.1.2:
- added David badge for dependency version tracking
- added Code Climate for code quality analysis
Anchovy (bugfix 2)
Changes since v0.1.1:
- The file reader example for
promiseWithCallback
was incorrect. It has been fixed and tested to function as expected. - The
map
example now usespromiseWithCallback
to wrapfs.stat()
with a Promise. - Code coverage requirements have been increased. Prior to publishing, 80% of branches and 100% of functions, lines and statements much be covered by at least one test.
- The version number in package.json has been updated, because I forgot to do so for v0.1.1. 😤
Anchovy (bugfix 1)
Changes since v0.1.0:
- Updated CI and code coverage badges in README.md to properly refer to
master
branch.
Yeah. That's all. ¯\(ツ)/¯
Anchovy (v0.1.0)
Initial public release.
Collections
- Added
eachSeries
- Added
filter
,filterSeries
- Added
map
,mapSeries
- Added
reduce
Control flow
- Added
parallel
- Added
series
Utilities
- Added
promiseWithCallback