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