Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • oss/libraries/go/network/http-negotiation
1 result
Select Git revision
Show changes
Commits on Source (3)
...@@ -2,7 +2,7 @@ style: gitlab ...@@ -2,7 +2,7 @@ style: gitlab
template: CHANGELOG.tpl.md template: CHANGELOG.tpl.md
info: info:
title: CHANGELOG title: CHANGELOG
repository_url: https://gitlab.schukai.com/oss/libraries/go/application/configuration repository_url: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation
options: options:
commits: commits:
filters: filters:
......
<a name="v1.2.1"></a>
## [v1.2.1] - 2022-10-05
### Changes
- chore doc and repository_url
<a name="v1.2.0"></a> <a name="v1.2.0"></a>
## [v1.2.0] - 2022-09-18 ## [v1.2.0] - 2022-09-18
### Changes ### Changes
...@@ -26,8 +32,9 @@ ...@@ -26,8 +32,9 @@
<a name="v1.0.0"></a> <a name="v1.0.0"></a>
## v1.0.0 - 2022-09-11 ## v1.0.0 - 2022-09-11
[v1.2.0]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.1.0...v1.2.0 [v1.2.1]: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation/compare/v1.2.0...v1.2.1
[v1.1.0]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.0.3...v1.1.0 [v1.2.0]: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation/compare/v1.1.0...v1.2.0
[v1.0.3]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.0.2...v1.0.3 [v1.1.0]: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation/compare/v1.0.3...v1.1.0
[v1.0.2]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.0.1...v1.0.2 [v1.0.3]: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation/compare/v1.0.2...v1.0.3
[v1.0.1]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.0.0...v1.0.1 [v1.0.2]: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation/compare/v1.0.1...v1.0.2
[v1.0.1]: https://gitlab.schukai.com/oss/libraries/go/network/http-negotiation/compare/v1.0.0...v1.0.1
This diff is collapsed.
## HTTP Negotiation ## HTTP Negotiation
## What do this library? ## What does this library?
This library provides a simple way to negotiate the content type of HTTP request. This library provides a simple way to negotiate the content type of HTTP request.
......
{"version":"1.2.0"} {"version":"1.2.1"}