Skip to content

Commit

Permalink
Merge pull request #61 from shaarli/changelog/v3.0.0
Browse files Browse the repository at this point in the history
CHANGELOG v3.0.0
  • Loading branch information
ArthurHoaro authored Nov 3, 2020
2 parents 9e81136 + 15e533e commit 43f924f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v3.0.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v3.0.0) - 2020-11-03

**Please read the changelog carefully, this is a major release, there are breaking changes.**

## Added
- Parsing now supports tags with multiple words separated by whitespaces.
- Official PHP compatibility with PHP 7.3, 7.4 and 8.0.
- Follow and enforce PSR-12 coding style

## Changed
- **Bookmark's tags now returns an array of tags instead of tags string separated by whitespaces.**

## Removed
- Drop support for PHP 5.6 and 7.0.

## [v2.2.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.2.0) - 2020-06-06
### Added
- Support Shaarli extended format: allow <a> tag in bookmark description
Expand Down

0 comments on commit 43f924f

Please sign in to comment.