1.2.1 • Published 5 years ago
@robng/web-api v1.2.1
Changelog
1.2.1
- Get route config from exports.default (fallback to exports) for both ES6 and CommonJS support
- Add .npmignore
1.2.0
- Routes will now be created from a configurable object instead of being inferred.
1.1.6
- ignore any non-js files for automatic route setup
1.1.5
- use bodyParser.json() instead of bodyParser()
- remove queue auto setup
- remove need for a "methods" object on endpoints
1.1.4
- bugfix: express didnt get the correct config values
- removed command for easier publishing
1.1.3
- fix small error
- add publish command for easier publishing
1.1.2
- update paths to endpoints, queues
- update express static path
1.1.0
- added basic configurability (use
bootstrapper.useConfig
)
1.0.0
- published