Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

52 lines (29 loc) · 1.19 KB

Changelog

0.2.6

  • Adds region support

0.2.5

  • Adds verbose flag to hide logs in production mode
  • Refactor FunctionsParser options to use named parameters

0.2.4

  • Adds the ability to pass middlewares to an endpoint

0.2.2

  • Makes EndpointOptions optional

0.2.1

  • Adds express-fileupload as an option that can be enabled per endpoint through EndpointOptions

0.2.0

  • Adds ParserOptions and EndpointOptions

0.1.5

  • Code clean up and build improvements

0.1.4

  • Adds a new shorthand recommended way to create RESTful endpoints
  • Adds shorthand way for exporting reactive functions
  • Adds some code chores. Improves the build time and package configs.
  • Updates readme to include detailed walk through of the package usage

0.1.3

  • Adds grouping by folder name

0.1.2

  • Adds recommended grouping boolean to FunctionParser constructor. This will allow the API's to be grouped under their intended resources as the structure recommends.

0.1.1

  • Changes Endpoint back into a class. We have to be able to construct a new one when creating a restful endpoint.
  • Updates readme installation instructions.

0.1.0 - Initial publish with package functionality