Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Releases: datasette/datasette-paste

0.1a5

06 Apr 16:25
b2f4503

Choose a tag to compare

0.1a5 Pre-release
Pre-release

0.1a4

29 Mar 21:30
b16ded3

Choose a tag to compare

0.1a4 Pre-release
Pre-release
  • Users can now open text/CSV/JSON/etc files or drag and drop them onto the textarea to populate it with their contents. #11

0.1a3

20 Mar 22:53
76d4d43

Choose a tag to compare

0.1a3 Pre-release
Pre-release
  • Send POST data to the server with a maximum of 5 concurrent requests. #9
  • Run CSV parser in a web worker and show an activity indicator. #10

0.1a2

20 Mar 01:11
5122278

Choose a tag to compare

0.1a2 Pre-release
Pre-release
  • Now displays a table previewing the first 100 rows to be imported. #3
  • Supports import of pasted JSON - an array of objects, or an object where one of the keys holds an array of objects. #6

0.1a1

20 Mar 00:03

Choose a tag to compare

0.1a1 Pre-release
Pre-release
  • Initial preview release. Adds a database action item "Create table with pasted data" which allows users to paste in TSV or CSV data to create a new table. #1