Skip to content

Releases: neurosnap/remix-middleware

remix-auth middleware

21 Jan 01:47
9374b09
Compare
Choose a tag to compare

We added some middleware to support remix-auth

Prevent server code from being added to browser bundle

20 Jan 15:26
e36fce1
Compare
Choose a tag to compare

When functions are called inside the module scope of a route that code will be incorporated into the browser bundle. This is an issue when the code is a loader or an action because those should only exist on the server.

A new API was created to prevent server code from being in the browser bundle.

use ctx.response

20 Jan 04:19
Compare
Choose a tag to compare
0.0.5

:bug: return ctx.response now

support for actions

20 Jan 04:16
f0fab8b
Compare
Choose a tag to compare
  • added support for actions
  • added new mdw.response api

use older target for typescript

20 Jan 03:05
65ad11c
Compare
Choose a tag to compare

add dist folder to npm package

20 Jan 03:02
471e62a
Compare
Choose a tag to compare
0.0.2

need npm ignore

initial release

20 Jan 02:57
2b939c1
Compare
Choose a tag to compare

This is an experimental library that I'd like to test out in remix apps