Releases: niledatabase/nile-js
Releases · niledatabase/nile-js
v5.3.1
What's Changed
- updated publish config for elysia package by @TheMichio in #1011
- chore(deps): bump glob from 11.0.3 to 11.1.0 by @dependabot[bot] in #998
- chore(deps): bump body-parser from 2.2.0 to 2.2.1 by @dependabot[bot] in #1002
- chore(deps): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #1006
- chore(deps-dev): bump storybook from 8.6.14 to 8.6.15 by @dependabot[bot] in #1004
- chore(deps): bump next from 15.5.2 to 15.5.9 by @dependabot[bot] in #1009
- fix(elysia): better bun support by @jrea in #1013
- chore: external contributors? by @jrea in #1014
- fix(elysia): def request body usage, real elysia plugin by @jrea in #1015
New Contributors
- @TheMichio made their first contribution in #1011
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- chore(deps): bump next from 15.4.2 to 15.4.7 by @dependabot[bot] in #993
- feat(elysia): add support for elysia by @jrea in #1010
Full Changelog: v5.2.0...v5.3.0
v5.2.0
v5.1.0
v5.0.3
What's Changed
- chore(deps): bump validator from 13.15.15 to 13.15.20 by @dependabot[bot] in #994
- fix(server): sync the context all the time from extensions by @jrea in #999
Full Changelog: v5.0.2...v5.0.3
v5.0.2
v5.0.1
v5.0.0
What's Changed
- chore: fix deps by @jrea in #930
- chore: remove unused size-limit by @jrea in #931
- chore: security updates by @jrea in #932
- fix(react): clean up userinfo error by @gwenshap in #944
- feat(server)!: remove auto configure by @jrea in #953
- Revert "feat(server)!: remove auto configure" by @jrea in #955
- fix(server): update Server, move Auth under Server by @jrea in #958
- feat: reset password by @jrea in #924
- feat(client): remove web, make client by @jrea in #960
- fix(server): forgot password by @jrea in #961
- Jrea/fixes by @jrea in #962
- fix(nextjs): build and export correctly by @jrea in #963
- fix(server): move logging to the config object by @jrea in #964
- fix(server): update request params from context mutation by @jrea in #965
- fix(server): preserve initial headers when making context requests by @jrea in #966
- Jrea/fixes by @jrea in #967
- Fix signIn helper name by @jrea in #968
- Fix getSession binding in sync by @jrea in #969
- Add JSDoc comments for Auth class by @jrea in #971
- Add JSDoc to users module by @jrea in #970
- Improve NileConfig inline docs by @jrea in #972
- fix(server): add better extensions by @jrea in #973
- chore: add missing files for new packages by @jrea in #974
- chore(react): move @niledatabase/client to a peer dep by @jrea in #975
- fix(server): better types, peer deps by @jrea in #976
- chore: fix alpha dep by @jrea in #977
- fix(server): better types by @jrea in #978
- fix(client): split forgotPassword and resetPassword by @jrea in #979
- fix(nextjs): update onResponse to handle cookies by @jrea in #980
- fix(nitro): get nitro to work by @jrea in #982
- chore: add nextjs-kitchensink by @jrea in #981
- chore: deploy nextjs kitchensink by @jrea in #983
- chore: add yarnpath by @jrea in #984
- fix(server): a race condition by @jrea in #985
- fix(server): pass valid sign in to context server side by @jrea in #986
- fix(server): factor in context header for origin by @jrea in #987
- fix(server): use the last used context for db queries by @jrea in #988
- chore: fix ddl callback on google by @jrea in #989
- feat(server): support a function as the first param withContext by @jrea in #990
- fix(server): make nile.query and nile.db.query proxy for context by @jrea in #991
Full Changelog: v4.2.0...v5.0.0
v4.2.0
What's Changed
- feat(server): allow id to be passed in server side tenant creation by @jrea in #936
- fix(server): support Record<string, string> in setContext by @jrea in #937
- fix(server): set context better for stateful requests by @jrea in #946
- fix(react): redirect on sign up correctly by @jrea in #949
- Jrea/939 by @jrea in #950
- fix(server): update context response by @jrea in #951
- Jrea/939 by @jrea in #952
Full Changelog: v4.1.3...v4.2.0