#37 Added eBay Data Source + Docs

This commit is contained in:
Marvin Scham
2023-05-31 13:47:29 +02:00
parent 2f1bd4407c
commit 98d0ee1a8e
5 changed files with 121 additions and 6 deletions

View File

@@ -1,5 +1,21 @@
# 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