Skip to content

Commit

Permalink
Release pakakeh.go v0.55.1 (2024-06-20)
Browse files Browse the repository at this point in the history
===  Enhancements

* lib/http: add request type HTML

  The RequestTypeHTML define the content type "text/html".

* lib/path: add method Path to Route

  Unlike String method that may return the key’s name in returned
  path, the Path method return the path with all the keys has been
  substituted with values, even if its empty.
  • Loading branch information
shuLhan committed Jun 19, 2024
1 parent 81b670e commit 3594deb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ link:CHANGELOG_2018-2019.html[Changelog from 2018 to 2019^].
This is changelog for `pakakeh.go` module since v0.1.0 until v0.11.0.


[#v0_55_1]
== pakakeh.go v0.55.1 (2024-06-20)

[#v0_55_1__enhancements]
=== Enhancements
lib/http: add request type HTML::
+
The RequestTypeHTML define the content type "text/html".
lib/path: add method Path to Route::
+
Unlike String method that may return the key's name in returned path,
the Path method return the path with all the keys has been substituted
with values, even if its empty.
[#v0_55_0]
== pakakeh.go v0.55.0 (2024-05-04)
Expand Down
2 changes: 1 addition & 1 deletion pakakeh.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package pakakeh

var (
// Version of this module.
Version = `0.55.0`
Version = `0.55.1`
)

0 comments on commit 3594deb

Please sign in to comment.