Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migration info loaders v4 #2908

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

birkskyum
Copy link
Contributor

@birkskyum birkskyum commented Mar 7, 2024

I don't know if this belong in /core or /csv, as I've only tried the v4 parse() with the CSVLoader, but I found this to be a breaking change when updating from v3 -> v4 that wasn't mentioned in the release notes which i think belongs there somewhere.

@@ -60,6 +60,7 @@ A major release that brings:
**@loaders.gl/csv**

- New [`CSVWriter`](/docs/modules/csv/api-reference/csv-writer) allows export of tables in CSV format.
- Migration: The promise of parse() now returns `{ shape: string; data: [] }` instead of `[]`, so you should add `.data` to get the records.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have an upgrade guide for this type of notes.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ibgreen ibgreen merged commit 78a7d82 into visgl:master Mar 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants