All notable changes to this project will be documented in this file.
- Initial release
APIclassCircularCheckerclass
- A breaking issue with import statements
- Improvements
- README.md
CircularCheckerGroupclass- Updated README.md
- Added CHANGELOG.md
refesh_cache()andget_cache()methods toCircularCheckerGroupclass- More minor improvements
- Debug mode to
CircularCheckerGroupclass - Updated README.md
- A bug with
CircularCheckerGroupclass where debug being False would cause an error
refresh_db_con()method toCircularCheckerclass in hopes to fix a bug
- A bug with
CircularCheckerclass where the database connection would be closed after a while and would report 20 new circulars - Minor improvements
- SQL syntax error
- Dynamic categories support
cachedoption in latest circular
CircularCheckerclass now returns a sorted dict of new circulars
- Changed the param name of /search to
queryfromtitleto match API change
- Fixed dict key error in
CircularCheckerclass.
- The package now uses bpsapi.rajtech.me/latest/{category} instead of the params method for list and latest
- CircularChecker's false positives
- Pickle method for cache storage
- mysql method for cache storage
- A small bug which caused an error when
amountwasn't passed in list - Fixed type hints having
orinstead of |
- Many little improvements
- The package is now a folder instead of a single python file
- CircularChecker now caches only a single integer instead of all previous circulars
- CircularChecker now uses the new API endpoint for new circulars
- The ability to use list() latest() search() getpng() without creating an instance of API class