This releases fixes a ton of obscure bugs including one where if you pass a event with string contents and you haven't defined a type, the event won't be expandable.
- Fixed events not being expandable if type isn't defined(type is string by default if not specified)
- Fixed some console.log errors in the frontend
- Fixed minor session and push registration bugs
- Fixed a push subscription bug where after login, push notifications won't work(you'll need to refresh the page to make it work, making it a PITA on PWA to setup notifications)
- Increased session timeout to 30 days by default(previously, session expiry wasn't honored at all)
- Enhanced playground's UI and added PHP code examples, added notify and test toggles, and minor UI edits.