Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Releases: poef/MetroJS

Minor enhancements

Choose a tag to compare

@poef poef released this 18 Feb 12:56

metro.request now infers request.body from specific object types, like FormData, ReadableStream, etc.
added sensible defaults for the oauth2 middleware

Workaround for Firefox request.body issue

Choose a tag to compare

@poef poef released this 08 Nov 10:26

Firefox incorrectly disallows access to Request.body, always returning 'undefined'. So this release adds a workaround in the proxy for Request.

Fixes dropped request params in the client (issue #2)

Choose a tag to compare

@poef poef released this 07 Nov 09:19
v0.2.1

bumped version

Improved middleware chaining

Pre-release

Choose a tag to compare

@poef poef released this 06 Nov 14:01
v0.2.0

correctly got access to /protected/, jay!

First experimental release

Pre-release

Choose a tag to compare

@poef poef released this 01 Nov 12:16
f488cc3
Update README.md

updated project stage to experimental