All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Craft 5 support
- Craft 4 support
- Support for formatting cell values
- Fixes PHP deprecation notice
- Updated
mk-j/php_xlsxwriter
to ^0.38.0
- Added BOM sequence to improve interoperability with programs interacting with CSV, like Microsoft Excel. (#13)
- Fixed error when trying to download export for a user without access to the CP
- Added route so Beam can be used in the control panel
- Fixed exception when league/csv 8.x is installed
- Changed league/csv dependency to not conflict with Feed Me
- Added an model and template methods to make it easier to add content and change config on the fly, in loops etc.
- The template syntax is now more flexible and easier to work with (this is a breaking change)
- Output will now be written to a temporary file, and the browser will redirect to another url for downloading. This gets rid of the problems with possible whitespace being included in the CSV.
- Initial release