Skip to content

Releases: joe-c00l-fitzy/clickpy

Super Factory Pattern

21 Oct 02:59
Compare
Choose a tag to compare
  • Implemented "Super Factory Pattern" for ClickStrategy creation.
  • Removed several redundant functions because of new factory pattern.

Major API Updates

21 Sep 22:47
Compare
Choose a tag to compare
  • Complete restructuring of API and files.
  • Implemented a second Clicking Strategy.
  • Tests are back up to 100% coverage.

Current Stable Version

09 Aug 21:37
Compare
Choose a tag to compare

Added things, removed things, idk. Low Energy release.

Simplified everything I could, used typer.app instead of decorator patterns.

Adjusted tests, and did other things too.

Updated documentation

06 Aug 04:08
Compare
Choose a tag to compare
Updated documentation Pre-release
Pre-release
0.5.2-alpha.0

additional change to contributing.md

Update author information and github urls.

06 Aug 01:23
Compare
Choose a tag to compare
0.5.1-alpha.0

updated package version

0.5.0-alpha.0

05 Aug 04:32
Compare
Choose a tag to compare
0.5.0-alpha.0 Pre-release
Pre-release
  • Implemented tox
  • Now supports python 3.6 - 3.9 (proven with tox)
  • Separated cli functions and main package functions

0.4.0-alpha.0

04 Aug 18:42
Compare
Choose a tag to compare
0.4.0-alpha.0 Pre-release
Pre-release
updated minor version to next prerelease, because of api changes.

Small updates

03 Aug 13:29
Compare
Choose a tag to compare
Small updates Pre-release
Pre-release
  • Migrated to Poetry from Pipenv
  • Removed automated dev scripts and placed them in README for now.
  • Renamed project from clicker to clickpy. clicker was already taken in PyPI, but clickpy is available.
  • Changed License from The Unlicensed to MIT License.

100% Code Coverage

03 Aug 02:22
Compare
Choose a tag to compare
100% Code Coverage Pre-release
Pre-release
0.1

sorted imports, and pytest skip because I can't get runpy.run_path wo…