Releases: j4asper/dmr.py
Releases · j4asper/dmr.py
dmr.py - v1.1.3
- Updated dependencies
- Updated XPaths
Full Changelog: 1.1.2...1.1.3
dmr.py - v1.1.2
Added Python 3.12 Support
Dropped support for python 3.7
What's Changed
- Bump pydantic from 2.3.0 to 2.4.2 by @dependabot in #8
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #9
Full Changelog: 1.0.2...1.1.2
dmr.py - v1.0.2
- Added better type hinting
- Added Trailer as a VehicleType
- Made Insurance in the Vehicle model optional
- Added conversion class to convert to and from metric and imperial values, see code examples
- Some PEP8 improvements
- No breaking changes.
dmr.py - v1.0.1
Full Changelog: 1.0.0...1.0.1
dmr.py - v1.0.0
Breaking Changes:
The DMR object has been refactored, and now only contains class methods to scrape data and validate license plates. This means that this code is invalid now:
vehicle = DMR(license_plate).get_by_plate()
It should now be:
vehicle = DMR.get_by_plate(license_plate)
Same thing with get_by_plate_async
.
Models added
New models have now been added and can be viewed in this folder. The base class returned from the scraper is Vehicle, that includes all the other classes and enums in it's attributes.
What's Changed
- Bump pydantic from 2.1.1 to 2.2.1 by @dependabot in #4
- Bump pydantic from 2.2.1 to 2.3.0 by @dependabot in #5
- Merge v1.0.0 update by @j4asper in #6
New Contributors
- @dependabot made their first contribution in #4
- @j4asper made their first contribution in #6
Full Changelog: 0.0.9...1.0.0
dmr.py 0.0.9
Full Changelog: 0.0.8...0.0.9
DMR.py - Fixes and added support for python 3.11
Full Changelog: 0.0.7...0.0.8
dmr-py 0.0.7
Full Changelog: 0.0.6...0.0.7
dmr.py 0.0.6
Full Changelog: 0.0.5...0.0.6
dmr.py 0.0.5
Full Changelog: 0.0.4...0.0.5