0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Nazar Gargol 53abf79869 Removed format-csv module in favor of papaparse
no issue

- The aim was to extract format-csv to become an external dependency. After some analysis found out that native papaparse method `unparse` was achieving the same results with a lot better test coverage and stability. Because papaparse will become Ghost's default csv processor in near future decided to integrate papaparse instead of extracting module for the format-csv module's code, which would become redundant soon anyways.
- For reference papaparse will substitute current csv-parser lib because it's better performance and maturity.
- Performance comparison can be checked here - https://github.com/Keyang/csvbench#result . At the time of writing papaparse is rougly 40% faster than csv-parser
2020-06-09 15:23:15 +12:00
..
client@5d268bfe52 Updated Ghost-Admin to v3.18.1 2020-06-02 18:07:38 +01:00
frontend Change theme uploads to move & delete at end 2020-06-08 16:12:17 +01:00
server Removed format-csv module in favor of papaparse 2020-06-09 15:23:15 +12:00
shared Fixed handling non-Ghost errors in Sentry 2020-06-01 19:01:51 +01:00
index.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00