Releases: ixahmedxi/orbitkit
Releases · ixahmedxi/orbitkit
feat: adds `packages/api` for a tRPC api layer.
- creates a new
packages/api
package that hosts a tRPC api to be used for the web application. - renames the lucia auth
getSession
function toauth
and provides a new uncached version of it. - refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
getBaseUrl
util now returnswindow.location.origin
instead of an empty string when thewindow
object is notundefined
.
Playwright
This release contains the following changes:
- Adds
playwright
setup to the monorepo. - Updates dependencies to latest versions.
- Optimises the CI pipelines.
v0.1.2
In this version, orbitkit gets an additional application!
- Adds a docs app powered by Mintlify in
apps/docs
. - Moves Unkey namespace to become an environment variable.
- Makes Google & Github OAuth optional based on if the environment variables are set or not.
- Adds clearer docs on how to install and work with Orbitkit at https://orbitkit.mintlify.app/
v0.1.1
In this release, OrbitKit gets GitHub actions to automate tasks and provide checks 🚀
- When a PR is opened, a Neon DB branch is created and schema migrations are applied.
- When the PR is closed or merged, the Neon DB branch is destroyed.
- Every code change gets code quality and build checks.
V0.1.0
What's Changed
- Neon by @ixahmedxi in #2
- Storybook by @ixahmedxi in #3
- Astro by @ixahmedxi in #4
- trpc by @ixahmedxi in #5
- chore: add essential guides for open source project by @xMohamd in #26
- docs:enhance clone, use with name by @Mahmoudgalalz in #25
- fix(core): fixing cspell throwing error when 0 files by @imCorfitz in #28
- Feat/commitizen by @imCorfitz in #27
- chore(marketing): added a placeholder image to the marketing blog by @imCorfitz in #29
- Adding Changesets by @imCorfitz in #30
- docs: updating readme by @imCorfitz in #32
- feat(web): make unkey optional by @imCorfitz in #34
New Contributors
- @ixahmedxi made their first contribution in #2
- @xMohamd made their first contribution in #26
- @Mahmoudgalalz made their first contribution in #25
- @imCorfitz made their first contribution in #28
Full Changelog: https://github.com/ixahmedxi/orbitkit/commits/publish