Skip to content

Releases: joshbonnick/filament-faker

v1.1.1

09 May 14:35
debb3a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1...v1.1.1

v1.1

09 May 14:20
d3aed5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...1.1

v1.0

08 May 12:24
bd8cdd0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v1.0

v0.0.3

21 Aug 17:02
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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 to Resource and Form 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

19 Aug 02:57
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

  • [1.x] Add dev and testing 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 to RealTimeFactory 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 and DatePicker
  • [1.x] Add chained mutations
  • [1.x] Support mutateFake method added using macro

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Aug 23:59
bf6071b
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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 to Blocks and Forms
  • [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 returns fake()->email()
  • [1.x] mutateFake method returns a Closure
  • [1.x] mutateFake is no longer static
  • [1.x] Added make & getChildComponents as abstract functions of GeneratesFakes
  • [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