| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-14 | 314 Bytes | |
| v7.1.3 source code.tar.gz | 2025-09-14 | 223.7 kB | |
| v7.1.3 source code.zip | 2025-09-14 | 275.7 kB | |
| Totals: 3 Items | 499.8 kB | 0 | |
Bug fixes
- Fix
BaseError.normalize(error, NewErrorClass).erroris not converted toNewErrorClassif it is an instance of aBaseError's subclass. However,errorwas converted when it was an instance ofBaseErroritself, which was incorrect.