|
12 | 12 |
|
13 | 13 | ### docs
|
14 | 14 |
|
| 15 | ++ __README:__ Fix Travis CI link ([d4785e4](https://github.com/coldbox-modules/hyper/commit/d4785e43d6beffe975ca7f5d533b9a427913a0c4)) |
| 16 | ++ __HyperRequest:__ Add missing docblocks ([8f6a3b5](https://github.com/coldbox-modules/hyper/commit/8f6a3b5ee386be872e2f69ac3857a498ab329dd2)) |
| 17 | ++ __README:__ Add initial documentation ([9104e89](https://github.com/coldbox-modules/hyper/commit/9104e89b1092d1865ede837bf1e43766bf6fc21e)) |
| 18 | ++ __docblocks:__ Update docblocks for HyperBuilder, HyperRequest, and HyperResponse ([6eb0087](https://github.com/coldbox-modules/hyper/commit/6eb0087f6d160beda89cc309daeaba3103a5afb2)) |
| 19 | + |
| 20 | +### feat |
| 21 | + |
| 22 | ++ __HyperRequest:__ Add a when helper to execute conditions without breaking chaining. ([b8ec096](https://github.com/coldbox-modules/hyper/commit/b8ec096e9e61a7253cd8dd3bb9d1d8eac1c95111)) |
| 23 | ++ __HyperRequest:__ Clear out any configured values of the HyperRequest. ([ca13e6f](https://github.com/coldbox-modules/hyper/commit/ca13e6fd4173cfb307150163d17b59a26cc73309)) |
| 24 | ++ __HyperRequest:__ Add configurable timeout ([929abeb](https://github.com/coldbox-modules/hyper/commit/929abebe7c39f3e038ea1322c739809e0fa781cd)) |
| 25 | + |
| 26 | +### fix |
| 27 | + |
| 28 | ++ __box.json:__ Fix line endings ([102ee22](https://github.com/coldbox-modules/hyper/commit/102ee2268d685a5ea9f2c90b7d9df94990b6873f)) |
| 29 | ++ __box.json:__ Use * as default version to avoid installation issues (again) ([d2b32ff](https://github.com/coldbox-modules/hyper/commit/d2b32ff0f98bdf573ff091f49420f96303da3e4f)) |
| 30 | ++ __box.json:__ Use latest as default version to avoid installation issues ([4c56adc](https://github.com/coldbox-modules/hyper/commit/4c56adcadfacc9b8ff0d2905c24eec8773bd07ba)) |
| 31 | ++ __box.json:__ Use * as default version to avoid installation issues ([c0b5294](https://github.com/coldbox-modules/hyper/commit/c0b52945429b82939241f1f75db838ebb24a7a85)) |
| 32 | ++ __HyperRequest:__ Missing semicolon ([484fa87](https://github.com/coldbox-modules/hyper/commit/484fa87ab52e8ff817264d6b871c824d15a4bc22)) |
| 33 | ++ __HyperRequest:__ Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray ([a8b64de](https://github.com/coldbox-modules/hyper/commit/a8b64deea9e423b1f77c346315789a94926ee74d)) |
| 34 | ++ __HyperRequest:__ Preserve case in header names ([59c3349](https://github.com/coldbox-modules/hyper/commit/59c33493f5b740b6448b61198583a9928ee9910c)) |
| 35 | ++ __HyperRequest:__ Preserve case for query parameters ([617f5db](https://github.com/coldbox-modules/hyper/commit/617f5dbeb1c9a00cf6ba9dc771c130fe684afe13)) |
| 36 | ++ __HyperRequest:__ Serialize both params from the url and set on the HyperRequest ([7e960a0](https://github.com/coldbox-modules/hyper/commit/7e960a0a4caeeb14c200955d001f5ae4344da3ec)) |
| 37 | ++ __HyperResponse:__ Default to UTF-8 charset if none is present in the response. ([9587100](https://github.com/coldbox-modules/hyper/commit/958710027a9cde725583f5e9025ca84f05bb719d)) |
| 38 | ++ __HyperRequest:__ Fix withHeaders and withQueryParams for Lucee compatibility ([26d5628](https://github.com/coldbox-modules/hyper/commit/26d56285fc7bff0a83195d8e3b7a9044e4fdd643)) |
| 39 | ++ __HyperBuilder:__ Only map HyperBuilder as a singleton in WireBox ([e5556f7](https://github.com/coldbox-modules/hyper/commit/e5556f7c76c5de7859c909fe99678b41973570a8)) |
| 40 | + |
| 41 | +### other |
| 42 | + |
| 43 | ++ __\*:__ Trigger build ([46ae862](https://github.com/coldbox-modules/hyper/commit/46ae86286921dce105b95f5e8f626ee5c2d6c73b)) |
| 44 | ++ __\*:__ 1.3.0 ([293bdc4](https://github.com/coldbox-modules/hyper/commit/293bdc4ce19547d63a384815459db979d90e3b76)) |
| 45 | ++ __\*:__ 1.3.0 ([a9f939b](https://github.com/coldbox-modules/hyper/commit/a9f939b9ec13ac074b11a733f25ecad04940c7c7)) |
| 46 | ++ __\*:__ 1.3.0 ([a66c31a](https://github.com/coldbox-modules/hyper/commit/a66c31a88242ff9e75a2c93a6b359347c5e2e75e)) |
| 47 | ++ __\*:__ 1.0.0 ([215fb05](https://github.com/coldbox-modules/hyper/commit/215fb0594debfb3d7d16710416deaff34d929952)) |
| 48 | ++ __\*:__ Docblocks for HyperBuilder ([18c4cb2](https://github.com/coldbox-modules/hyper/commit/18c4cb2bebaf087ba5f0cedfaceeff30973c7105)) |
| 49 | ++ __\*:__ Add PUT, PATCH, and DELETE method shortcuts ([f79694b](https://github.com/coldbox-modules/hyper/commit/f79694b0e4a60d58ffa85b3b6eb4837764478a7f)) |
| 50 | ++ __\*:__ Add basic auth ([dc90012](https://github.com/coldbox-modules/hyper/commit/dc90012270599267ff993700d32df7d683cc4eca)) |
| 51 | ++ __\*:__ Rename makeRequest to send ([05041b5](https://github.com/coldbox-modules/hyper/commit/05041b53c640a83b118f1fc2895cb48c4b32e8da)) |
| 52 | ++ __\*:__ Serialize query params ([9072a48](https://github.com/coldbox-modules/hyper/commit/9072a48bd633c08c4ab75d66c4a4c448b92840b8)) |
| 53 | ++ __\*:__ Add withHeaders method to set multiple headers at once ([f4adf3e](https://github.com/coldbox-modules/hyper/commit/f4adf3ec034bf36ec23eb0493bbe17af7d51b52e)) |
| 54 | ++ __\*:__ Pass on any init arguments to builder to the default request ([03a05a3](https://github.com/coldbox-modules/hyper/commit/03a05a3a3c03cf1ddd5781a5974e779a8fa6086b)) |
| 55 | ++ __\*:__ Allow defaults to be set on the HyperBuilder that appear on each request ([ab034ca](https://github.com/coldbox-modules/hyper/commit/ab034ca58da30a632ccbf070e167fd9d3f9f74ad)) |
| 56 | ++ __\*:__ Refactor to use internal api instead of external one ([9f21e88](https://github.com/coldbox-modules/hyper/commit/9f21e887f954980490718b08ded528ba807f8354)) |
| 57 | ++ __\*:__ Add status code detection to the response class ([abbdd70](https://github.com/coldbox-modules/hyper/commit/abbdd70206fe611c6c7ac13799695a20b9a9315a)) |
| 58 | ++ __\*:__ Begin README ([61cd67c](https://github.com/coldbox-modules/hyper/commit/61cd67c51ca89aa1a674da6ecd626fb3fe8722b8)) |
| 59 | ++ __\*:__ Default engine to the most restrictive engine we support. ([54eed06](https://github.com/coldbox-modules/hyper/commit/54eed068b45153bf1fbe3d61f89ef1e82c9d06b1)) |
| 60 | ++ __\*:__ Switch ColdBox to be a devDependency ([2871bc6](https://github.com/coldbox-modules/hyper/commit/2871bc6b588201a523b85531c5f172462c8479fb)) |
| 61 | ++ __\*:__ Add in missing coldbox dependency ([cefb604](https://github.com/coldbox-modules/hyper/commit/cefb604a42f2e3d9701db18095b00d2524f36759)) |
| 62 | ++ __\*:__ Some refactoring and fixes for ACF. ([08dc986](https://github.com/coldbox-modules/hyper/commit/08dc986511b568a110d3d811f15ba820982e631d)) |
| 63 | ++ __\*:__ Allow for POST requests ([77a28ee](https://github.com/coldbox-modules/hyper/commit/77a28ee793e8e31938eb87509132fd8e298b1f0a)) |
| 64 | ++ __\*:__ Handle redirects and store the request on the response ([c1f6b33](https://github.com/coldbox-modules/hyper/commit/c1f6b3310d5799b8a71c83f12194eb41902c28c6)) |
| 65 | ++ __\*:__ It passes through all other methods to the HyperRequest class. ([ccfd213](https://github.com/coldbox-modules/hyper/commit/ccfd213fc9c1258fc87de571f83d4a7ca8fb4069)) |
| 66 | ++ __\*:__ Throw an exception when trying to deserialize data to json that is not json ([7030d38](https://github.com/coldbox-modules/hyper/commit/7030d385d3e28406ed29c1430e1a68d986837a80)) |
| 67 | ++ __\*:__ Make a basic GET request with Hyper! ([005edfd](https://github.com/coldbox-modules/hyper/commit/005edfd52518b5dfc081b78e46f83b79ec3bd85a)) |
| 68 | + |
| 69 | + |
| 70 | +# 23 Jan 2018 |
| 71 | + |
| 72 | +### chore |
| 73 | + |
| 74 | ++ __box.json:__ Migrate to coldbox-modules organization ([c16a9a4](https://github.com/coldbox-modules/hyper/commit/c16a9a43b9b29bb89f6f5d1f28424509810dbb91)) |
| 75 | ++ __box.json:__ Update description ([1c7f268](https://github.com/coldbox-modules/hyper/commit/1c7f268586afce87dcaadf1d8e5ae1b202079957)) |
| 76 | ++ __release:__ Enable semantic release ([39e9ebd](https://github.com/coldbox-modules/hyper/commit/39e9ebd7406e8c7d5b59161be0e3d110861f6fa2)) |
| 77 | + |
| 78 | +### doc |
| 79 | + |
| 80 | ++ __docblocks:__ Update the docblock for data in HyperBuilder ([a33ef95](https://github.com/coldbox-modules/hyper/commit/a33ef958be48eb3c3379eb8f2e8658363464c9de)) |
| 81 | + |
| 82 | +### docs |
| 83 | + |
15 | 84 | + __HyperRequest:__ Add missing docblocks ([8f6a3b5](https://github.com/coldbox-modules/hyper/commit/8f6a3b5ee386be872e2f69ac3857a498ab329dd2))
|
16 | 85 | + __README:__ Add initial documentation ([9104e89](https://github.com/coldbox-modules/hyper/commit/9104e89b1092d1865ede837bf1e43766bf6fc21e))
|
17 | 86 | + __docblocks:__ Update docblocks for HyperBuilder, HyperRequest, and HyperResponse ([6eb0087](https://github.com/coldbox-modules/hyper/commit/6eb0087f6d160beda89cc309daeaba3103a5afb2))
|
|
0 commit comments