Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
0.2.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Jul 22, 2018
1 parent 0fd70f3 commit 3dff24e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1 +1,14 @@
# CHANGELOG

## [0.2.0](https://github.com/kunicmarko20/importer/compare/0.1.0...0.2.0) - 2018-07-22
### Added
- Added `Importer::withAdditionalData` that allows you to pass any additional data
to your import configuration
- `Importer::import` now throws exception if ImportConfiguration is not provided.

### Changed
- `KunicMarko\Importer\Import` has been renamed to `KunicMarko\Importer\ImportConfiguration`.
- `Importer::useImportClass` has been renamed to `Importer::useImportConfiguration`.
- `BeforeImport::before` now accepts second parameter `$additionalData`.
- `ImportConfiguration::map` now accepts second parameter `$additionalData`.
- `ImportConfiguration::save` now accepts second parameter `$additionalData`.

0 comments on commit 3dff24e

Please sign in to comment.