Skip to content

2.0.0

Compare
Choose a tag to compare
@jhermsmeier jhermsmeier released this 28 Jun 09:21
· 48 commits to master since this release
v2.0.0
8b2838e

Features:

  • BREAKING: Default .parse() behavior to.parseMultiple(), always parsing all vcard objects from an input, returning an Array
  • BREAKING: Removed .parseMultiple() in favor of .parse()

Documentation:

  • Updated documentation & fixed typo in README (@ajmas)

Maintenance:

  • Updated .npmignore
  • Bumped node versions in .travis.yml
  • Updated mocha from 3.2.0 to 3.4.2