Skip to content

Releases: kravetsone/elysia-react-router

v0.1.0

06 Jan 13:27
Compare
Choose a tag to compare

feat: add React Router support and deprecate remix function in favor of reactRouter

chore: update lockfile

Merge branch 'main' of https://github.com/kravetsone/elysia-remix

chore: mention that remix will be reworked instead of deletion (#12)

chore: configure dual publishing of react-router and remix

chore: update README to elysia-react-router

chore: use codemod remix/2/react-router/upgrade for example

chore: type fixes

chore: update example to re4act router

chore: update README

chore: support re-exports

chore: add default re-export changes

chore: update example

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.1.0

v0.0.4

12 Nov 22:55
Compare
Choose a tag to compare

fix: genius wrong cicd

chore: oh

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Nov 22:36
Compare
Choose a tag to compare

Clone request in dev

chore: use joinPosix (#8)

chore: use joinPosix (#8)

chore: use watch mode at example

Merge branch 'main' into patch-1

Merge pull request #10 from cortopy/patch-1Fix issue with ReadableStream

chore: use bun publish

chore: bumps

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 Oct 20:26
810465d
Compare
Choose a tag to compare

chore: remove notice about connect bug

chore: bump

chore: name function for https://elysiajs.com/blog/elysia-11.html#opentelemetry

fix: change directory import for remix example

chore: add vite generated timestamps to example .gitignore

fix: resolve infinite loop with native vite hmr and bun watch flag mix

Merge pull request #2 from dy0gu/mainfix: solve oversights in example project

Add fix for static assets in production and fixed connect middleware

Remove unused dependencies

Merge pull request #7 from wingleeio/fix-static-assets-and-connect-middlewareAdd fix for static assets in production and fixed connect middleware

Bump

What's Changed

  • fix: solve oversights in example project by @dy0gu in #2
  • Add fix for static assets in production and fixed connect middleware by @wingleeio in #7

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Jul 20:01
Compare
Choose a tag to compare

chore: implement MVP

chore: add simple vite example

feat: add plugin options

chore: configure static plugin (but elysiajs/elysia#739)

chore: some example improves

chore: move example from vite to /

chore: improve README

chore: improve example

feat: add GetLoadContext option

chore: add GetLoadContext to example

chore: configure package

chore: add CICD to publish

chore: some fixes at example

chore: add links to repo

chore: add license

chore: fix typo

chore: add info about elysia-connect-middleware bug

chore: fix type error

Full Changelog: https://github.com/kravetsone/elysia-remix/commits/v0.0.1