v3.1.0
Summary
This release corrects log filter regressions and issues where some types of match failed even though they should succeed. Additional minor improvements have been made too.
CHANGELOG
The Change Log below can be found in /CHANGES.md.
- Correct issue with log handlers not working via command line
- Extracted out log handling into seneca-log-filters for ease of reuse in custom loggers
- Replaced the default logger filter logic with seneca-log-filters
- Bumped patrun to correct incorrect matches with partial patterns due to missing catchall
- Added error handling example in docs/examples/error-handling.js.
- Changed boot log message from 'hello' to 'seneca-started'.
- Updated salestax examples to work correctly.
- Removed old legacy parsing handlers as they caused crashes
- Added testable transport links
Please visit http://senecajs.org/ for more information on support and how to contribute.