# Changelog ## [Unreleased](https://github.com/qoobaa/vcard/tree/HEAD) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.3.0...HEAD) ## [v0.3.0](https://github.com/qoobaa/vcard/tree/v0.3.0) (2020-11-20) **Closed issues:** - New release with ruby25 and ruby26 support [\#30](https://github.com/qoobaa/vcard/issues/30) **Merged pull requests:** - Add an `nl` option to encode\(\) and remove caching [\#35](https://github.com/qoobaa/vcard/pull/35) ([knu](https://github.com/knu)) - Use the default argument in encode\(\) [\#34](https://github.com/qoobaa/vcard/pull/34) ([knu](https://github.com/knu)) - Do not modify the fields argument in Vcard::Vcard.create\(\) [\#33](https://github.com/qoobaa/vcard/pull/33) ([knu](https://github.com/knu)) - Wrap lines exactly by a given width \(75 by default\) [\#32](https://github.com/qoobaa/vcard/pull/32) ([knu](https://github.com/knu)) ## [v0.2.16](https://github.com/qoobaa/vcard/tree/v0.2.16) (2019-12-01) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.15...v0.2.16) **Merged pull requests:** - Update supported ruby versions [\#31](https://github.com/qoobaa/vcard/pull/31) ([senzpo](https://github.com/senzpo)) ## [v0.2.15](https://github.com/qoobaa/vcard/tree/v0.2.15) (2016-12-01) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.14...v0.2.15) **Merged pull requests:** - Fix incorrect scope of Vcard.configure and Vcard.configuration methods [\#29](https://github.com/qoobaa/vcard/pull/29) ([solenko](https://github.com/solenko)) ## [v0.2.14](https://github.com/qoobaa/vcard/tree/v0.2.14) (2016-11-22) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.13...v0.2.14) **Closed issues:** - Method for releasing a new gem version [\#27](https://github.com/qoobaa/vcard/issues/27) **Merged pull requests:** - Allow to ignore invalid fields [\#28](https://github.com/qoobaa/vcard/pull/28) ([solenko](https://github.com/solenko)) ## [v0.2.13](https://github.com/qoobaa/vcard/tree/v0.2.13) (2016-09-23) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.12...v0.2.13) **Closed issues:** - vCard v2.1 ADR fields with quoted-printable encoding not decoded [\#22](https://github.com/qoobaa/vcard/issues/22) - License missing from gemspec [\#17](https://github.com/qoobaa/vcard/issues/17) **Merged pull requests:** - Fix tests [\#26](https://github.com/qoobaa/vcard/pull/26) ([brendon](https://github.com/brendon)) - Fix 2.2 2.3 & Remove 1.9.2 [\#25](https://github.com/qoobaa/vcard/pull/25) ([brendon](https://github.com/brendon)) - Fix travis bundler [\#24](https://github.com/qoobaa/vcard/pull/24) ([brendon](https://github.com/brendon)) - Add Ruby 2.x for testing [\#23](https://github.com/qoobaa/vcard/pull/23) ([brendon](https://github.com/brendon)) ## [v0.2.12](https://github.com/qoobaa/vcard/tree/v0.2.12) (2013-10-30) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.11...v0.2.12) **Merged pull requests:** - Add work-around for JRuby Regexp issue [\#20](https://github.com/qoobaa/vcard/pull/20) ([dgolombek](https://github.com/dgolombek)) - Change field's to accept symbols as values [\#19](https://github.com/qoobaa/vcard/pull/19) ([dgolombek](https://github.com/dgolombek)) ## [v0.2.11](https://github.com/qoobaa/vcard/tree/v0.2.11) (2013-10-02) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.10...v0.2.11) ## [v0.2.10](https://github.com/qoobaa/vcard/tree/v0.2.10) (2013-10-01) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.9...v0.2.10) ## [v0.2.9](https://github.com/qoobaa/vcard/tree/v0.2.9) (2013-09-27) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.8...v0.2.9) **Closed issues:** - Failing Tests [\#11](https://github.com/qoobaa/vcard/issues/11) **Merged pull requests:** - Fix decoding of multi-line quoted-printable fields [\#16](https://github.com/qoobaa/vcard/pull/16) ([dgolombek](https://github.com/dgolombek)) ## [v0.2.8](https://github.com/qoobaa/vcard/tree/v0.2.8) (2013-06-20) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.7...v0.2.8) ## [v0.2.7](https://github.com/qoobaa/vcard/tree/v0.2.7) (2013-06-20) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.6...v0.2.7) **Closed issues:** - Encoding line breaks for things like Address and Notes [\#9](https://github.com/qoobaa/vcard/issues/9) **Merged pull requests:** - Add back support for multiple ROLEs [\#15](https://github.com/qoobaa/vcard/pull/15) ([brendon](https://github.com/brendon)) ## [v0.2.6](https://github.com/qoobaa/vcard/tree/v0.2.6) (2013-06-19) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.5...v0.2.6) **Merged pull requests:** - Eliminate carriage returns when encoding text [\#14](https://github.com/qoobaa/vcard/pull/14) ([m1foley](https://github.com/m1foley)) ## [v0.2.5](https://github.com/qoobaa/vcard/tree/v0.2.5) (2013-06-19) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.4...v0.2.5) **Closed issues:** - Role is missing [\#8](https://github.com/qoobaa/vcard/issues/8) **Merged pull requests:** - Newlines bug [\#13](https://github.com/qoobaa/vcard/pull/13) ([brendon](https://github.com/brendon)) - ROLE can occur multiple times [\#12](https://github.com/qoobaa/vcard/pull/12) ([brendon](https://github.com/brendon)) ## [v0.2.4](https://github.com/qoobaa/vcard/tree/v0.2.4) (2013-06-18) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.3...v0.2.4) **Closed issues:** - Using Ruby 2.0 there is invalid multibyte escape error [\#6](https://github.com/qoobaa/vcard/issues/6) **Merged pull requests:** - Added native support for ROLE with escaping [\#10](https://github.com/qoobaa/vcard/pull/10) ([brendon](https://github.com/brendon)) ## [v0.2.3](https://github.com/qoobaa/vcard/tree/v0.2.3) (2013-01-31) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.2...v0.2.3) **Closed issues:** - Birthday decoding broken in 0.2.0 [\#4](https://github.com/qoobaa/vcard/issues/4) **Merged pull requests:** - Code patch to correct invalid multibyte escape [\#7](https://github.com/qoobaa/vcard/pull/7) ([seth-macpherson](https://github.com/seth-macpherson)) ## [v0.2.2](https://github.com/qoobaa/vcard/tree/v0.2.2) (2012-12-17) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.1...v0.2.2) **Merged pull requests:** - Regex refactor, includes date parsing fix [\#5](https://github.com/qoobaa/vcard/pull/5) ([m1foley](https://github.com/m1foley)) ## [v0.2.1](https://github.com/qoobaa/vcard/tree/v0.2.1) (2012-12-16) [Full Changelog](https://github.com/qoobaa/vcard/compare/v0.2.0...v0.2.1) **Merged pull requests:** - Fix wrong scope, add Travis [\#3](https://github.com/qoobaa/vcard/pull/3) ([rngtng](https://github.com/rngtng)) ## [v0.2.0](https://github.com/qoobaa/vcard/tree/v0.2.0) (2012-11-26) [Full Changelog](https://github.com/qoobaa/vcard/compare/46a2517b0f9bd073b00f233eeae6f106069ddce5...v0.2.0) **Closed issues:** - incompatible encoding regexp match \(ASCII-8BIT regexp with UTF-8 string\) [\#1](https://github.com/qoobaa/vcard/issues/1) **Merged pull requests:** - remove superfluous encoding detection, which errors with ruby-1.9 [\#2](https://github.com/qoobaa/vcard/pull/2) ([hannesm](https://github.com/hannesm))