Releases: zmoog/refurbished
Releases · zmoog/refurbished
v0.11.0
v0.10.0
v0.9.2
What's Changed
Features
- Add
--format
option with support fortext
,json
, andndjson
output formats by @zmoog in #93 - Add
--max-price
and--max-previous-price
options by @zmoog in #92 - Add Dockerfile for Docker support by @Firefishy in #79
Fixes
Chores
- Bump pytest from 7.1.2 to 7.1.3 by @dependabot in #90
- Bump flake8 from 4.0.1 to 5.0.4 by @dependabot in #88
- Bump black from 22.6.0 to 22.10.0 by @dependabot in #91
- Bump requests from 2.27.1 to 2.28.1 by @dependabot in #82
- Bump black from 22.1.0 to 22.6.0 by @dependabot in #81
- Bump pytest from 7.1.1 to 7.1.2 by @dependabot in #77
- Bump click from 8.0.4 to 8.1.3 by @dependabot in #78
- Bump beautifulsoup4 from 4.10.0 to 4.11.1 by @dependabot in #76
New Contributors
- @Firefishy made their first contribution in #79
Full Changelog: v0.8.0...v0.9.2
v0.8.0
Add family (mac, ipad, etc) to the product model
Add family (mac, ipad, etc) to the product model.
Bump version to v0.7.0.
Not every store supports every product family.
We might end up in a situation where “watches”
supported by the library, but they are available
for sale in the US store, but not in the IT one.
For this case, we add a new ProductNotFoundError
exception.
What's Changed
Full Changelog: v0.6.0...v0.7.0
CLI and PyPI
Publish on PyPI (#37) * Rename bin script * Install bin script from pypi * Update README with example and contributors * Small improvement * Put more emphasis on the CLI usage * Bump version to 0.5.0
Product URL
This new release add the following changes:
- #18 Add product URL support
- Updates dependencies
v0.2.0-pre
Add setup.py to allow installs as dependency
v0.1.0: Bump flake8 from 3.7.9 to 3.8.3 (#12)
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>