aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.html
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2019-10-08 21:07:35 +0700
committerShulhan <m.shulhan@gmail.com>2019-10-08 21:07:35 +0700
commit31dad1bace94567fc631dd125f69e87b7f9b274f (patch)
tree2c6c60c92ded01563d8aa04c18f79dc1f7dfe2f3 /CHANGELOG.html
parent1c5814dad1292c06d1f07e88d47be46dd991e0f0 (diff)
downloadpakakeh.go-0.9.0.tar.xz
share v0.9.0v0.9.0
=== New Features * bytes: add function to get all indexes of word in string * bytes: add function to take snippets from string by indexes * bytes: add function to get all indexes of token in string * ints: add function to merge two slices by distance * memfs: add method to add file directly as child of root * memfs: add method to Search content of files * sanitize: new package to sanitize markup document into plain text Current implementation have a function to sanitize the content of HTML. * strings: add function to convert slice of string to slice of slice of bytes * http: implement key binding in registered Endpoint's Path Previously, only raw path can be registered on Endpoint. This changes implement key binding using colon ":" on path. For example, registering path "/:x/y" will bind key "x" to a string value that can be accessed on http.Request.Form using Get method. === Breaking Changes * ini: set variable with "=" without a value default to empty string Previously, a variable end with "=" will have value set to "true". For example, ---- [section] var = ---- set the "var" value to string "true". This changes make the variable that end with "=" without any value to be an empty string, so "var" value is equal to "". === Bug Fixes * ini: check for possible nil variable on Write * dns: allow message with non recursive-desired to be forwarded On macOS, turn out, all DNS queries have RD flag set to zero. This cause no DNS queries forwarded to parent server. === Enhancements * http: export the Memfs field on Server User of HTTP can use the Memfs field to get the content manually or to Search the content. * http: add content and response type HTML and XML * memfs: export the Decode method on Node
Diffstat (limited to 'CHANGELOG.html')
-rw-r--r--CHANGELOG.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.html b/CHANGELOG.html
index 9703b9ad..812e7ceb 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -29,7 +29,7 @@
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
-<li><a href="#_share_v0_9_0_2019_10_xx">share v0.9.0 (2019-10-xx)</a>
+<li><a href="#_share_v0_9_0_2019_10_08">share v0.9.0 (2019-10-08)</a>
<ul class="sectlevel2">
<li><a href="#_new_features">New Features</a></li>
<li><a href="#_breaking_changes">Breaking Changes</a></li>
@@ -108,7 +108,7 @@
</div>
</div>
<div class="sect1">
-<h2 id="_share_v0_9_0_2019_10_xx">share v0.9.0 (2019-10-xx)</h2>
+<h2 id="_share_v0_9_0_2019_10_08">share v0.9.0 (2019-10-08)</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_new_features">New Features</h3>