Skip to content

Releases: askdkc/livewire-csv

v1.4.0

22 Dec 22:38
6ecc671
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

19 Dec 03:36
1c0db13
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Dec 15:12
4791551
Compare
Choose a tag to compare

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: v1.2.0...v1.3.0

v1.2.0

11 Dec 01:42
e63208d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.2.0

v1.1.5

18 Nov 15:14
8337a7d
Compare
Choose a tag to compare

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: v1.1.4...v1.1.5

v1.1.4

16 Nov 21:41
2fc1de2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

06 Nov 01:02
3551c8e
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Oct 23:31
cbee9d3
Compare
Choose a tag to compare

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: v1.1.1...v1.1.2

v1.1.1

24 Oct 22:29
5861a75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Oct 23:24
e832ddc
Compare
Choose a tag to compare

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: v1.0.5...v1.1.0