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.
- Query percent encoding
- Bug in path normalization
- AppVeyor for Visual Studio 2015
- Bug in percent encoding non-ASCII characters
- Percent encoding query part
- Bug in
string_view
implementation - Incorrect port copy constructor implementation
- Build defaults to C++11
- Fix to
network::uri_builder
to allow URIs that have a scheme and absolute path - Other minor bug fixes and optimizations
- A class,
network::uri
that models a URI, including URI parsing on construction according to RFC 3986 - A class,
network::uri_builder
that allows a user to construct valid URIs - Member functions to allow URI normalization, resolution, and comparison
- Support for URI percent encoding