Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 692 Bytes

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 692 Bytes

Changelog

All notable changes to simple-excel will be documented in this file

1.7.1 - 2020-09-08

  • allow Laravel 8

1.7.0 - 2020-08-19

  • make addRows chainable

1.6.0 - 2020-07-16

  • add addRows

1.5.0 - 2020-07-01

  • wrong tag, please ignore

1.4.0 - 2020-04-15

  • Add useDelmiter method for SimpleExcelWriter (#25)

1.3.1 - 2019-02-17

  • Fix columns being returned in the wrong order

1.3.0 - 2019-01-02

  • drop support for PHP 7.3

1.2.2 - 2019-11-29

  • make sure streamDownload does not create a file

1.2.0 - 2019-11-29

  • add streamDownload and toBrowser

1.1.0 - 2019-10-27

  • add getPath

1.0.0 - 2019-10-26

  • initial release