Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-06 | 7.4 kB | |
v0.6.0 source code.tar.gz | 2023-08-06 | 53.0 kB | |
v0.6.0 source code.zip | 2023-08-06 | 84.8 kB | |
Totals: 3 Items | 145.2 kB | 0 |
What's Changed
Features
- feat:
deleteItem()
anddeleteComment()
by @iuioiua in https://github.com/denoland/saaskit/pull/306 - feat: pagination for authors page by @brunocorrea23 in https://github.com/denoland/saaskit/pull/322
- feat: notifications by @brunocorrea23 in https://github.com/denoland/saaskit/pull/321
- feat: replace custom chart island with
fresh_charts
by @mbhrznr in https://github.com/denoland/saaskit/pull/376 - feat: adding notification for new votes by @brunocorrea23 in https://github.com/denoland/saaskit/pull/350
- feat:
<Share />
by @iuioiua in https://github.com/denoland/saaskit/pull/402 - feat:
getToggledStyles()
by @iuioiua in https://github.com/denoland/saaskit/pull/363 - feat: stats behind auth by @brunocorrea23 in https://github.com/denoland/saaskit/pull/382
- feat:
<GitHubAvatarImg />
by @iuioiua in https://github.com/denoland/saaskit/pull/385 - feat: add RSS feed link to footer by @iuioiua in https://github.com/denoland/saaskit/pull/372
- feat: add GitHub profile to user's page by @niklasmtj in https://github.com/denoland/saaskit/pull/356
- feat:
ensureSignedInMiddleware()
by @iuioiua in https://github.com/denoland/saaskit/pull/390 - feat: users table by @iuioiua in https://github.com/denoland/saaskit/pull/396
Fixes
- fix: page input doesn't submit upon change by @iuioiua in https://github.com/denoland/saaskit/pull/308
- fix: remove deprecated
incrementAnalyticsMetricPerDay()
by @boscohyun in https://github.com/denoland/saaskit/pull/313 - fix: comment input width by @iuioiua in https://github.com/denoland/saaskit/pull/314
- fix(stats): populate empty chart axis by @mbhrznr in https://github.com/denoland/saaskit/pull/289
- fix: stats graphs on mobile screens by @iuioiua in https://github.com/denoland/saaskit/pull/319
- fix: stats graphs alignments by @iuioiua in https://github.com/denoland/saaskit/pull/320
- fix: Stripe types and checks by @nicu-chiciuc in https://github.com/denoland/saaskit/pull/264
- fix(frontend): redesign pricing by @hashrock in https://github.com/denoland/saaskit/pull/341
- fix: user link on pricing page by @brunocorrea23 in https://github.com/denoland/saaskit/pull/349
- fix: user triggers own notifications by @brunocorrea23 in https://github.com/denoland/saaskit/pull/352
- fix: correct description in README by @boscohyun in https://github.com/denoland/saaskit/pull/353
- fix: target
es2022
forChart.js
import and upgrade to v4.3.0 by @iuioiua in https://github.com/denoland/saaskit/pull/357 - fix: notification dot position by @brunocorrea23 in https://github.com/denoland/saaskit/pull/337
- fix: blog dark theme styling by @iuioiua in https://github.com/denoland/saaskit/pull/342
- fix: links do not have a discernible name by @iuioiua in https://github.com/denoland/saaskit/pull/331
- fix: avatar resolution by @brunocorrea23 in https://github.com/denoland/saaskit/pull/383
- fix: header breaks on mobile screens by @hashrock in https://github.com/denoland/saaskit/pull/374
- fix: feed and add test by @iuioiua in https://github.com/denoland/saaskit/pull/371
- fix: use TabsBar style at TimeSelector by @hashrock in https://github.com/denoland/saaskit/pull/406
- fix: add an empty state to the project list by @hashrock in https://github.com/denoland/saaskit/pull/405
- fix: notifications route by @iuioiua in https://github.com/denoland/saaskit/pull/392
Docs
- doc: add a link to auth setup guide by @hashrock in https://github.com/denoland/saaskit/pull/407
Refactors
- refactor: fresh coat of paint and visual cleanups by @iuioiua in https://github.com/denoland/saaskit/pull/311
- refactor: simplify analytics-KV data by @iuioiua in https://github.com/denoland/saaskit/pull/312
- refactor: analytics into atomic operations by @brunocorrea23 in https://github.com/denoland/saaskit/pull/296
- refactor: tweak visual design of
/stats
page by @iuioiua in https://github.com/denoland/saaskit/pull/316 - refactor: add top-margin to footer by @iuioiua in https://github.com/denoland/saaskit/pull/317
- refactor: move
incrVisitsCountByDay()
to site middleware by @iuioiua in https://github.com/denoland/saaskit/pull/318 - refactor: restructure components by @iuioiua in https://github.com/denoland/saaskit/pull/328
- refactor: cleanup middleware by @iuioiua in https://github.com/denoland/saaskit/pull/333
- refactor: simplify
<Meta />
by @iuioiua in https://github.com/denoland/saaskit/pull/334 - refactor: stats charts improvements and simplifications by @iuioiua in https://github.com/denoland/saaskit/pull/343
- refactor: add spice to submit buttons by @iuioiua in https://github.com/denoland/saaskit/pull/364
- refactor: remove use of
assertAlmostEquals()
by @iuioiua in https://github.com/denoland/saaskit/pull/362 - refactor: design and code cleanups by @iuioiua in https://github.com/denoland/saaskit/pull/365
- refactor: various visual improvements by @iuioiua in https://github.com/denoland/saaskit/pull/373
- refactor: re-introduce
<Head />
by @iuioiua in https://github.com/denoland/saaskit/pull/379 - refactor: rename user page param to
login
by @iuioiua in https://github.com/denoland/saaskit/pull/387 - refactor: move premium user badge by @iuioiua in https://github.com/denoland/saaskit/pull/388
- refactor: use
userLogin
property inComment
interface by @iuioiua in https://github.com/denoland/saaskit/pull/389 - refactor: restructure routes by @iuioiua in https://github.com/denoland/saaskit/pull/391
- refactor: redesign submit page by @iuioiua in https://github.com/denoland/saaskit/pull/395
- refactor: remove
notifications_by_time
key use by @iuioiua in https://github.com/denoland/saaskit/pull/394 - refactor: rework notifications pages by @iuioiua in https://github.com/denoland/saaskit/pull/393
- refactor: heading tweaks by @iuioiua in https://github.com/denoland/saaskit/pull/399
- refactor: remove
user.id
use and rework vote logic by @iuioiua in https://github.com/denoland/saaskit/pull/401 - refactor: improve
ifUserHasNotifications()
perf by @iuioiua in https://github.com/denoland/saaskit/pull/330
Tests
- tests(db): test
compareScore()
andgetAreVotedBySessionId()
by @niklasmtj in https://github.com/denoland/saaskit/pull/300 - test(http): basic endpoint tests by @mbhrznr in https://github.com/denoland/saaskit/pull/325
Chores
- chore: delete dummy data by @iuioiua in https://github.com/denoland/saaskit/pull/307
- chore: improve coverage around
voteCount
by @brunocorrea23 in https://github.com/denoland/saaskit/pull/310 - chore: exclude
cov/
from all checks by @iuioiua in https://github.com/denoland/saaskit/pull/332 - chore: cleanup KV by @iuioiua in https://github.com/denoland/saaskit/pull/361
- chore: parallel tests by @iuioiua in https://github.com/denoland/saaskit/pull/380
- chore: upgrade to Fresh v1.3 by @iuioiua in https://github.com/denoland/saaskit/pull/381
- chore: cleanup dummy data by @iuioiua in https://github.com/denoland/saaskit/pull/384
New Contributors
- @boscohyun made their first contribution in https://github.com/denoland/saaskit/pull/313
- @nicu-chiciuc made their first contribution in https://github.com/denoland/saaskit/pull/264
- @hashrock made their first contribution in https://github.com/denoland/saaskit/pull/341
Full Changelog: https://github.com/denoland/saaskit/compare/v0.5.0...v0.6.0