Skip to content

Latest commit

 

History

History
184 lines (96 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

184 lines (96 loc) · 7.25 KB

Changelog

Full Changelog

v0.3.0 (2020-11-20)

Closed issues:

  • New release with ruby25 and ruby26 support #30

Merged pull requests:

  • Add an nl option to encode() and remove caching #35 (knu)
  • Use the default argument in encode() #34 (knu)
  • Do not modify the fields argument in Vcard::Vcard.create() #33 (knu)
  • Wrap lines exactly by a given width (75 by default) #32 (knu)

v0.2.16 (2019-12-01)

Full Changelog

Merged pull requests:

  • Update supported ruby versions #31 (senzpo)

v0.2.15 (2016-12-01)

Full Changelog

Merged pull requests:

  • Fix incorrect scope of Vcard.configure and Vcard.configuration methods #29 (solenko)

v0.2.14 (2016-11-22)

Full Changelog

Closed issues:

  • Method for releasing a new gem version #27

Merged pull requests:

v0.2.13 (2016-09-23)

Full Changelog

Closed issues:

  • vCard v2.1 ADR fields with quoted-printable encoding not decoded #22
  • License missing from gemspec #17

Merged pull requests:

v0.2.12 (2013-10-30)

Full Changelog

Merged pull requests:

v0.2.11 (2013-10-02)

Full Changelog

v0.2.10 (2013-10-01)

Full Changelog

v0.2.9 (2013-09-27)

Full Changelog

Closed issues:

  • Failing Tests #11

Merged pull requests:

  • Fix decoding of multi-line quoted-printable fields #16 (dgolombek)

v0.2.8 (2013-06-20)

Full Changelog

v0.2.7 (2013-06-20)

Full Changelog

Closed issues:

  • Encoding line breaks for things like Address and Notes #9

Merged pull requests:

  • Add back support for multiple ROLEs #15 (brendon)

v0.2.6 (2013-06-19)

Full Changelog

Merged pull requests:

  • Eliminate carriage returns when encoding text #14 (m1foley)

v0.2.5 (2013-06-19)

Full Changelog

Closed issues:

  • Role is missing #8

Merged pull requests:

v0.2.4 (2013-06-18)

Full Changelog

Closed issues:

  • Using Ruby 2.0 there is invalid multibyte escape error #6

Merged pull requests:

  • Added native support for ROLE with escaping #10 (brendon)

v0.2.3 (2013-01-31)

Full Changelog

Closed issues:

  • Birthday decoding broken in 0.2.0 #4

Merged pull requests:

v0.2.2 (2012-12-17)

Full Changelog

Merged pull requests:

  • Regex refactor, includes date parsing fix #5 (m1foley)

v0.2.1 (2012-12-16)

Full Changelog

Merged pull requests:

  • Fix wrong scope, add Travis #3 (rngtng)

v0.2.0 (2012-11-26)

Full Changelog

Closed issues:

  • incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) #1

Merged pull requests:

  • remove superfluous encoding detection, which errors with ruby-1.9 #2 (hannesm)