Releases
The official releases for negotiator.
We use Semantic Versioning v2.0.0 for our releases.
v0.2.0
- Removes the
github.com/freerware/negotiator/internal/representation/jsonpackage. - Removes the
github.com/freerware/negotiator/internal/representation/xmlpackage. - Removes the
github.com/freerware/negotiator/internal/representation/yamlpackage. - Exposes the
representation.Listtype.
v0.1.1
- Fixes the issue where
sourceQualitywas not being populated within the representation metadata in the list representations. [ #8 ] - Fixes the issue where
Content-Encoding,Content-Language, andContent-Charsetwere not being set for the list representations. [ #7 ]
v0.1.0
- Fixes neighbor resource logic for transparent negotiation such that it adheres to
RFC2296 Section 3.5andRFC2068 Section 3.2.3.
v0.0.1
- Initial draft.