- Add
frozen_string_literal: true
. - Fix internal hash key for building sql.
- Just rebuild gem file to fix file permission.
- Fix parsing literals which contains a logical operator. (#7 by scambra)
- Force text search for activerecord's serialized column.
- Fix to support array of columns.
- Support searching with associations.
- Change module name.
- Support operators: "NOT", "&", "|".
- First release.