v0.2.0
What's Changed
In this release, the demo app for Deno SaaSKit is now Deno Hunt (think Hackers News or Product Hunt, but for Deno). Share your coolest and juiciest Deno projects for the internet to see and explore what others have built! Also, we've transitioned to using Deno KV as the main data store. In the next release, we'll work towards having a more complete feature set, making current features more straightforward and increasing site reliability and modularity. Stay tuned! 🦕
-
feat: initial version of Deno Hunt and restructure by @iuioiua in #106
-
feat: redirect to item page after submission by @iuioiua in #147
-
fix/refactor: simplify db types and re-introduce
getOrCreateUser()
by @iuioiua in #139 -
refactor: remove
BASE_
prefix from constants names by @iuioiua in #121 -
refactor: move
STRIPE_PREMIUM_PLAN_PRICE_ID
to environmental variable by @iuioiua in #127 -
docs: add DENO_DEPLOYMENT_ID env variable by @cdoremus in #155
New Contributors
Full Changelog: v0.1.0...v0.2.0