Releases: jerrythomas/kavach
Releases · jerrythomas/kavach
v1.0.0-next.27
🚀 Features
- Adapter now exposes a custom server actions object instead of the raw supabase client - by @jerrythomas (4e8a0)
- Improved tests and modified kavach to expose the adapter actions attribute instead of the client - by @jerrythomas (e8f1c)
- Added feature to get a contextual logger - by @jerrythomas (10613)
- Added an initial learning site, moved the supabase starter to sites - by @jerrythomas (0d1b3)
View changes on GitHub
v1.0.0-next.26
🚀 Features
- Revamped route management to treat endpoints and pages differently - by @jerrythomas (52ef4)
- Switched to revamped route management in deflector - by @jerrythomas (e1acb)
- Added support for handling nested routes and endpoints. Migrated sites to use new configurations. - by @jerrythomas (98065)
- Added tests to increase coverage. switched to istanbul for coverage - by @jerrythomas (a05ff)
- Corrected the way multi schema clients were being handled, added tests to cover all functions. - by @jerrythomas (2a423)
- Modified the way onAuthChange handles url errors - by @jerrythomas (ecc9c)
- Added mocks and tests for the adapter and log writer - by @jerrythomas (80832)
- Added support for handling url errors using auth status store. - by @jerrythomas (c4e96)
🐞 Bug Fixes
- Resolve issue #4 - by @jerrythomas in #4 (af2b9)
- Resolve issue #5 - by @jerrythomas in #5 (6ea03)
- Resolve issue #6 - by @jerrythomas in #6 (19f74)
- Resolve issue #7 - by @jerrythomas in #7 (cd76d)
- Resolve issue #8 - by @jerrythomas in #8 (e98aa)
- Replace var with let and const #9 - by @jerrythomas in #9 (32d8c)
- Resolve #10 - by @jerrythomas in #10 (1fd15)
- Resolve #11 - by @jerrythomas in #11 (9f0f8)
- Remove duplicate identity functions in tests - by @jerrythomas (7c438)
- Resolve #12 - by @jerrythomas in #12 (f1484)
- Resolve #13 - by @jerrythomas in #13 (18f11)
View changes on GitHub
v1.0.0-next.25
No significant changes
View changes on GitHub
v1.0.0-next.24
v1.0.0-next.23
v1.0.0-next.22
🚀 Features
- Added support for multiple schemas and default redirect - by @jerrythomas (e7755)
View changes on GitHub
v1.0.0-next.21
🐞 Bug Fixes
- Resolve issue with incorrect import from ramda - by @jerrythomas (c515e)
View changes on GitHub
v1.0.0-next.20
🚀 Features
- Set default value for key field - by @jerrythomas (052ad)
🐞 Bug Fixes
- Modified logger usage and removed dead code - by @jerrythomas (45576)
- Added missing redirectTo in auth provider - by @jerrythomas (eb5e2)
- Add missing profile scope - by @jerrythomas (c25d5)
View changes on GitHub
v1.0.0-next.19
No significant changes
View changes on GitHub
v1.0.0-next.18
🚀 Features
- Updated parse url function to handle supabase error message and updated icons. - by @jerrythomas (4a3aa)
🐞 Bug Fixes
- Resolve issue with azure authentication - by @jerrythomas (7a95a)