-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- We've condensed all the vCard parsers so that BaseVcardParser handles all the cases (vCard 2.1, 3.0, 4.0, and 5.0). This is necessary to make Card instances more secure. This is a breaking change involving the card parsers. The only thing remaining is to get rid of an extra step to get all the cards. This way, we would have internalized the card parsers, which were initially reserved for internal use, and we would have made it one-step to getting an array of Cards. --- Type: imp Breaking: True Doc Required: True Part: 1/1
- Loading branch information
Showing
54 changed files
with
4,843 additions
and
7,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.