Skip to content

Commit

Permalink
updated changelog and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoitis committed Mar 5, 2024
1 parent 6a06629 commit de0b349
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 79 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to `svg-avatar-generator` will be documented in this file.

## 1.4.2

- Use laravel validation instead of manually checking configs.
- Added `ConfigValidator` class to define and perform validations.
- Changed modifiers for `$config` and `$extractor` in `SvgAvatarGenerator` class.
- Removed stale exception classes.
- Laravel 11 github workflows.

## 1.4.1

- Laravel 11 support.

## 1.4.0

- Support for custom fonts.
Expand Down
11 changes: 0 additions & 11 deletions src/Exceptions/InvalidCornerRadius.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/Exceptions/InvalidFontSizeException.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/Exceptions/InvalidGradientRotationException.php

This file was deleted.

13 changes: 0 additions & 13 deletions src/Exceptions/InvalidGradientStopException.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/Exceptions/InvalidSvgSizeException.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/Exceptions/InvalidUrlException.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/Exceptions/MissingTextException.php

This file was deleted.

0 comments on commit de0b349

Please sign in to comment.