Recent changes

mammothjs

12 hours ago Use native promises instead of bluebird (e265ba9)
12 hours ago Add tests for .done() on promises returned by public API (003dcae)
35 hours ago Implement forEachSeries() in promises module (61762f3)
35 hours ago Add tests around forEachSeries and ensure it resolves to undefined (1f6838d)
35 hours ago Rename promises.mapSeries() to promises.forEachSeries() (eca69e9)
35 hours ago Ensure also method is defined once (28254f9)
35 hours ago Remove also from bluebird Promise prototype (ffd3756)
35 hours ago Remove promises.nfcall() (f43ee8d)
35 hours ago Implement props in promises module (973bc58)
35 hours ago Add test for using also multiple times (5aa68a2)
35 hours ago Test rejected value in props() (64d0ed6)
35 hours ago Add tests for promises.props() (92639e6)
2 days ago Remove promises.all() (ef51029)
2 days ago Add tests around promises.try() (07c4d54)
2 days ago Remove uses of Promise.tap() (8fde4e2)
2 days ago Rename promises.attempt() to try() (5488058)
2 days ago Implement attempt in promises module (957cc76)
2 days ago Remove promises.when() (b703bcd)
2 days ago Remove unused promisify function (0217e4f)
2 days ago Prefer fs.promises to promisfying fs functions (36d98eb)
2 days ago Remove unused fail method on promises (0d13c71)
2 days ago Use .catch() instead of .caught() on promises (ace79b5)
2 days ago Add test for CLI exiting with error (4ad7de7)
6 days ago Bump version to 1.12.3 (71fe5da)
6 days ago Update node to 26.8.2 (5fe085d)
6 days ago Start warning with capital letter (f1fc26f)
6 days ago Handle missing complex field start characters (62d4d33)
6 days ago Avoid excessive backtracking when parsing unterminated strings (dc49225)
3 weeks ago Bump version to 1.12.2 (8706034)
3 weeks ago Create objects without prototypes when used as map with arbitrary keys (2888fa1)