Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and actions-user committed Dec 22, 2021
1 parent 96379e3 commit 010a553
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 @@ -6,31 +6,46 @@ All Notable changes to `yaml-front-matter` will be documented in this file

- Support Symfony 6

**Full Changelog**: https://github.com/spatie/yaml-front-matter/compare/2.0.5...2.0.6

## 2.0.6 - 2021-12-22

- Support Symfony 6

## 2.0.5 - 2019-12-02

- Allow Symfony 5 (#20)

## 2.0.4 - 2019-09-12

- Remove `illuminate/support` dependency

## 2.0.3 - 2019-09-04

- Allow `illuminate/support:^6.0`

## 2.0.2 - 2018-02-23

- Fix for documents with no newline after front matter

## 2.0.1 - 2017-09-04

- Fix for documents with empty front matter

## 2.0.0 - 2017-08-21

- Renamed `Parser` class to `YamlFrontMatter`
- `parse` and `parseFile` are now static methods
- `Document` now has a `__get` implementation for retrieving front matter

## 1.1.0 - 2017-07-12

- Added `parseFile`

## 1.0.1 - 2016-01-27

- Parser regex improvements

## 1.0.0 - 2016-01-14

- First release

0 comments on commit 010a553

Please sign in to comment.