4.2.0
Changes:
- Drastically improved dump performance (#117)
- Added
where
parameter and deprecatedfilters
parameter (#116) - Write dump information and dump progress bar to stderr when verbose mode is enabled (#113)
- Better converter condition validation by using a php tokenizer (#114)
The filters
parameter is now deprecated. It will be removed in the next major version. Use the where
parameter instead to apply table filters (cf. documentation).