Skip to content

Releases: swamphacks/core

api/v0.2.0

05 Sep 17:12
aadeb87

Choose a tag to compare

What's Changed

Full Changelog: api/v0.1.0...api/v0.2.0

web/v0.1.0

01 Jul 04:43
3261a0c

Choose a tag to compare

Release Notes

This is our first development release! Just a very small one mostly focused on setting the project up and the new authentication!

What's Changed

Setup frontend structure and libraries by @hieunguyent12 in #5
build: development dockerfile for web by @AlexanderWangY in #7
chore: added precommit hook to web on commit by @AlexanderWangY in #8
feat: add storybook and fix docker bug by @AlexanderWangY in #11
ci: add react component test worflow using vitest by @AlexanderWangY in #12
chore: update README with doc website URL by @AlexanderWangY in #13
feat: Added frontend OAuth & login page, documentation and imported Figma designs by @hieunguyent12 in #21
fix: refactored auth library code by @AlexanderWangY in #23
Fix/oauth tweaks by @AlexanderWangY in #24
feat: added useUser hook, not tested, hieu your turn! by @AlexanderWangY in #26
fix: simplified .env files by @h1divp in #27
chore:updated docs and env example files by @h1divp in #28 (partially frontend env but mostly docs)
fix: updated OAuth library code by @hieunguyent12 in #32
fix: fixed theme transition being applied incorrectly (TECH-132) by @hieunguyent12 in #38
feat: added generic badge component, event badge component, and icon wrapper by @hieunguyent12 in #39
fix: removed mounting empty node_modules in docker compose file by @AlexanderWangY in #41
feat: added openapi-typescript for type gen by @AlexanderWangY in #42
feat: new pr template by @AlexanderWangY in #43

New Contributors

Full Changelog: https://github.com/swamphacks/core/commits/web/v0.1.0

api/v0.1.0

01 Jul 04:46
3261a0c

Choose a tag to compare

What's Changed

build: add Docker compose and file for API development by @AlexanderWangY in #4
chore: add dependencies, configure db, migrations, and sqlc by @AlexanderWangY in #15
Added new documentation for installation and api yaml by @AlexanderWangY in #16
feat: add openapi swaggo generation to api by @AlexanderWangY in #17
fix: change docker compose to fit builds by @AlexanderWangY in #18
feature: API oauth callback for discord by @AlexanderWangY in #19
feat: event schema by @AlexanderWangY in #29
docs: update swagger docs to reflect current endpoints by @AlexanderWangY in #31
fix: add go mod download by @AlexanderWangY in #33
build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 in /apps/api by @dependabot in #34
TECH-104: fixed role check bug by @hugoliu-code in #35
feat: added openapi-typescript for type gen by @AlexanderWangY in #42
ref: change openapi yaml from swagger.yaml to core-api.yaml by @AlexanderWangY in #44
release: add versioning and random yaml file?? by @AlexanderWangY in #45

New Contributors

Full Changelog: https://github.com/swamphacks/core/commits/api/v0.1.0