1.0.0
BREAKING CHANGES
data/config.py
has been replaced by data/config.yaml
. Please use data/config.yaml as an example to set your values before running the program.
What's Changed
- refactor: config.py file by @danimart1991 in #5
- Bug/no text message by @hectorzin in #4
- doc: updating features by @hectorzin in #3
- doc: update README.md config and use by @danimart1991 in #6
- feat: add logging by @danimart1991 in #12
- feat: add initial testing by @danimart1991 in #13
- fix: update without user causes exception by @danimart1991 in #16
- Feat/aliexpress_api by @hectorzin in #14
- feat: Configuration in yaml format by @hectorzin in #19
- feat: Allowing not to remove user messages by @hectorzin in #20
- test&bugs: exhaustive tests and bugs solved by @hectorzin in #21
- refactor: all code. move to object oriented project. by @hectorzin in #22
Full Changelog: 0.1.0...1.0.0