Files
EasyDrop/CHANGELOG.md
2023-05-31 13:47:29 +02:00

27 lines
638 B
Markdown

# Changelog
## 0.2.0-SNAPSHOT
### Added
- EbayItemDataSource (#37)
### Changed
- AbstractDataSource between DataSource interface and implementations to minimize code duplication
- Affects AmazonProductDataSource and related tests (~ #39)
- Testing resources moved to more intuitive location
### Fixed
- Logback configuration is now linked correctly
## 0.1.0
### Added
- (DataSource) → AmazonProductDataSource as first external data source (#39)
- ProductDTO as data holder structure for data from external sources (~ #39)
- Config for credential, base URLs etc. (~ #39)
- FormattingUtil for formatting price strings (~ #39)