Skip to content

Latest commit

 

History

History
284 lines (174 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

284 lines (174 loc) · 11.6 KB

Changelog

v1.8.1 - 2024-04-07

What's Changed

Finally fixed League CSV change (since v9.12) bug🎉

  • Bump nick-fields/retry from 2 to 3 by @dependabot in #82
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #83
  • Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #84
  • Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #85
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #86
  • Bump express from 4.18.2 to 4.19.2 by @dependabot in #87
  • Update Branch by @askdkc in #88
  • League Csv Update by @askdkc in #81

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.8.0...v1.8.1

v1.8.0 - 2024-01-15

What's Changed

Drop support for PHP 8.0

  • Bump actions/checkout from 3 to 4 by @dependabot in #73
  • Bump postcss from 8.4.20 to 8.4.31 by @dependabot in #74
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #75
  • Bump @babel/traverse from 7.20.10 to 7.23.2 by @dependabot in #76
  • Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #77
  • Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #78
  • League CSV versioning fix by @askdkc in #79

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.7.1...v1.8.0

v1.7.1 - 2023-09-09

What's Changed

Add PHP 8.3 Support

  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #69
  • Support PHP 8.3 by @askdkc in #71

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.7.0...v1.7.1

v1.7.0 - 2023-06-21

What's Changed

Added a new configuration option for CSV delimiter

A new setting set_delimiter has been introduced, allowing users to specify a different delimiter for CSV files, such as ;. By default, , is the delimiter. / CSVで,以外のセパレータ;とかを自由に設定で指定出来るようになったよ👍

PRs:

  • add set_delimiter by @algomera in #66
  • Update README to explain new feature by @askdkc in #67

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.6.2...v1.7.0

v1.6.2 - 2023-06-15

What's Changed

  • Add issue template by @askdkc in #52
  • fix typo by @askdkc in #53
  • Update composer.json by @askdkc in #54
  • Add phpunit ver 10 by @askdkc in #55
  • Update composer.json by @askdkc in #56
  • Add GitHub permission by @askdkc in #57
  • Update phpunit.xml.dist by @askdkc in #58
  • Update .gitignore by @askdkc in #59
  • Bump webpack from 5.75.0 to 5.76.1 by @dependabot in #60
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #62
  • Round Rect by @askdkc in #61
  • Add ci option to PEST by @askdkc in #63
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #64
  • add emit to CsvImporter for data passing by @algomera in #65

New Contributors

  • @algomera made their first contribution in #65

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.6.1...v1.6.2

v1.6.1 - 2023-01-30

What's Changed

  • Update composer.json by @askdkc in #49
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #50
  • Add UPSERT note to readme by @askdkc in #51

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.6.0...v1.6.1

v1.6.0 - 2023-01-16

What's Changed

Added Support for Laravel 10 🎉

  • Add Support for Laravel 10 by @askdkc in #48

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.5.1...v1.6.0

v1.5.1 - 2023-01-16

What's Changed

  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #46
  • Fix to load translation from package by @askdkc in #47

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.5.0...v1.5.1

v1.5.0 - 2023-01-09

What's Changed

  • Update README-ja.md by @askdkc in #41
  • Fix Test1 by @askdkc in #42
  • Fix Test2 by @askdkc in #43
  • Fix Test3 by @askdkc in #44
  • Fix setup command by @askdkc in #45

Now installing Japanese Translation files are optional.

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.4.1...v1.5.0

v1.4.1 - 2022-12-28

What's Changed

  • Add updates by @askdkc in #40
  • Update Japanese Translation
  • Add Pre-build Components Style
  • Removed Unused Parts from Test
  • Adjust Dark Mode Style

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.4.0...v1.4.1

v1.4.0 - 2022-12-22

What's Changed

  • Fix readme by @askdkc in #36
  • Add PHP 8.2 Test Support by @askdkc in #37
  • Add Dark Mode 🌃 by @askdkc in #39

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.3.1...v1.4.0

v1.3.1 - 2022-12-19

What's Changed

  • Add Drop Table to migration file by @askdkc in #35

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.3.0...v1.3.1

v1.3.0 - 2022-12-17

What's Changed

  • Add TSV mime type support for upload file by @askdkc in #33
  • Now Csv Import Component can accept upsert columns as a parameter by @askdkc in #34

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.2.0...v1.3.0

v1.2.0 - 2022-12-11

What's Changed

  • Bump ramsey/composer-install from 1 to 2 by @dependabot in #29
  • Add TSV support by @askdkc in #30
  • Fix to scroll when upload csv that has many items by @askdkc in #31
  • Update SetUp command by @askdkc in #32

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.1.5...v1.2.0

v1.1.5 - 2022-11-18

What's Changed

  • Update ja.json to add more Japanese Translations by @askdkc in #27
  • Fix some minor issues and improved handling CSV import by @askdkc in #28

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.1.4...v1.1.5

v1.1.4 - 2022-11-16

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #24
  • Add japanese translation by @askdkc in #26

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.1.3...v1.1.4

v1.1.3 - 2022-11-06

What's Changed

  • Fix SetUp command not publishing some lang files and Add Tests by @askdkc in #23

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.1.2...v1.1.3

v1.1.2 - 2022-10-30

What's Changed

  • Add php 8.2 support for test by @askdkc in #21
  • Change PHP Support Ver from 8.1 to 8.0.2 by @askdkc in #22

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.1.1...v1.1.2

v1.1.1 - 2022-10-24

What's Changed

  • Changed Gimme Star Message by @askdkc in #19
  • Added demo gif file by @askdkc in #20

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.1.0...v1.1.1

v1.1.0 - 2022-10-22

New Feature

Set Up command has been added

Now you can use setup command to smoothly publish package migration files and validation error message file of which translated in Japanese

What's Changed

  • Added script for better test by @askdkc in #15
  • This PR adds Setup Command for easy package setup by @askdkc in #16
  • Fixed validation messages by @askdkc in #17
  • Readme update: Include Setup Command by @askdkc in #18

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.0.5...v1.1.0

v1.0.5 - 2022-10-18

What's Changed

  • Create LICENSE by @askdkc in #11
  • Bump actions/checkout from 2 to 3 by @dependabot in #12
  • Add fix for phpstan collection type check by @askdkc in #13
  • Update README-ja.md by @askdkc in #14

New Contributors

  • @dependabot made their first contribution in #12

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.0.4...v1.0.5

v1.0.4 - 2022-10-17

What's Changed

  • Fixed phpstan error by @askdkc in #8
  • Update LivewireCsvServiceProvider.php by @askdkc in #7
  • Fixed phpstan errors by @askdkc in #9
  • Added how to change menu lang to Japanese by @askdkc in #10

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.0.3...v1.0.4

v1.0.3 - 2022-10-15

What's Changed

  • Added more feature tests by @askdkc in #1
  • Fix for phpstan by @askdkc in #2
  • Revert "Fix for phpstan" by @askdkc in #3
  • Japanese support by @askdkc in #4
  • Fix error when not required column is empty by @askdkc in #5
  • Add star only for required column by @askdkc in #6

Full Changelog: https://github.com/askdkc/livewire-csv/compare/v1.0.2...v1.0.3

v1.0.1 - 2022-10-06

What's changed?

  • minor bug fix