Releases: coldbox-modules/hyper
Releases · coldbox-modules/hyper
v1.15.0
v1.14.5
v1.14.4
v1.14.3
v1.14.2
v1.14.1
v1.14.0
chore
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
doc
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
docs
- README: Fix Travis CI link (d4785e4)
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
feat
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
fix
- box.json: Fix line endings (102ee22)
- box.json: Use * as default version to avoid installation issues (again) (d2b32ff)
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
other
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
v1.13.0
chore
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
doc
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
docs
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
feat
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
fix
- box.json: Fix line endings (102ee22)
- box.json: Use * as default version to avoid installation issues (again) (d2b32ff)
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
other
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- *: Initial commit (de0c27d)
v1.8.0
chore
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
doc
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
docs
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
feat
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
fix
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
other
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- *: Initial commit (de0c27d)
v1.7.0
chore
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
doc
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
docs
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
feat
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
fix
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
other
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- *: Initial commit (de0c27d)