This changelog references the relevant changes (bug and security fixes) done
- Added: `app:stats' command to get the number of articles in the database
- Modified: use
hash
instead oflink
field as index inarticles
table - Added: support for wp-json plugin via
WordPressJson
class - Added:
getPagination
method toSource
abstract class - Added:
--parallel
option toapp:crawl
command to crawl multiple pages in parallel - Added:
app:update
command to update the database with the latest articles - Added:
$sep
parameter toDateRange::from
method - Added: support for mysql database
- Added: export to csv feature
- Removed:
--filename
option fromapp:crawl
command
- Added: '--page' option to 'app:crawl' command
- Added: '--date' option to 'app:crawl' command
- Added: notification by email when the crawl is finished
- Initial release