Releases: Belphemur/vue-json-csv
Releases · Belphemur/vue-json-csv
v2.1.0
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.0.0 (2022-03-27)
chore
- Pipeline: Add github action code (072aba6)
BREAKING CHANGES
- Pipeline: Moving to VueJS 3
v1.2.12
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
1.2.11 (2020-03-29)
Performance Improvements
- bundle: re-organization of imports, remove import all from lodash (4da565b)
v1.2.9
1.2.9 (2019-10-24)
Bug Fixes
- JsonCSV: remove spread operator that fails on edge 18 (746b9fd)
v1.2.8
1.2.8 (2019-08-22)
Bug Fixes
- Building: Use Vue Cli to build the library (a9c2694), closes #27
v1.2.7
1.2.7 (2019-08-21)
Bug Fixes
- Building: Fix building process (3479811)
v1.2.6
1.2.6 (2019-08-21)
Bug Fixes
- Encoding: Fix utf8 encoding problems. (30d685d), closes #23
v1.2.5
1.2.5 (2019-07-22)
Bug Fixes
- Lodash: Fixes the potential security vulnerability from the lodash (3f98437)