Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-19 | 1.5 kB | |
v0.4.0 - Deno KV OAuth source code.tar.gz | 2023-06-19 | 111.8 kB | |
v0.4.0 - Deno KV OAuth source code.zip | 2023-06-19 | 137.5 kB | |
Totals: 3 Items | 250.9 kB | 0 |
Deno SaaSKit now has the desired features we'd like for v1. Now, we need to shift to polishing the codebase so that it's impressive enough, from a technical standpoint, for the v1 launch. Upcoming PRs should focus on the following: - Reducing code duplication - Improving testing - Cleaning up any unnecessary code or features - Improving web performance - Documenting code, design and features
Suggestions are also welcome! Check out the roadmap if you'd like to more.
What's Changed
- feat: integrate Deno KV OAuth by @iuioiua in https://github.com/denoland/saaskit/pull/252
- feat: pagination on the item page for comments + time-ago filter by @brunocorrea23 in https://github.com/denoland/saaskit/pull/257
- feat: redirect to referrer page after login by @huai-jie in https://github.com/denoland/saaskit/pull/249
- fix: charts not responsive by @huai-jie in https://github.com/denoland/saaskit/pull/259
- fix:
bigint
serialization error by @Jabolol in https://github.com/denoland/saaskit/pull/263 - docs: add Docker files by @lambtron in https://github.com/denoland/saaskit/pull/253
- chore: setup Codecov by @iuioiua in https://github.com/denoland/saaskit/pull/266
- chore: update
deno_kv_oauth
to 0.1.18-beta by @iuioiua in https://github.com/denoland/saaskit/pull/258
New Contributors
- @Jabolol made their first contribution in https://github.com/denoland/saaskit/pull/263
Full Changelog: https://github.com/denoland/saaskit/compare/v0.3.0...v0.4.0