Skip to content

Releases: simonhamp/laravel-nova-csv-import

v0.7.2

15 Aug 03:09
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Build assets

Full Changelog: v0.7.1...v0.7.2

v0.7.1

15 Aug 02:53
4d75562
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

15 Aug 01:05
1887c6f
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.7...v0.7.0

v0.6.7

24 Apr 18:08
27da81d
Compare
Choose a tag to compare
v0.6.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

18 Apr 16:02
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release
  • Add GitHub Action to build dist assets
  • Latest dist assets generated

Full Changelog: v0.6.5...v0.6.6

v0.6.5

18 Apr 10:29
764a6b1
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.0

27 Apr 03:18
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's new

  • Modifiers! You can now add a number of modifiers to your field mappings which will adjust the value of the data as it's being imported. they are executed in the order defined and can easily be re-ordered via drag and drop (great for converting that wonky Excel date format to something useful)
  • Excel files can now be imported! If you have a multi-worksheet spreadsheet, this currently defaults to importing the first tab
  • Custom and meta values! Got a field on your resource that your import doesn't provide any data for? Maybe one of these custom values will fill the gap

What's changed

  • The configuration screen has had a bit of a facelift
  • Some minor bugs have been squished (soz li'l dudes!)

Full Changelog: v0.5.1...v0.6.0

v0.5.1

24 Apr 17:33
81a77cc
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Apr 17:27
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-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

v0.4.0

19 Apr 17:23
7d4511e
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.4.0