Closed ArthurHoaro closed 4 years ago
Breaking change: netscape-bookmark-parser now returns an array of tags for each bookmark parsed, instead of a whitespace separated string.
The library will now accept tags containing a whitespace if tags are separated by commas instead of treating them as multiple tags.
All formats that we have in unit tests are using commas.
Fixes #56
Breaking change: netscape-bookmark-parser now returns an array of tags for each bookmark parsed, instead of a whitespace separated string.
The library will now accept tags containing a whitespace if tags are separated by commas instead of treating them as multiple tags.
All formats that we have in unit tests are using commas.
Fixes #56