Skip to content

Tags: denoland/saaskit

Tags

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update coverage tools (#647)

This change takes advantage of the latest coverage tools released in
[v1.39](https://deno.com/blog/v1.39).

v0.6.1

update readme

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: remove `user.id` use and rework vote logic (#401)

Vote logic was challenging to deal with, hence the rework. The most
involved part of this PR is the migration script. In summary:
* All notifications will be deleted, which, IMO, is ok.
* User entries are untouched.
* Items and votes entries are migrated according to their new respective
interfaces.

Reviews, please pay close attention to the migration script. It aims to
preserve item, vote and user data. This script has worked multiple times
on my local machine, but I still want it checked carefully. To test:
1. On the main branch, run `deno task db:reset` and then `deno task
db:seed`.
2. Run `deno task start`, sign in, vote and comment on random items,
noting the changes.
3. Switch to this branch and run `deno run -A --unstable
tools/migrate_kv.ts`.
4. Run `deno task start` and ensure all data is preserved.

Please review, if willing and able, @brunocorrea23 and @mbhrznr.

Closes #400

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: redirect to https://hunt.deno.land (#305)

* feat: redirect to new host

* better

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: setup Codecov (#266)

* chore: setup Codecov

* fix

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: dark mode (#219)

* feat(WIP): dark mode

* feat: dark mode

* feat: hover styles + fmt

* Update utils/constants.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #164 from denoland/refactor-use-of-getAllItems

refactor: use of `getAllItems()`

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #100 from denoland/docs-remove-architecture-section

docs: remove "Architecture" section