- Released: 2023-10-24
- Summary:
- Remove dead code
- Rename `CiscoRange().compressed_str` to `CiscoRange().as_compressed_str()`
- Add new `CiscoInterface()` object in `ciscoconfparse.ccp_util.py`
- Add many enhancements to `CiscoRange()` and modify unit-tests accordingly
- Many changes to `IPv4Obj()`, including changing the default empty value from "0.0.0.1" and adding an explicit empty attribute
- Add `loguru.logger.catch()` in various places
- Add more unit-tests
- Rename a method
- Add read_only parameter, ref: Github Issue 281
- Add a new `.pylintrc` file