Skip to content

Releases: juniper-garden/express-js-mod

Send Resource via router!

18 Jun 00:40
372b3cb
Compare
Choose a tag to compare

Users can now send resources via the sendResource method!

More Updates: See notes

06 Jun 18:43
efbf840
Compare
Choose a tag to compare

Fixes #2

Freezes various objects where applicable.
Switches from plain js objects to Map where applicable, for better memory performance/gc.
Starts the process of setting up body parsers for various content types.
Handles issue of returning response correctly.
Brings in the x.d.ts file from moddablejs
Adds better manifest support from issue #2 , so it's more inline with other modules.

Initial Release

05 Jun 22:42
Compare
Choose a tag to compare

Works for get routes responding with a status and a json body. Super young. Use at own risk.