Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-19 | 3.1 kB | |
v0.7.0 source code.tar.gz | 2023-12-19 | 88.8 kB | |
v0.7.0 source code.zip | 2023-12-19 | 121.1 kB | |
Totals: 3 Items | 213.0 kB | 0 |
Highlights
This change focuses on cleaning up extraneous functionality and polishing the overall quality of the codebase. Some key changes in this release include: * Upgrade to Fresh 1.6 and taking advantage of partials in the dashboard and Tailwind * Remove notifications, comments and analytics functionality * New welcome page for helping the webmaster further setup their SaaSKit-based app * REST API documentation
What's Changed
Features
- feat: add cover image by @iuioiua in https://github.com/denoland/saaskit/pull/597
- feat: harden headers security by @Jabolol in https://github.com/denoland/saaskit/pull/592
- feat: welcome page by @iuioiua in https://github.com/denoland/saaskit/pull/622
Fixes
- fix: prevent homepage from crashing by @mbhrznr in https://github.com/denoland/saaskit/pull/583
- fix: prevent duplicate users in seed task by @digioak in https://github.com/denoland/saaskit/pull/589
- fix: redirect to home page after project created by @harshmangalam in https://github.com/denoland/saaskit/pull/587
- fix: account page spacing by @iuioiua in https://github.com/denoland/saaskit/pull/600
- fix: premium state in users table by @iuioiua in https://github.com/denoland/saaskit/pull/620
- fix: make
formatCurrency()
useen-US
locale by @iuioiua in https://github.com/denoland/saaskit/pull/635
Testing
- test: add
assertIsPrice()
test by @iuioiua in https://github.com/denoland/saaskit/pull/579 - test: add
POST /api/stripe-webhooks
tests by @iuioiua in https://github.com/denoland/saaskit/pull/581 - test: add further tests by @iuioiua in https://github.com/denoland/saaskit/pull/625
- test: further tidy e2e tests by @iuioiua in https://github.com/denoland/saaskit/pull/607
- test: add further auth related tests by @iuioiua in https://github.com/denoland/saaskit/pull/626
Documentation
- docs: rework features section by @iuioiua in https://github.com/denoland/saaskit/pull/604
- docs: initial REST API reference by @iuioiua in https://github.com/denoland/saaskit/pull/610
- docs: update deployment section of README by @lambtron in https://github.com/denoland/saaskit/pull/615
- docs: correct JSDoc snippets by @iuioiua in https://github.com/denoland/saaskit/pull/617
- docs: fix Discord link in README by @niranjan-kurhade in https://github.com/denoland/saaskit/pull/637
- docs: add database JSDocs by @iuioiua in https://github.com/denoland/saaskit/pull/578
New Contributors
- @digioak made their first contribution in https://github.com/denoland/saaskit/pull/589
- @harshmangalam made their first contribution in https://github.com/denoland/saaskit/pull/587
- @niranjan-kurhade made their first contribution in https://github.com/denoland/saaskit/pull/637
- @marvinhagemeister made their first contribution in https://github.com/denoland/saaskit/pull/643
- @deer made their first contribution in https://github.com/denoland/saaskit/pull/646
Full Changelog: https://github.com/denoland/saaskit/compare/v0.6.1...v0.7.0