Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 1.1 KB

Changelog

All notable changes to laravel-username-generator will be documented in this file

3.0.0 - 2022-04-18

  • Support only for the latest version of Laravel

2.2.0 - 2021-07-19

  • Default values were configured to the generator properties

2.1.2 - 2021-07-19

  • String type removed from setDriver function on facade

2.1.1 - 2021-04-19

  • Fixed bug that generated random numbers in the username

2.1.0 - 2021-04-18

  • Add withoutTrashed method
  • Remove parameter boolean in withTrashed method

2.0.0 - 2021-01-30

  • Performance improvement
  • Support for softdelete
  • Support for customs drivers
  • Support for multiple models
  • Configuration from functions

1.2.0 - 2020-09-13

  • Test restructuring
  • Support php 8.0
  • Rename config file

1.1.1 - 2020-09-13

  • Laravel 8 compatibility

1.1.0 - 2020-04-15

  • Code optimization

1.0.3 - 2020-03-04

  • Refactor code quality
  • Laravel 7 compatibility

1.0.2 - 2020-03-02

  • Refactor rename facade

1.0.1 - 2020-01-27

  • Change php version required

1.0.0 - 2020-01-26

  • Generate user name by name
  • Generate user name by email