Skip to content

Releases: Belphemur/vue-json-csv

v2.1.0

28 Mar 02:07
Compare
Choose a tag to compare

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

27 Mar 18:26
Compare
Choose a tag to compare

2.0.0 (2022-03-27)

chore

  • Pipeline: Add github action code (072aba6)

BREAKING CHANGES

  • Pipeline: Moving to VueJS 3

v1.2.12

15 Dec 16:16
Compare
Choose a tag to compare

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

29 Mar 02:29
Compare
Choose a tag to compare

1.2.11 (2020-03-29)

Performance Improvements

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

v1.2.10

09 Jan 15:59
Compare
Choose a tag to compare

1.2.10 (2020-01-09)

Bug Fixes

v1.2.9

24 Oct 21:46
Compare
Choose a tag to compare

1.2.9 (2019-10-24)

Bug Fixes

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

v1.2.8

22 Aug 20:58
Compare
Choose a tag to compare

1.2.8 (2019-08-22)

Bug Fixes

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

v1.2.7

21 Aug 20:47
Compare
Choose a tag to compare

1.2.7 (2019-08-21)

Bug Fixes

  • Building: Fix building process (3479811)

v1.2.6

21 Aug 20:20
Compare
Choose a tag to compare

1.2.6 (2019-08-21)

Bug Fixes

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

v1.2.5

22 Jul 18:27
Compare
Choose a tag to compare

1.2.5 (2019-07-22)

Bug Fixes

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