Skip to content

Latest commit

 

History

History
188 lines (100 loc) · 4.72 KB

CHANGELOG.md

File metadata and controls

188 lines (100 loc) · 4.72 KB

Change Log

[3.1.0] - 2024-01-06

Added

  • Ability to add title at top of the csv #386

[3.0.0] - 2023-10-29

Fixed

  • Ability to specify column order for arrays of data #375

[2.9.1] - 2023-04-07

Fixed

  • Fix passing props #347

[2.9.0] - 2022-11-18

Changed

  • Fix sourcemaps #321
  • Handle error and empty data #322

[2.8.0] - 2022-04-22

Changed

  • Removed tslint, added eslint #313
  • Installs without error with React 18
  • Also fixes error when data is null or undefined

[2.7.1] - 2021-12-15

Added

  • Loosen supported npm version #301

[2.7.0] - 2021-07-09

Added

  • adds support for sep meta instruction #265
  • Making engine less restrictive #267

[2.6.0] - 2021-07-03

Added

  • add support to async datas resolution #259
  • Prettier config #260
  • Exporting toCsv function #261
  • Nulls and undefineds should be converted to empty strings #262

[2.5.0] - 2021-06-19

Added

  • Add disabled option #252

[2.4.0] - 2021-05-16

Changed

  • Proper main/module resolution, using es2015 target #245

[2.3.0] - 2021-05-16

Added

  • Optional extension #244

[2.2.0] - 2020-10-26

Added

  • Support for React v17 #215

[2.1.0] - 2020-09-16

Added

  • Passing props to children #206

[2.0.2] - 2020-08-03

Fixed

  • Fix processing empty data #195

[2.0.1] - 2020-08-03

Fixed

  • Fix processing chunks #194

[2.0.0] - 2020-07-16

Breaking changes

  • Async processing with splitting to chunks #187

    csv function is now async and contents of CSV file are generated asynchronously

[1.9.0] - 2020-07-16

Added

  • Option for new line at end of file #185

[1.8.0] - 2020-04-23

Changed

  • Compiling as commonjs #165

[1.7.0] - 2020-04-23

Changed

  • Compute data on click #163

[1.6.0] - 2020-03-27

Added

  • Rewritten in Typescript #123

[1.5.0] - 2019-12-17

Added

  • Add functionality to wrap column value with any character #138

[1.4.0] - 2019-10-04

Changed

  • Refactoring code, removing deprecated componentWillReceiveProps and computing csv when needed #121

[1.3.0] - 2019-10-03

Changed

  • Using file-saver for cross-browser support of saving files #120

[1.2.0] - 2019-10-03

Changed

  • dependencies and dev dependencies
  • create-react-app for example #119

[1.1.0] - 2019-01-23

Fixed

  • Changing BOM to \ufeff #72

[1.0.0] - 2019-01-11

Changed

  • Fixed up click event for mozilla (Using MouseEvent) #66
  • Upgraded dependencies, example fixes, peerDependencies #67

[0.2.0] - 2018-09-04

Changed

  • Use Blob instead of Data URI to support large file downloads #1
  • Updated dependencies and rewritten tooling

[0.1.1] - 2016-05-03

Fixed

  • license name in package.json
  • dependencies and dev dependencies

[0.1.0] - 2016-02-06

Added

  • Initial commit