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/json
package. - Removes the
github.com/freerware/negotiator/internal/representation/xml
package. - Removes the
github.com/freerware/negotiator/internal/representation/yaml
package. - Exposes the
representation.List
type.
v0.1.1
- Fixes the issue where
sourceQuality
was not being populated within the representation metadata in the list representations. [ #8 ] - Fixes the issue where
Content-Encoding
,Content-Language
, andContent-Charset
were 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.5
andRFC2068 Section 3.2.3
.
v0.0.1
- Initial draft.