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

0.2.0 #2

Merged
merged 1 commit into from
Jul 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.