- Makes
EndpointOptions
optional
- Adds
express-fileupload
as an option that can be enabled per endpoint throughEndpointOptions
- Adds
ParserOptions
andEndpointOptions
- Code clean up and build improvements
- 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
- Adds grouping by folder name
- Adds recommended grouping boolean to
FunctionParser
constructor. This will allow the API's to be grouped under their intended resources as the structure recommends.
- 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.