Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed May 22, 2024
1 parent b9594e2 commit 6ada19e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions waspc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog

<<<<<<< HEAD
=======

>>>>>>> f5d285d61 (Updates changelog)
## 0.14.0 (TBD)

### 🎉 New Features

- Simplified Auth User API: Introduced a simpler API for accessing user auth fields (for example `username`, `email`, `isEmailVerified`) directly on the `user` object, eliminating the need for helper functions.
<<<<<<< HEAD
- Improved API for calling Operations (Queries and Actions) directly.
=======
>>>>>>> f5d285d61 (Updates changelog)
- Auth Hooks: you can now hook into the auth process with `onBeforeSignup`, `onAfterSignup` hooks. You can also modify the OAuth redirect URL with `onBeforeOAuthRedirect` hook and get the provider token with `onAfterOAuthTokenReceived` hook.

```wasp
Expand Down

0 comments on commit 6ada19e

Please sign in to comment.