- Errlop now supports any input for itself and its parent, including objects with `message`, `exitCode`, `code`, `level`, etc properties. Parents that are not an `Errlop` or `Error` instance will become an `Errlop` instance.
- `isErrlop` and the new `isError` static methods now conform to type predicates, this enables typed conditional filtering.
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)