Skip to content

Commit

Permalink
Refs #00000 - Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronransley committed Nov 4, 2020
1 parent 7484437 commit 6a485f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v1.2.0] - 11-4-2020
### Added
- Added ability to remove default request and error middleware handlers. Use the `skipRequestMiddlewareHandler` and `skipErrorMiddlewareHandler` to skip the registration of these.
- Added ability to avoid filesystem access in non-filesystem based logging setups using `autoCreateLogPath` and `useDefaultLogger` options. See README.md (usage items #3 and #4) for changes.
- Added ability to avoid filesystem access in non-filesystem based logging setups using `autoCreateLogPath` and `useDefaultLogger` options. Documented in README.md (usage items #3 and #4).
- Example in your apps `nuxt.config.js`:
```js
// ...
Expand All @@ -30,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
}
// ...
```
- Added ability to remove default request and error middleware handlers. Use the `skipRequestMiddlewareHandler` and `skipErrorMiddlewareHandler` options to skip the registration of these. Documented in README.md.

### Changed
- Updated README w/ information on new features
Expand Down

0 comments on commit 6a485f6

Please sign in to comment.