|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -## Master |
| 5 | +## [0.7.0] - 2019-11-29 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +* Improve algorithm to detect separators. [#88][] by [@brain-geek][] |
| 10 | +* `to:` accepts anything that responds to `#call` (lambda, procs, |
| 11 | + classes etc). [#72][] by [@pcreux][] inspired by [#71][] by [@macfanatic][]. |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | +* `valid_header?` returns `false` when the CSV is malformed instead of |
| 16 | + raising an exception. [#85][] by [@mltsy][] |
| 17 | +* Header infos (ex: `extra_columns`) aren't discarded after running an |
| 18 | + import. [#83][] by [@mltsy][] |
6 | 19 |
|
7 |
| -* Improve algorithm to detect separators. #88 by @brain-geek |
8 | 20 |
|
9 | 21 | ## [0.6.0] - 2018-05-22
|
10 | 22 |
|
@@ -170,19 +182,27 @@ report object instead of raising an exception.
|
170 | 182 | * Initial Release
|
171 | 183 |
|
172 | 184 | <!--- The following link definition list is generated by PimpMyChangelog --->
|
173 |
| -[#26]: https://github.com/BrewhouseTeam/csv-importer/issues/26 |
174 |
| -[#38]: https://github.com/BrewhouseTeam/csv-importer/issues/38 |
175 |
| -[#47]: https://github.com/BrewhouseTeam/csv-importer/issues/47 |
176 |
| -[#52]: https://github.com/BrewhouseTeam/csv-importer/issues/52 |
177 |
| -[#63]: https://github.com/BrewhouseTeam/csv-importer/issues/63 |
178 |
| -[#68]: https://github.com/BrewhouseTeam/csv-importer/issues/68 |
179 |
| -[#69]: https://github.com/BrewhouseTeam/csv-importer/issues/69 |
180 |
| -[#73]: https://github.com/BrewhouseTeam/csv-importer/issues/73 |
| 185 | +[#26]: https://github.com/pcreux/csv-importer/issues/26 |
| 186 | +[#38]: https://github.com/pcreux/csv-importer/issues/38 |
| 187 | +[#47]: https://github.com/pcreux/csv-importer/issues/47 |
| 188 | +[#52]: https://github.com/pcreux/csv-importer/issues/52 |
| 189 | +[#63]: https://github.com/pcreux/csv-importer/issues/63 |
| 190 | +[#68]: https://github.com/pcreux/csv-importer/issues/68 |
| 191 | +[#69]: https://github.com/pcreux/csv-importer/issues/69 |
| 192 | +[#71]: https://github.com/pcreux/csv-importer/issues/71 |
| 193 | +[#72]: https://github.com/pcreux/csv-importer/issues/72 |
| 194 | +[#73]: https://github.com/pcreux/csv-importer/issues/73 |
| 195 | +[#83]: https://github.com/pcreux/csv-importer/issues/83 |
| 196 | +[#85]: https://github.com/pcreux/csv-importer/issues/85 |
| 197 | +[#88]: https://github.com/pcreux/csv-importer/issues/88 |
| 198 | +[@brain-geek]: https://github.com/brain-geek |
181 | 199 | [@danielweinmann]: https://github.com/danielweinmann
|
182 | 200 | [@egg-chicken]: https://github.com/egg-chicken
|
183 | 201 | [@fxgallego]: https://github.com/fxgallego
|
184 | 202 | [@macfanatic]: https://github.com/macfanatic
|
| 203 | +[@mltsy]: https://github.com/mltsy |
185 | 204 | [@paulodeleo]: https://github.com/paulodeleo
|
| 205 | +[@pcreux]: https://github.com/pcreux |
186 | 206 | [@pnomolos]: https://github.com/pnomolos
|
187 | 207 | [@shvetsovdm]: https://github.com/shvetsovdm
|
188 |
| -[@stas]: https://github.com/stas |
| 208 | +[@stas]: https://github.com/stas |
0 commit comments