Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonhamp simonhamp released this 24 Apr 17:27
· 97 commits to main since this release
  • Refactored to use service container more
  • Added disk option to config allowing you to use any of your configured filesystems to store import data to
  • Moved config file and config name. Was nova-csv-importer (config/nova-csv-importer.php), now csv-import (config/csv-import.php),
    Use php artisan vendor:publish --provider=SimonHamp\\LaravelNovaCsvImport\\ToolServiceProvider to publish the new one (and feel free to delete the old one if you published it already)
  • Fix a problem with using the name map in JS objects
  • Validation rules now come through to the config screen - more to come on this, but for now there is a simple, subtle hint when a field is required
  • Various UI/UX quality of life improvements and fixes

Full Changelog: v0.4.0...v0.5.0