Releases: joshbonnick/filament-faker
Releases · joshbonnick/filament-faker
v1.1.1
v1.1
v1.0
What's Changed
- [1.x] Guess Faker method from component names by @joshbonnick in #14
- [1.x] Accept
Stringable
where type hintingstring
by @joshbonnick in #15 - [1.x] Decouple bindings from concrete Faker classes by @joshbonnick in #16
- Bump actions/checkout from 3 to 4 by @dependabot in #17
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #18
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #19
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #22
- [1.0] Add Support for Laravel 11 by @joshbonnick in #24
New Contributors
- @dependabot made their first contribution in #17
Full Changelog: v0.0.3...v1.0
v0.0.3
What's Changed
- [1.x] Select return null if options are empty by @joshbonnick in #10
- [1.x] Components return a value from search callback if searchable by @joshbonnick in #11
- [1.x] Add
onlyFields
method toResource
andForm
fakers by @joshbonnick in #12 - [1.x] Fix ComponentContainer sharing when generating Form or Resource data by @joshbonnick in #13
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- [1.x] Add
dev
andtesting
keywords to composer.json - [1.x] Require
illuminate/support:^10.0
as dependency - [1.x] Refactor tests directory structure
- [1.x] Abstraction of model resolves in
WithFactory
trait - [1.x] Mark traits as internal
- [1.x] Add abstract functions to traits
- [1.x] Fix factory resolving from
Block
- [1.x] Extract
FakeFromComponentName
toRealTimeFactory
class - [1.x] Add
ComponentDecorator
- [1.x] Support dependency injection on
Closures
- [1.x] Refactoring
- [1.x] Refactor default faker callbacks
- [1.x] Improve README documentation
- [1.x] Add doc blocks with descriptions of methods
- [1.x] Improve test coverage
- [1.x] Return an array if options component is multiselect
- [1.x] Add
Eloquent Factory
support - [1.x] Fix
DatePicker
component fake - [1.x] Support date formatting on
DateTimePicker
andDatePicker
- [1.x] Add chained mutations
- [1.x] Support
mutateFake
method added using macro
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- [1.x] Add support for
formatStateUsing
- [1.x] Add support for multiple forms in a resource
- [1.x] Add global disabling of faking using method names
- [1.x] Ignore slow faker methods
- [1.x] Fix dependency injection callbacks evaluated by Filament
- [1.x] Add support for faking forms from the resource reference with
formFake
macro - [1.x] Add support for faking
Forms
- [1.x] Bind
fake
method as a macro toBlocks
andForms
- [1.x] Value from suggestions array is always returned
- [1.x] An option value should always be returned
- [1.x] Test method priority
- [1.x] RichEditor default fake returns HTML
- [1.x] Improved readability of config file
- [1.x] Attempt to use faker method based on component names, e.g.
email
returnsfake()->email()
- [1.x]
mutateFake
method returns aClosure
- [1.x]
mutateFake
is no longer static - [1.x] Added
make
&getChildComponents
as abstract functions ofGeneratesFakes
- [1.x] Improve DocBlocks for static analysis
- [1.x] Bump PHPStan Level
- [1.x] Run tests on pushes to release branch
- [1.x] Fake Specific Components
Full Changelog: https://github.com/joshbonnick/filament-faker/commits/v0.0.1