All Versions
41
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v1.12.0 Changes

    July 6th, 2021 - v1.11.1...v1.12.0

    • ๐Ÿ”จ 6b97f0f [minor] refactor make:factory auto-default feature (#174) by @kbond
    • 0๏ธโƒฃ 2a0bbce [feature] Auto populate ModelFactory::getDefaults() from doctrine mapping (#173) by @benblub
  • v1.11.1 Changes

    June 25th, 2021 - v1.11.0...v1.11.1

    • ccac05c [minor] disable codecov pr annotations (#172) by @kbond
    • 5c3abe2 [bug] allow passing full namespace with make:factory (#171) by @kbond
  • v1.11.0 Changes

    June 4th, 2021 - v1.10.0...v1.11.0

    • d2cd4c7 [feature] customize namespace for factories generated with make:factory (#164) by @kbond
    • b9c161b [minor] suppress psalm error (#165) by @kbond
    • 112d57d [feature] make:factory only lists entities w/o factories (#162) by @jschaedl
    • 6001e7e [minor] Detect missing maker bundle and suggest installation via StubCommands (#161) by @jschaedl
    • โฌ†๏ธ cdab96e [minor] upgrade to php-cs-fixer 3 (#159) by @kbond
    • โšก๏ธ d357215 [minor] update php-cs-fixer config (#159) by @kbond
    • โšก๏ธ 3ce7da0 [minor] Update .gitattributes file (#158) by @ker0x
    • be1d899 [doc] Fix example $posts for Attributes section (#155) by @babeuloula
  • v1.10.0 Changes

    April 19th, 2021 - v1.9.1...v1.10.0

    • 7dc49f0 [minor] unlock php-cs-fixer in gh action by @kbond
    • e800c83 [feature] add option to use doctrine migrations to reset database (#145) by @kbond
    • ๐Ÿ“„ 8466067 [doc] fix small typo in docs (#147) by @nikophil
    • 69fe2a6 [doc] fix typo (#146) by @AntoineRoue
    • ๐Ÿ—„ 463d32a [minor] fix faker deprecations by @kbond
    • ๐Ÿš€ aa6b32a [minor] lock php-cs-fixer version in ci (bug in latest release) by @kbond
    • 4dc13e6 [minor] adjust codecov threshold by @kbond
    • โœ… cd5cefe [minor] use SHELL_VERBOSITY to hide logs during tests by @kbond
  • v1.9.1 Changes

    March 19th, 2021 - v1.9.0...v1.9.1

    • ๐Ÿ—„ 0ebf0dd [bug] fix false positive for auto-refresh deprecation (fixes #141) (#143) by @kbond
    • ๐Ÿšš 7e693ed [doc] remove unnecessary notes about rebooting kernel (ref: #140) (#142) by @kbond
    • ba7947c [minor] improve make:factory error message when no entities exist (#139) by @kbond
    • โœ… 3812def [minor] use project var dir for test cache/logs (#139) by @kbond
  • v1.9.0 Changes

    March 12th, 2021 - v1.8.0...v1.9.0

    • โœ… 0872be0 [doc] Add --test option as tip (#138) by @OskarStark
    • โœ๏ธ f55afe2 [doc] Fix typos in the docs (#136) by @jdreesen
    • 88c081e [minor] "require" explicitly configuring global auto_refresh_proxies (#131) by @kbond
    • ๐Ÿ‘ป 632de3d [feature] throw exception during autorefresh if unsaved changes detected (#131) by @kbond
    • ๐Ÿ—„ 5318c7f [minor] deprecate instantiating Factory directly: (#134) by @kbond
    • b7a7880 [feature] add AnonymousFactory (#134) by @kbond
    • 228895f [minor] add dev stability to ci matrix (#133) by @kbond
    • b759712 [minor] explicitly add sqlite extension for gh actions (#130) by @kbond
    • ๐Ÿ‘ป 1f332ed [bug] Fix exception message (#129) by @jdreesen
    • 4bc80fb [minor] increase codecov threshold by @kbond
  • v1.8.0 Changes

    February 27th, 2021 - v1.7.1...v1.8.0

    • 83d6b26 [feature] add ModelFactory::assert()/RepositoryProxy::assert() (#123) by @kbond
    • a657d14 [feature] add ModelFactory::all()/find()/findBy() (#123) by @kbond
    • ac775b9 [feature] add ModelFactory::count()/truncate() (#123) by @kbond
    • 34373da [feature] add ModelFactory::first()/last() (#123) by @kbond
    • ๐Ÿ›  5978574 [minor] psalm fixes (#122) by @kbond
    • 88cb7c9 [minor] add getCommandDescription() to Maker's (#121) by @kbond
    • ๐Ÿ—„ 31971e0 [minor] fail ci if direct deprecations (#121) by @kbond
    • ๐Ÿ›  ecc0e10 [bug] bump min php version (fixes #118) (#119) by @kbond
  • v1.7.1 Changes

    February 6th, 2021 - v1.7.0...v1.7.1

    • ๐Ÿ›  6bab709 [bug] fix unmanaged many-to-one entity problem (fixes #114) (#117) by @kbond
    • b92a69a [minor] adjust cs-check gh action and fix cs (#116) by @kbond
  • v1.7.0 Changes

    January 17th, 2021 - v1.6.0...v1.7.0

    • 9d42401 [feature] add attributes to ModelFactory/RepositoryProxy random methods (#112) by @kbond
    • ๐Ÿšš 149ea48 [feature] Remove "visual duplication" of ModelFactory::new()->create() (#111) by @wouterj
    • 0c69967 [feature] Added ModelFactory::randomOrCreate() (#108) by @wouterj
    • 574c246 [minor] use zenstruck/callback for Proxy::executeCallback() (#107) by @kbond
    • 07f1ffe [minor] apply suggested psalm fix (#102) by @kbond
    • e53b834 [minor] enable code coverage action to work with xdebug 3 (#99) by @kbond
    • 6ea273b [minor] psalm-suppress InternalMethod (#99) by @kbond
    • 1dbbab8 [minor] add codecov badge (#98) by @kbond
    • 77f7ce0 [minor] switch to codecov by @kbond
    • ๐Ÿ‘ท f269dc4 [minor] use ramsey/composer-install in static-analysis job (#97) by @kbond
    • ๐Ÿ‘ท 0ca5479 [minor] Streamline GitHub CI by using ramsey/composer-install (#96) by @wouterj
    • ๐Ÿ›  8511d7a [minor] Re-enable Psalm and fixed annotations (#95) by @wouterj, @kbond
  • v1.6.0 Changes

    December 7th, 2020 - v1.5.0...v1.6.0

    • c3f38d2 [minor] use local kernel instance in Factories and ResetDatabase traits (#92) by @kbond
    • โœ… 88db502 [doc] document the need to create test client before factories (#92) by @kbond
    • bf4d47a [bug] ensure foundry isn't rebooted in DatabaseReset (#92) by @kbond
    • 1b6231a [bug] ensure kernel shutdown after ResetDatabase::_resetSchema() (#92) by @kbond
    • 63c8eb7 [minor] disable psalm static analysis pending fix (#71) by @kbond
    • e4d0a06 [doc] Added another relation example to Many-To-One (#93) by @weaverryan
    • ๐Ÿ‘ 596af47 [minor] support php8 (#71) by @kbond
    • ๐Ÿ“„ 2d574a5 [doc] Added docs for ModelFactory::new() (#91) by @Nyholm
    • โšก๏ธ 6bd3195 [doc] Update link to faker (#90) by @Nyholm
    • 338f6c8 [minor] Do not turn Psalm PHPdocs into comments (#85) by @wouterj
    • ๐Ÿ›  dfc4388 [minor] Fixed issues found by Psalm level 4 (#85) by @wouterj
    • 99aa22a [minor] Suppress nullable Psalm level 5 error (#85) by @wouterj
    • ๐Ÿ›  e4ea180 [minor] Fixed issues found by Psalm level 6 (#85) by @wouterj
    • 72c2e77 [minor] Added Psalm templated annotations (#85) by @wouterj
    • ๐Ÿ”ง 48572ce [minor] Installed Psalm and configured GitHub Workflow (#85) by @wouterj
    • โšก๏ธ 0476572 [minor] Update docs with PHP file config (#87) by @TavoNiievez
    • 66d0025 [minor] Use PHP CS Fixer udiff to only show snippets (#86) by @wouterj
    • 8ecb162 [minor] Use consistent spacing in GitHub Actions config (#86) by @wouterj
    • ๐Ÿ— 7e90a05 [minor] Only run one build with prefer-lowest (#86) by @wouterj