Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HTTP Negotiation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Network
HTTP Negotiation
Compare revisions
v1.2.0 to v1.2.1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
oss/libraries/go/network/http-negotiation
Select target project
No results found
v1.2.1
Select Git revision
Swap
Target
oss/libraries/go/network/http-negotiation
Select target project
oss/libraries/go/network/http-negotiation
1 result
v1.2.0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
chore doc and repository_url
· 929bc951
Volker Schukai
authored
2 years ago
929bc951
Bump version to 1.2.1
· 565179ac
Volker Schukai
authored
2 years ago
565179ac
Update changelog
· 676538e9
Volker Schukai
authored
2 years ago
676538e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.chglog/config.yml
+1
-1
1 addition, 1 deletion
.chglog/config.yml
CHANGELOG.md
+12
-5
12 additions, 5 deletions
CHANGELOG.md
LICENSE
+661
-0
661 additions, 0 deletions
LICENSE
README.md
+1
-1
1 addition, 1 deletion
README.md
release.json
+1
-1
1 addition, 1 deletion
release.json
with
676 additions
and
8 deletions
.chglog/config.yml
View file @
676538e9
...
@@ -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/configur
ation
repository_url
:
https://gitlab.schukai.com/oss/libraries/go/
network/http-negoti
ation
options
:
options
:
commits
:
commits
:
filters
:
filters
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
View file @
676538e9
<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.
Click to expand it.
LICENSE
0 → 100644
View file @
676538e9
This diff is collapsed.
Click to expand it.
README.md
View file @
676538e9
## HTTP Negotiation
## HTTP Negotiation
## What do this library?
## What do
es
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.
...
...
This diff is collapsed.
Click to expand it.
release.json
View file @
676538e9
{
"version"
:
"1.2.
0
"
}
{
"version"
:
"1.2.
1
"
}
This diff is collapsed.
Click to expand it.