💥 Breaking Changes
* Removed a method of Detect to create the CSV row; From now on, use `validb.csvmapping.DetectionCsvMapping`.
* Renamed class `Row` to `DetectedVariables`; Accordingly, the argument names of functions implemented in Detected, Rule, and Embedder have been changed.
🐛 Bug Fix
* Fixed a bug where higher level anomalies were put off and not detected when the detection limit was exceeded.
✨ New Feature
* You can use custom DetectionCsvMapping, which create CSV rows according the detections; This means that you can customize the CSV columns.
* Variables at the time of detection can be used in the CSV output, as well as variables embedded by Embedder.
**Full Changelog**: https://github.com/unaguna/validb/compare/v0.0.3...v0.0.5