All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- #10 Export AcceptHeader.MHeaders by @Jake-Convictional in #11.
- Ignore
q
param in Accept header sorting.
- Return from Negotiate function mime type struct, instead of string with mime type. It's needed to get params, like charset.
- Added examples
- Added specific error types
- Added benchmarks
- Changed README.md a little bit
- Mime typ and mime header types are implemented
- Accept header parser, sorter and matchers are implemented