Sha256: c318cf46a6eae99f5d7a7c9968ee3ff7f2977178b880df5bc207b0fd281bd8fe

Contents?: true

Size: 585 Bytes

Versions: 2

Compression:

Stored size: 585 Bytes

Contents

## 1.1.4 - 2020-01-08
* make internal methods private

## 1.1.3 - 2020-01-02
* Bug Fixes

## 1.1.2 - 2020-01-02

### Improvements

* Now fetch_where supports string queries, for eg. 
```ruby
  User.fetch_where("first_name = ?", "John")
``` 

## 1.1.1 - 2019-12-30

### Bugfixes

* Fix tiny column's configuration not working when used in multiple classes. 


## 1.0.3 - 2019-06-08

### Improvements
  * Added fetch_where which can be used as :
  ```ruby
    User.fetch_where(city: "london", with: [:first_name, :last_name])
  ```
  to get fetch records with their first and last name.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tiny-record-1.2.0 CHANGELOG.md
tiny-record-1.1.4 CHANGELOG.md