Release 1.1.0
- ETL class is not abstract and should not be subclassed
- ETL class has now a transformation attribute that points to a Transformation class,
where data from the extractor are transformed in order to be fed into the loader.
The transformation's
transform
method replaces the ETL one. Backcompatibilty is endured.