We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c880d6 commit 703ad54Copy full SHA for 703ad54
CHANGELOG.md
@@ -1,6 +1,12 @@
1
+## v1.5.0
2
+
3
+- Features:
4
+ - Filter `date` now supports call object that respond to `beginning_of_day` or `end_of_day`;
5
6
## v1.4.0
7
-- Adds `date` support for `Date` class.
8
9
+ - Adds `date` support for `Date` class.
10
11
## v1.3.0
12
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- normalizy (1.4.0)
+ normalizy (1.5.0)
activerecord (>= 4.1)
GEM
lib/normalizy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Normalizy
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
end
0 commit comments