Skip to content

Releases: Belphemur/vue-json-csv

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 02:07

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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 18:26

2.0.0 (2022-03-27)

chore

  • Pipeline: Add github action code (072aba6)

BREAKING CHANGES

  • Pipeline: Moving to VueJS 3

v1.2.12

Choose a tag to compare

@Belphemur Belphemur released this 15 Dec 16:16

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

Choose a tag to compare

@Belphemur Belphemur released this 29 Mar 02:29

1.2.11 (2020-03-29)

Performance Improvements

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

v1.2.10

Choose a tag to compare

@Belphemur Belphemur released this 09 Jan 15:59

1.2.10 (2020-01-09)

Bug Fixes

v1.2.9

Choose a tag to compare

@Belphemur Belphemur released this 24 Oct 21:46

1.2.9 (2019-10-24)

Bug Fixes

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

v1.2.8

Choose a tag to compare

@Belphemur Belphemur released this 22 Aug 20:58

1.2.8 (2019-08-22)

Bug Fixes

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

v1.2.7

Choose a tag to compare

@Belphemur Belphemur released this 21 Aug 20:47

1.2.7 (2019-08-21)

Bug Fixes

  • Building: Fix building process (3479811)

v1.2.6

Choose a tag to compare

@Belphemur Belphemur released this 21 Aug 20:20

1.2.6 (2019-08-21)

Bug Fixes

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

v1.2.5

Choose a tag to compare

@Belphemur Belphemur released this 22 Jul 18:27

1.2.5 (2019-07-22)

Bug Fixes

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