diff --git a/CHANGELOG.md b/CHANGELOG.md index 205a0aa..f802b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,58 +1,58 @@ -##2.0.0 - * Fixed `complete` method error handling - -##2.0.1 - * Added `grunt` - * Added `jslint` - * Refactored tests +##4.2.1 + * Updated dependencies -##2.0.2 - * Updated package.json +##4.2.0 + * Added DELETE parameter interpolation -##2.1.0 - * Added support for default headers and timeouts +##4.1.0 + * Updated HTTP auth handling to match `request` -##2.1.1 - * Switched from `underscore` to `lodash` - * Fixed parameter interpolation +##4.0.0 + * Return HTTP status code error if no error in response body -##2.1.2 - * Upgraded `request` - * Fixed whitespace serialization +##3.0.1 + * Updated dependencies -##2.2.0 - * Added http `PATCH` support +##3.0.0 + * Changed `params` property behavior to match docs (breaking undocumented `query` behavior) -##2.2.1 - * Fixed whitespace only 2XX response handling +##2.3.2 + * Added `response` event emitter -##2.2.2 - * Fixed request buffer serialization +##2.3.1 + * Added travis integration + * Added buffer serialization tests ##2.3.0 * Fixed `host` vs `hostname` semantics -##2.3.1 - * Added travis integration - * Added buffer serialization tests +##2.2.2 + * Fixed request buffer serialization -##2.3.2 - * Added `response` event emitter +##2.2.1 + * Fixed whitespace only 2XX response handling -##3.0.0 - * Changed `params` property behavior to match docs (breaking undocumented `query` behavior) +##2.2.0 + * Added http `PATCH` support -##3.0.1 - * Updated dependencies +##2.1.2 + * Upgraded `request` + * Fixed whitespace serialization -##4.0.0 - * Return HTTP status code error if no error in response body +##2.1.1 + * Switched from `underscore` to `lodash` + * Fixed parameter interpolation -##4.1.0 - * Updated HTTP auth handling to match `request` +##2.1.0 + * Added support for default headers and timeouts -##4.2.0 - * Added DELETE parameter interpolation +##2.0.2 + * Updated package.json -##4.2.1 - * Updated dependencies +##2.0.1 + * Added `grunt` + * Added `jslint` + * Refactored tests + +##2.0.0 + * Fixed `complete` method error handling