v1.5.4
版本发布时间: 2017-06-11 23:05:22
lingochamp/FileDownloader最新发布版本:v1.7.5(2018-08-03 16:15:47)
Version 1.5.4
2017-06-11
New Interfaces
- Support customizing the download task identify generator through
IdGenerator
. Closes #224
Enhancement
- Improve Practicability: Decoupling the
FileDownloadDatabase
withFileDownloadModel
, letFileDownloadDatabase
only care about database operation. - Improve Practicability: Decoupling the database initial-maintain from the
FileDownloadDatabase
default implementation to let the customized database can be maintained.