Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed May 6, 2017
1 parent 4deb728 commit 34cace3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## v0.1.2
## v0.1.3

#### Fix
- features
- Added `find` method to find directly via idy returning `nil` when record is not found;
- Added `find!` method to find directly via idy raising error when record is not found.

- set options on a prefixed var to avoid conflict.
- bug fixes
- String that is integer like is not passed to original find method.

## v0.1.1
## v0.1.2

#### Fix
- bug fixes
- Set options on a prefixed var to avoid conflict.

- v0.1.0 had problem on `push`.
## v0.1.1

## v0.1.0
- bug fixes
- v0.1.0 had problem on `push`.

#### Feature
## v0.1.0

- First release.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
idy (0.1.2)
idy (0.1.3)
hashids (~> 1.0)
rails (>= 5, < 6)

Expand Down
2 changes: 1 addition & 1 deletion lib/idy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Idy
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'.freeze
end

0 comments on commit 34cace3

Please sign in to comment.