when v2.7.0 Release Notes

    • ➕ Added [promise.catch](docs/api.md#catch) and [promise.finally](docs/api.md#finally) as synonyms for promise.otherwise and promise.ensure. (#212)
    • 🆕 New [browserify build](../README.md#legacy-environments-via-browserify) for those using globals. (#209)
    • ➕ Added ender support to package.json. (#223)
    • 🛠 Fix compatibility with PhantomJS's CommonJS module support. (#226)
    • 🛠 Fix Sauce Labs tests for pull requests. (#216)
    • ➕ Added bower.json ignore to trim files installed via bower. (#193)