UNPKG

bandiera-client

Version:

Bandiera is a simple, stand-alone feature flagging service that is not tied to any existing web framework or language. This is a client for talking to the web service.

76 lines (46 loc) 1.54 kB
# History ## 3.0.0 (2017-08-01) * Drops support for `node` < 4 & 5 * Update `request` to 2.87.0 (a security update, requiring `node` >= 4) * Adds Travis testing for `node` 8 * Adds `.editorconfig` * Update year in copyright notice ## 2.4.7 (2017-03-01) * Update `request` to 2.79.0 or greater * Update date in copyright notice * Remove coveralls leftovers ## 2.4.6 (2016-09-26) * Require `request` 2.74 or greater. Fixes: [https://snyk.io/vuln/npm:request:20160119](https://snyk.io/vuln/npm:request:20160119). Thanks to @benmag1 for the PR. * Add node 6 to the test matrix ## 2.4.5 (2016-02-10) * Fix some broken links ## 2.4.4 (2016-02-10) * Update repository references to springernature * Update the license ## 2.4.3 (2015-11-09) * Add Node.js 5.0 support ## 2.4.2 (2015-09-14) * Add Node.js 4.0 support ## 2.4.1 (2015-09-08) * Update dependencies * Run JavaScript through JSCS * Add code coverage reporting ## 2.4.0 (2015-07-13) * Make `params` an optional argument across the library * Output more useful error messages ## 2.3.1 (2015-07-07) * Update dependencies ## 2.3.0 (2015-05-18) * Add logging options * Add a timeout option * Documentation improvements * General refactoring ## 2.2.0 (2015-04-27) * Make the client compatible with the API * Send a sensible user-agent header * Handle non-JSON or invalid responses properly * Documentation improvements ## 2.1.0 (2014-07-02) * Switch to the MIT license ## 2.0.0 (2014-06-23) * Initial release