Skip to content

Releases: zmoog/refurbished

v0.11.0

31 Oct 18:19
Compare
Choose a tag to compare

What's Changed

Features

  • Add CSV output option by @zmoog in #98
  • Text output format now use tables build using Rich by @zmoog in #101

Chores

Full Changelog: v0.10.0...v0.11.0

v0.10.0

16 Oct 22:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

15 Oct 07:36
Compare
Choose a tag to compare

What's Changed

Features

  • Add --format option with support for text, json, and ndjson 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

  • Pin GitHub Action release version by @zmoog in #94

Chores

New Contributors

Full Changelog: v0.8.0...v0.9.2

v0.8.0

19 Jul 22:58
77b8e6b
Compare
Choose a tag to compare

What's Changed

  • Update product parser for the US store by @zmoog in #83
  • Add workflow to release on PyPI by @zmoog in #84

New Contributors

Full Changelog: v0.7.0...v0.8.0

Add family (mac, ipad, etc) to the product model

17 Mar 06:00
a36fbbb
Compare
Choose a tag to compare

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

30 Dec 11:42
dc88ac9
Compare
Choose a tag to compare
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

25 Aug 06:48
033ab3c
Compare
Choose a tag to compare
Product URL Pre-release
Pre-release

This new release add the following changes:

  • #18 Add product URL support
  • Updates dependencies

v0.2.0-pre

21 Jul 10:45
acda1c6
Compare
Choose a tag to compare
v0.2.0-pre Pre-release
Pre-release
Add setup.py to allow installs as dependency

v0.1.0: Bump flake8 from 3.7.9 to 3.8.3 (#12)

21 Jul 10:35
f7328c4
Compare
Choose a tag to compare
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>