Releases: simonw/datasette-publish-vercel
Releases · simonw/datasette-publish-vercel
0.9.1
- Fixed a bug with the
datasette publish now
alias for datasette publish vercel
. #31
0.9
- New
--setting
option for specifying Datasette settings, as a working alternative to --extra-options
. #30
0.8
- Implemented
--static
option. #4
- Fixed bug when passing a relative directory path to
--generate-dir
. #27
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
- Now compatible with (and requires) Datasette 0.44. #25
0.5.2
- Pin to Datasette pre-0.44 - it doesn't work with that release yet. #25
0.5.1
- Enable CORS headers on published apps. #24
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
- The
--token
option now works as documented. #19
0.4a
- 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