ItzNotABug / appexpress

An express.js like framework for Appwrite Functions, enabling super-easy navigation!
Apache License 2.0
43 stars 4 forks source link

Release Preparation #30

Closed ItzNotABug closed 5 months ago

ItzNotABug commented 5 months ago

A lot of changes, a few minor, a few breaking, although all changes should be backwards compatible.


Features, Bug Fixes -

  1. Middleware now supports both incoming & outgoing req, res modifications
  2. Add log, error for compression handlers
  3. baseDirectory is now static i.e. AppExpress.baseDirectory for global availability
  4. Multiple extensions registration for a single view engine
  5. Allowing boolean in headers for outgoing responses
  6. More tests!
ItzNotABug commented 5 months ago

Live @ dev channel - https://appexpressdev.appwrite.global, seems to be stable.