Skip to content

Releases: simonw/datasette-publish-vercel

0.9.1

28 Dec 19:39
Compare
Choose a tag to compare
  • Fixed a bug with the datasette publish now alias for datasette publish vercel. #31

0.9

14 Dec 04:03
Compare
Choose a tag to compare
0.9
  • New --setting option for specifying Datasette settings, as a working alternative to --extra-options. #30

0.8

17 Aug 23:35
ee96798
Compare
Choose a tag to compare
0.8
  • Implemented --static option. #4
  • Fixed bug when passing a relative directory path to --generate-dir. #27

0.7

31 Jul 16:53
06b09f4
Compare
Choose a tag to compare
0.7
  • Renamed this package to datasette-publish-vercel #26
  • You can now run datasette publish vercel ... - though datasette publish now ... still works as an alias

0.6

18 Jun 15:12
Compare
Choose a tag to compare
0.6
  • Now compatible with (and requires) Datasette 0.44. #25

0.5.2

15 Jun 00:42
bb54999
Compare
Choose a tag to compare
  • Pin to Datasette pre-0.44 - it doesn't work with that release yet. #25

0.5.1

07 May 03:01
Compare
Choose a tag to compare
  • Enable CORS headers on published apps. #24

0.5

22 Apr 04:37
Compare
Choose a tag to compare
0.5
  • First non-alpha release
  • Publish command is now datasette publish now, not datasette publish now2
  • Zeit is now called Vercel

0.4.1a

19 Apr 12:04
Compare
Choose a tag to compare
  • The --token option now works as documented. #19

0.4a

09 Apr 05:13
Compare
Choose a tag to compare
  • New --generate-dir option for generating a Now app in a specified directory without immediately deploying it. #18
  • Now installs pysqlite3-binary which provides SQLite 3.31.1 (a major upgrade from 3.7.17, bundled by Amazon Lambda) - this means FTS5 and json1 are both now available. #17