# Changelog ## 0.2.0 - 2024-12-10 ### Added - Regex Night now supports multi-character escaped characters. - Regex Night now supports more group types. - The name of named groups are now highlighted in a different color. - `regexnight lint` now reports extra escapes. ### Fixed - `regexnight lint` no longer reports the root group as extra if it is a named or defines flags. - `regexnight lint` no longer reports a group as extra if it has a quantifier (#4). - Regexnight now properly handles non-ASCII characters (#3). ### Changed - Regex Night now uses different exit codes depending on the failure type (#6). ## 0.1.1 - 2024-11-21 ### Changed - Removed the `tree` command, replaced it with a `--tree` option for the `print` command. ## 0.1.0 - 2024-11-21 ### Added - First release.