Sha256: 0b35cb865091008901420bb97323923b7d6181c8b9cce9ae69e02e5a9864d182

Contents?: true

Size: 986 Bytes

Versions: 1

Compression:

Stored size: 986 Bytes

Contents

## Unreleased

## 2.0.0 (2020-01-09)

### Breaking changes

* Chagne `Reader::Core#each` to return a receiver itself

### Changes

* Suppress warnings of keyword arguments in Ruby 2.7

### Misc

* Update gem metadata


## 1.0.0 (2019-05-29)

### Changes

* Drop Ruby 2.3 support

### Misc

* Introduce RuboCop Performance


## 0.2.0 (2018-09-19)

### Changes

* Drop Ruby 2.2 support
* Change `Reader::Builder#included` to private method

### Misc

* Fix rubocop offence


## 0.1.2 (2018-02-23)

### Changes

* Change `Row::Base` to an abstract class
* Add support Ruby v2.5
* Add file options to `Reader::Core#each`

### Misc

* Change to use `Hash#each_pair` instead of `Hash#each`


## 0.1.1 (2017-12-03)

### Changes

* Rename the accessor for raw data of row from `raw_data` to `_raw_data`
* Add support Ruby 2.2

### Bug fixes

* Fix typo of constant for default csv options

### Misc

* Support Rubocop v0.50.0 or later
* Introduce pry


## 0.1.0 (2017-11-30)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
recite_csv-2.0.0 CHANGELOG.md