Skip to content

Latest commit

 

History

History
453 lines (261 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

453 lines (261 loc) · 16.6 KB

Changelog

All notable changes to breezejp will be documented in this file.

v1.8.3 - 2024-05-21

What's Changed

新たに追加されたcontainsのバリデーション翻訳に対応しました

いつもPRありがとうございます! @nshiro さん💕

  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #123
  • Update README by @macocci7 in #124
  • Add 'contains' validation error message in Japanese translation by @nshiro in #125

New Contributors

  • @macocci7 made their first contribution in #124

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.8.2...v1.8.3

v1.8.2 - 2024-04-17

What's Changed

新規に追加されたRequiredIfDeclinedバリデーションに対応しました

@nshiro さん いつもありがとうございます💕

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #119
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #120
  • Add required_if_declined error message by @nshiro in #121

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.8.1...v1.8.2

v1.8.1 - 2024-03-13

What's Changed

Laravel 11から追加された list エラーメッセージの翻訳が追加されました

ありがとう @nshiro さん💕

  • Bump nick-fields/retry from 2 to 3 by @dependabot in #114
  • fix typo by @askdkc in #115
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #116
  • Add list error message by @nshiro in #117

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.8.0...v1.8.1

v1.8.0 - 2024-01-26

What's Changed

Laravel 11に対応🎉

  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #109
  • Support Laravel 11 by @askdkc in #112

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.7.3...v1.8.0

v1.7.3 - 2023-11-24

What's Changed

Thank You @nshiro san!!

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.7.2...v1.7.3

v1.7.2 - 2023-11-20

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #102
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #103
  • Update README.md by @askdkc in #104
  • Add translations for present related validation by @askdkc in #105

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.7.1...v1.7.2

v1.7.1 - 2023-09-03

What's Changed

PHP 8.3をサポート🎉

  • Update TL;DR by @askdkc in #98
  • Update composer.json by @askdkc in #97
  • add sponsorship button by @askdkc in #99
  • Support PHP 8.3 by @askdkc in #100

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.7.0...v1.7.1

v1.7.0 - 2023-07-08

What's Changed

New! 言語切替機能追加🇯🇵🇺🇸

/language/{locale} にリクエストを飛ばすだけで言語切り替えが出来る機能を追加しました🎉

下記コマンドでインストール可能です👍

php artisan breezejp --langswitch







細かい変更点一覧
  • Fix ReadMe and add TLDR by @askdkc in #92
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #93
  • Add Language Switch Sample App Section by @askdkc in #94
  • Add Language Switcher / 言語切替機能追加 by @askdkc in #95

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.6.4...v1.7.0

v1.6.4 - 2023-06-26

What's Changed

Laravelのページネーションの日本語化に対応しました👍

  • fix readme by @askdkc in #89
  • Add Pagination Translation by @askdkc in #90

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.6.3...v1.6.4

v1.6.3 - 2023-06-21

What's Changed

  • Fixed file name in README by @murapong in #86
  • Add can error message by @nshiro in #87

New Contributors

  • @murapong made their first contribution in #86

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.6.2...v1.6.3

v1.6.2 - 2023-06-02

What's Changed

READMEの内容修正と依存パッケージのセキュリティ更新

  • Make Status Budge Icon Round by @askdkc in #78
  • Fix Status Badge Style by @askdkc in #79
  • Update README.md by @askdkc in #80
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #81
  • Add CI option to PEST by @askdkc in #82
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #83
  • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #84
  • 説明を修正 by @askdkc in #85

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.6.1...v1.6.2

v1.6.1 - 2023-04-05

What's Changed

今回の変更

  • 不足していた validaion エラーメッセージを追加しました
  • prohibited 系は、然るべき場所に移動しました

@nshiro さん、いつもありがとうございます💕

PR履歴

  • Update composer.json by @askdkc in #72
  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #73
  • Update README.md by @askdkc in #74
  • Update composer.json by @askdkc in #75
  • 2 to 4 by @askdkc in #76
  • Add missing validation messages by @nshiro in #77

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.6.0...v1.6.1

v1.6.0 - 2023-03-14

What's Changed

Laravel UIの翻訳を追加しました🎉

  • Update README.md by @askdkc in #63
  • Update composer.json by @askdkc in #66
  • Fix collision version by @askdkc in #67
  • Fix GitHub permission by @askdkc in #68
  • Update phpunit.xml.dist by @askdkc in #69
  • Update .gitignore by @askdkc in #70
  • Add Laravel UI Support by @askdkc in #71

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.5.4...v1.6.0

v1.5.4 - 2023-02-19

What's Changed

言語設定だけでなくTimezoneの設定も自動でAsia/Tokyoに設定するようにしました

  • Update README.md by @askdkc in #58
  • Update README.md to Support new Breeze Install option by @askdkc in #59
  • Add Mailpit Example by @askdkc in #60
  • Update README.md by @askdkc in #61
  • Add phpunit ver 10 by @askdkc in #62
  • Add timezone support by @askdkc in #64
  • Add Timezone Change in ReadMe by @askdkc in #65

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.5.3...v1.5.4

v1.5.3 - 2023-01-31

What's Changed

Laravelに新規で追加されたバリデーションルール(missing)に対応しました🎉

  • Add translations for missing, etc by @nshiro in #57

@nshiro さん、ありがとう〜💓

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.5.2...v1.5.3

v1.5.2 - 2023-01-30

What's Changed

  • Add phpstan/extension-installer by @askdkc in #53
  • Update phpstan.yml by @askdkc in #54
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #55
  • Create bug.yml by @askdkc in #56

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.5.1...v1.5.2

v1.5.1 - 2023-01-14

What's Changed

  • Fix phpstan by @askdkc in #51
  • Fix Translation by @askdkc in #52

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.5.0...v1.5.1

v1.5.0 - 2023-01-11

What's Changed

Laravel 10をサポートしました / Add support for Laravel 10

その他の細かな点はこちら:

  • Fix not only 2 good parts but 3 by @askdkc in #44
  • Update fix-php-code-style-issues.yml by @askdkc in #45
  • Update pint-action from v2.0.0 to v2.1.0 by @askdkc in #46
  • Update composer.json by @askdkc in #48
  • Merge Updated Parts by @askdkc in #49
  • Add Contributer by @askdkc in #47
  • Add Support for Laravel 10 by @askdkc in #50

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.4.2...v1.5.0

v1.4.2 - 2022-12-21

What's Changed

  • Add decimal translation by @nshiro in #43

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.4.1...v1.4.2

v1.4.1 - 2022-12-20

What's Changed

  • Add Jetstream Mail Translation by @askdkc in #40

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.4.0...v1.4.1

v1.4.0 - 2022-12-20

What's Changed

  • Fix Badge Icons by @askdkc in #35
  • Update run-tests.yml by @askdkc in #36
  • Update README.md by @askdkc in #37
  • Add feature to change faker_locale to ja_JP by @askdkc in #39
  • Add Jetstream Support just for fun by @askdkc in #38

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.3.0...v1.4.0

v1.3.0 - 2022-12-16

What's Changed

  • Add Auto Locale Update Feature by @askdkc in #34

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.2.4...v1.3.0

v1.2.4 - 2022-12-15

What's Changed

  • Update README to add dark mode by @askdkc in #31
  • Add uuid and ascii validation translation by @nshiro in #33
  • Fix Typo Translation by @askdkc in #32

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.2.3...v1.2.4

v1.2.3 - 2022-11-22

What's Changed

  • Add Table of Contents to README by @askdkc in #29
  • No more self template for Profile page, because Laravel Breeze now provides {{ __() }} syntax for all texts by @askdkc in #28

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.2.2...v1.2.3

v1.2.2 - 2022-11-17

What's Changed

  • Update Package Description by @askdkc in #23
  • Update breezejp command by @askdkc in #24
  • Fix: delete debug line by @askdkc in #26
  • Add missing translation by @askdkc in #27

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.2.1...v1.2.2

v1.2.1 - 2022-11-15

What's Changed

Now this package can fully translate Breeze Profile page

  • Add Intl Version of Breeze Profile Template by @askdkc in #22

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.2.0...v1.2.1

v1.2.0 - 2022-11-15

What's Changed

  • Add Breeze Profile Support by @askdkc in #19
  • Add Breeze Profile Translation by @askdkc in #20
  • Add Breeze Profile Translation by @askdkc in #21

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.6...v1.1.7

v1.1.6 - 2022-11-15

What's Changed

  • uppercase の翻訳追加 by @nshiro in #18

Thanks! @nshiro san.

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.5...v1.1.6

v1.1.5 - 2022-11-10

What's Changed

  • Add file publish tests by @askdkc in #13
  • Add php 8.0 to test by @askdkc in #14
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #15
  • lowercase と mac_address の翻訳追加 by @nshiro in #16

New Contributors

  • @dependabot made their first contribution in #15
  • @nshiro made their first contribution in #16

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.4...v1.1.5

v1.1.4 - 2022-10-31

What's Changed

  • Add more validation attributes by @askdkc in #12

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.3...v1.1.4

v1.1.3 - 2022-10-30

What's Changed

  • Add how to use Mailtrap for testing in README by @askdkc in #10
  • Change minimum PHP ver from 8.1 to 8.0.2 by @askdkc in #11

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.2...v1.1.3

v1.1.2 - 2022-10-28

What's Changed

  • Add attributes translation by @askdkc in #9

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.1...v1.1.2

v1.1.1 - 2022-10-28

What's Changed

  • Fix type error by @askdkc in #8

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.1.0...v1.1.1

v1.1.0 - 2022-10-28

What's Changed

今回の更新でついにメール通知についていた不要な末尾の , をパッケージ側で対処

  • Add Screenshot by @askdkc in #4
  • Fix: remove unnecessary comma from email template by @askdkc in #6

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.0.2...v1.1.0

v1.0.2 - 2022-10-25

What's Changed

  • Add php 8.2 for test (php8.2のテストに対応) by @askdkc in #2
  • Add Email JP Translation (メール通知の日本語化に対応) by @askdkc in #3

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.0.1...v1.0.2

v1.0.1 - 2022-10-25

What's Changed

  • Add screen shots and how-to customize to readme by @askdkc in #1

New Contributors

  • @askdkc made their first contribution in #1

Full Changelog: https://github.com/askdkc/breezejp/compare/v1.0.0...v1.0.1

v1.0.0 - 2022-10-25

Initial Release

Full Changelog: https://github.com/askdkc/breezejp/commits/v1.0.0