All notable changes to sheets
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #78
Full Changelog: https://github.com/spatie/sheets/compare/1.11.1...1.12.0
- Change convertToHtml() to convert() because convertToHtml() has been deprecated since commonmark 2.2. by @emergencyreports in #77
- @emergencyreports made their first contribution in #77
Full Changelog: https://github.com/spatie/sheets/compare/1.11.0...1.11.1
- Update Default Sheet Class Path by @akr4m in #72
- Update README.md by @fsamapoor in #73
- Allow Symfony 7.x by @thecaliskan in #74
- @akr4m made their first contribution in #72
- @fsamapoor made their first contribution in #73
- @thecaliskan made their first contribution in #74
Full Changelog: https://github.com/spatie/sheets/compare/1.10.0...1.11.0
- Laravel 10.x Compatibility by @laravel-shift in #71
- @laravel-shift made their first contribution in #71
Full Changelog: https://github.com/spatie/sheets/compare/1.9.2...1.10.0
Full Changelog: https://github.com/spatie/sheets/compare/1.9.1...1.9.2
- Update composer.json by @vladunguru in #68
- @vladunguru made their first contribution in #68
Full Changelog: https://github.com/spatie/sheets/compare/1.9.0...1.9.1
- Add support for Laravel 9 by @mbabker in #69
- @mbabker made their first contribution in #69
Full Changelog: https://github.com/spatie/sheets/compare/1.8.1...1.9.0
- fix registration problem
- Add PHP 8.1 Support by @patinthehat in #66
- @patinthehat made their first contribution in #66
Full Changelog: https://github.com/spatie/sheets/compare/1.7.2...1.7.3
- add support for PHP 8
- add support for Laravel 8
- allow to directly pass the collection name into sheets()
- Improve CommonMark interface bindings
- Add Laravel 7 support
- Add support for JSON and YAML files with
JsonParser
andYamlParser
- Fixed
Str
import for Laravel 6
- Add support for Laravel 6.0
- Allow
league/commonmark
versions 0.19 and 1.0
- Add support for Laravel 5.8
- Allow latest
league/commonmark
version
- Add support for Laravel 5.7
- Implement
Arrayable
,Jsonable
&JsonSerializable
on theSheet
class
- Implement
ArrayAccess
on theSheet
class
- First release