v0.0.5 (2017-03-27)
Implemented enhancements:
- Struct Tags for Params #49 [enhancement]
- Bind Params to a given Endpoint #44 [enhancement]
- Custom Types for Params #43 [enhancement]
- Allowed / Required Params #42 [enhancement]
- Parsing Params #41 [enhancement]
- Params #3 [enhancement]
Fixed bugs:
Merged pull requests:
- adds support for self-describing Parameters #52 (xentek)
- adds support for parsing allowed/required params #51 (xentek)
- adds
paramstruct tag #50 (xentek) - adds code quality indicators #48 (xentek)
- optimize Accept header matching for endpoints #47 (xentek)
- adds CONTRIBUTING guide #46 (xentek)
- adds methods to parse params #45 (xentek)
v0.0.4 (2017-03-13)
Implemented enhancements:
- Media Type Versioning #27 [enhancement]
- X-Content-Type-Options #23 [enhancement]
- Media Types #21 [enhancement]
- Content Negotiation #17 [enhancement]
- Endpoint Version #2 [enhancement]
Fixed bugs:
Closed issues:
- X-Frame-Options #24
Merged pull requests:
- clean up media types #31 (xentek)
- routes requests to an endpoint with Accept header #29 (xentek)
- implements automatic Content Negotiation #28 (xentek)
- supports X-Content-Type-Options, X-Frame-Options #26 (xentek)
- generates automatic Media Types for an endpoint #25 (xentek)
- adds Endpoint Verison #22 (xentek)
v0.0.3 (2017-03-10)
Implemented enhancements:
- Accept-Encoding #8 [enhancement]
- X-HTTP-Method-Override #5 [enhancement]
- CORS #4 [enhancement]
- Discovery URL #1 [enhancement]
Merged pull requests:
- adds support for X-HTTP-Method-Override header #19 (xentek)
- adds CORS request support #20 (xentek)
- adds support for GZip compression, via Accept-Encoding header #18 (xentek)
- adds automatic discovery url at API root #16 (xentek)
- adds Code of conduct #15 (xentek)
v0.0.2 (2017-03-05)
Implemented enhancements:
- Start an API Server #10 [enhancement]
- Configuration #9 [enhancement]
- Logging #7 [enhancement]
- Panic Recovery #6 [enhancement]
Merged pull requests:
- adds panic recovery middleware #14 (xentek)
- adds request logging #13 (xentek)
- adds ability to configure and start a server #12 (xentek)
- adds configuration to Hyperdrive #11 (xentek)
v0.0.1 (2017-03-04)
* This Change Log was automatically generated by github_changelog_generator