Releases: denvudd/wishpicks-fullstack
Releases · denvudd/wishpicks-fullstack
Release v1.1.1
Bug Fixes
- exclude migrations from ruff and sync package-lock (
a96ce89) - add optional chaining to IntersectionObserver callback in multiple sections (
382cd15)
Features
- add Nuxt preparation step to CI workflow, fixed ruff errors (
5ca58d2) - added husky pre-commit with api and web linting (
de86620) - implement saved wishlists and copied items endpoints (
9a0cca1) - implement saved wishlists and copy item features with UI enhancements (
9cd37b7) - add wish items manual reorder usin drag & drop (
31a6246) - implement user reservations listing and enhance reservation management features (
0a08563) - add image dimensions to wish items and update masonry grid (
5688121) - integrate local storage for wishlist layout preference (
0136882)
Refactor
- remove unused wishlist sections from profile page (
de061a2)
Release v1.1.0
Bug Fixes
- added redis null check in OTP verification and email functions (
78dd43b)
Features
- implemented OTP email verification with Resend (
865cc0f) - implemented email verification using OTP (
63b3bef) - add user profile endpoints and centralize auth cookie helpers (
60aabb0) - user profile page, app layout, migration for nuxt/ui & nuxt, username generation (
b09fc1b) - implement wishlist invites feature with email notifications (
4dfbcf7) - implement wishlist management UI with CRUD functionality and responsive design (
7b9072e) - implemented wish item management with price range, notes, and tags (
177b88e) - implemented CRUDs for wish items, share and priority features (
752cacc) - added filters for wishlist items, added store domains (
720d5c2) - implement wish item filtering with reservation, fulfillment, priority, and store options (
2f177c4) - implement reservation system with create, cancel, and fulfill functionalities (
4ffc74e) - implement image upload functionality to Cloudinary with validation and response handling (
1f5235c) - implement user settings page with avatar upload & profile editing (
b353903) - add image URL validation for wish items (
65b203c) - enhance item components with image upload and display functionality (
757d74e) - add images field to wish items with validation for HTTP URLs and limit to five images (
ba4d2cf) - integrate drag-and-drop functionality for wish item images and update priority emojis (
13cbfc9) - add URL parsing endpoint to extract wish item fields (
b85d480) - implement URL parsing in item entry modal and enhance form handling (
a5b1e17)
Refactor
- improve item card and detail modal layout, enhance filter functionality (
7cc740e)
Release v1.0.0
Features
- project setup (
88f313a) - implemented basic jwt authorization and related logic (
407aa7d) - implemented authorization and all related logic (
e130012) - implemented design system, created landing page (
57b59e6) - added google oauth endpoints (
fd8aad4) - implemented google oauth method (
8468b0f)