Vue Json Csv Versions Save

VueJS component to export Json Data into CSV file and download the resulting file.

v2.1.0

2 years ago

2.1.0 (2022-03-28)

Bug Fixes

  • mime: set the proper mime to the file (ca1ffa2)

Features

  • TypeScript: Add support for typescript (2bf6363), closes #53

Performance Improvements

  • TypeScript: Use typescript under the hood (2f105b2)

v2.0.0

2 years ago

2.0.0 (2022-03-27)

chore

  • Pipeline: Add github action code (072aba6)

BREAKING CHANGES

  • Pipeline: Moving to VueJS 3

v1.2.12

3 years ago

1.2.12 (2020-12-15)

Bug Fixes

  • Babel: use @vue/cli-plugin-babel/preset for proper cross browser transpilation with babel (088b995)

v1.2.11

4 years ago

1.2.11 (2020-03-29)

Performance Improvements

  • bundle: re-organization of imports, remove import all from lodash (4da565b)

v1.2.10

4 years ago

1.2.10 (2020-01-09)

Bug Fixes

v1.2.9

4 years ago

1.2.9 (2019-10-24)

Bug Fixes

  • JsonCSV: remove spread operator that fails on edge 18 (746b9fd)

v1.2.8

4 years ago

1.2.8 (2019-08-22)

Bug Fixes

  • Building: Use Vue Cli to build the library (a9c2694), closes #27

v1.2.7

4 years ago

1.2.7 (2019-08-21)

Bug Fixes

  • Building: Fix building process (3479811)

v1.2.6

4 years ago

1.2.6 (2019-08-21)

Bug Fixes

  • Encoding: Fix utf8 encoding problems. (30d685d), closes #23

v1.2.5

4 years ago

1.2.5 (2019-07-22)

Bug Fixes

  • Lodash: Fixes the potential security vulnerability from the lodash (3f98437)