[Groonga-commit] ranguba/groonga-client-model at 62207c7 [master] Add 1.0.1 entry

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Thu Mar 9 15:08:51 JST 2017


Kouhei Sutou	2017-03-09 15:08:51 +0900 (Thu, 09 Mar 2017)

  New Revision: 62207c7cfdf6ecd36d32404950219be296b8f9c3
  https://github.com/ranguba/groonga-client-model/commit/62207c7cfdf6ecd36d32404950219be296b8f9c3

  Message:
    Add 1.0.1 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+30 -0)
===================================================================
--- doc/text/news.md    2017-03-09 13:42:49 +0900 (7901c40)
+++ doc/text/news.md    2017-03-09 15:08:51 +0900 (28b0db8)
@@ -1,5 +1,35 @@
 # NEWS
 
+## 1.0.1 - 2016-03-09
+
+### Improvements
+
+  * Supported migration: The following tasks are available:
+
+    * `groonga:migrate`: migrates the Groonga database to the latest schema.
+
+    * `groonga:migrate:rollback`: rollbacks the last migration.
+
+    * `groonga:migrate:redo`: rollbacks the last migration and
+      re-applies the last migration.
+
+  * Supported auto timestamp columns (`created_at`, `created_on`,
+    `updated_at` and `updated_on`) update.
+
+  * {GroongaClientModel::Record#find}: Supported record object.
+
+  * Added model generator.
+
+  * Added migration generator.
+
+  * {GroongaClientModel::Record}: Supported auto predicate method
+    generation for `Bool` type columns.
+
+### Fixes
+
+  * Fixed a bug that groonga-client-model is the default ORM even when
+    Active Record is enabled.
+
 ## 1.0.0 - 2016-02-07
 
 ### Fixes
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index