YUKI Hiroshi
null+****@clear*****
Wed Jul 25 15:31:27 JST 2018
YUKI Hiroshi 2018-07-25 15:31:27 +0900 (Wed, 25 Jul 2018) New Revision: 6d2e4a1489b119ddaafe9b0ff88d1f4b72609a92 https://github.com/groonga/groonga.org/commit/6d2e4a1489b119ddaafe9b0ff88d1f4b72609a92 Message: blog: add release announcement for 8.0.5 Added files: en/_posts/2018-07-29-groonga-8.0.5.md ja/_posts/2018-07-29-groonga-8.0.5.md Added: en/_posts/2018-07-29-groonga-8.0.5.md (+43 -0) 100644 =================================================================== --- /dev/null +++ en/_posts/2018-07-29-groonga-8.0.5.md 2018-07-25 15:31:27 +0900 (79cb3e84) @@ -0,0 +1,43 @@ +--- +layout: post.en +title: Groonga 8.0.5 has been released +description: Groonga 8.0.5 has been released! +--- + +## Groonga 8.0.5 has been released + +[Groonga 8.0.5](/docs/news.html#release-8-0-4) has been released! + +How to install: [Install](/docs/install.html) + +### Changes + +Here are important changes in this release: + +* [[time_classify_day_of_week()](/docs/reference/functions/time_classify_day_of_week)] Added a new function `time_classify_day_of_week()` +* Added a new function `time_format_iso8601()` + +#### Added a new function `time_classify_day_of_week()` + +Now a new feature is landed to get the day of week from time information of each search result. +A new function `time_classify_day_of_week()` which accept an `time` value as its only one parameter, will return the day of week from the given `time` value. +It returns a `UInt8` value, `0` means Sunday and `6` means Saturday. + +Before using the function, you need to register `functions/time` plugin at first, via a command line like: + +``` +plugin_register functions/time +``` + +#### Added a new function `time_format_iso8601()` + +Now you can get any `time` value formatted in the ISO 8601 form. +A new function `time_format_iso8601()` which accept an `time` value as its only one parameter, will return a string formatted in the ISO 8601 form, like `2018-07-29T23:59:59.999999+09:00`. + +Same as the previous one, you need to register `functions/time` plugin to use this function. + +### Conclusion + +See [Release 8.0.5 2018-07-29](/docs/news.html#release-8-0-5) about detailed changes since 8.0.4 + +Let's search by Groonga! Added: ja/_posts/2018-07-29-groonga-8.0.5.md (+43 -0) 100644 =================================================================== --- /dev/null +++ ja/_posts/2018-07-29-groonga-8.0.5.md 2018-07-25 15:31:27 +0900 (02474201) @@ -0,0 +1,43 @@ +--- +layout: post.ja +title: Groonga 8.0.5リリース +description: Groonga 8.0.5をリリースしました! +--- + +## Groonga 8.0.5リリース + +肉の日ですね。[Groonga 8.0.5](/ja/docs/news.html#release-8-0-4)をリリースしました! + +それぞれの環境毎のインストール方法: [インストール](/ja/docs/install.html) + +### 変更内容 + +主な変更点は以下の通りです。 + +* [[time_classify_day_of_week()](/ja/docs/reference/functions/time_classify_day_of_week)] `time_classify_day_of_week()`関数を追加 +* `time_format_iso8601()`関数を追加 + +#### `time_classify_day_of_week()`関数を追加 + +各検索結果の日時情報について、曜日の情報を取得するための機能が追加されました。 +新しい関数 `time_classify_day_of_week()` は `time` 型の値を唯一の引数として受け付け、その日時の曜日を返します。 +返される値は `UInt8` 型で、`0` は日曜日を、`6` は土曜日を表します。 + +この関数を使う前には、最初に以下のようなコマンドで `functions/time` プラグインを登録する必要があります: + +``` +plugin_register functions/time +``` + +#### `time_format_iso8601()`関数を追加` + +`time` 型の値をISO 8601形式で整形した結果を取得する機能が追加されました。 +新しい関数 `time_format_iso8601()` は `time` 型の値を唯一の引数として受け付け、その日時を `2018-07-29T23:59:59.999999+09:00` のようなISO 8601形式の文字列にして返します。 + +前項と同様、この関数を使うためには `functions/time` プラグインを登録する必要があります: + +### さいごに + +8.0.4からの詳細な変更点は[8.0.5リリース 2018-07-29](/ja/docs/news.html#release-8-0-5)を確認してください。 + +それでは、Groongaでガンガン検索してください! -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180725/bc64e052/attachment-0003.htm