shaarli / netscape-bookmark-parser

PHP library to parse Netscape bookmark files
https://packagist.org/packages/shaarli/netscape-bookmark-parser
MIT License
22 stars 10 forks source link

Feature: support parsing tags containing whitespaces #59

Closed ArthurHoaro closed 4 years ago

ArthurHoaro commented 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