All Versions
61
Latest Version
Avg Release Cycle
6 days
Latest Release
937 days ago

Changelog History
Page 6

  • v0.3.0 Changes

    August 27, 2020

    โž• Added

    • Expectation API (TODO)
    • ๐Ÿ‘ PHPUnit 9.3 and PHP 8 support (#128)
    • Forwards $this calls to globals (#169)

    ๐Ÿ›  Fixed

    • don't decorate output if --colors=never is set (36b879f)
  • v0.2.3 Changes

    July 01, 2020

    โž• Added

    • --init and pest:install artisan command output changes (#118, db7c4b1)
    • --version option to view the current version of Pest (9ea51ca)
  • v0.2.2 Changes

    June 21, 2020

    โž• Added

    • depends phpunit feature (#103)

    ๐Ÿ›  Fixes

    • datasets name conflict (#101)
  • v0.2.1 Changes

    June 17, 2020

    ๐Ÿ›  Fixes

    • Multiple uses in the same path override previous uses (#97)
  • v0.2.0 Changes

    June 14, 2020

    โž• Adds

    • --init option to install Pest on a new blank project (70b3c7e)
    • โœ… pending higher orders tests aka tests without description (aa1917c)

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ --verbose and --colors options not being used by printers (#51)
    • ๐Ÿ missing support on windows (#61)

    ๐Ÿ”„ Changed

    • helpers.php stub provides now namespaced functions
    • ๐Ÿ”Œ functions provided by plugins are now namespaced functions:
    use function Pest\Faker\faker;
    
    it('foo', function () {
        $name = faker()->name;
    });
    
  • v0.1.5 Changes

    May 24, 2020

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Missing default decorated output on coverage (88d2391)
  • v0.1.4 Changes

    May 24, 2020

    โž• Added

    • ๐Ÿ‘Œ Support to Lumen on artisan commands (#18)

    ๐Ÿ›  Fixed

    • โœ… Mockery tests without assertions being considered risky (415f571)
  • v0.1.3 Changes

    May 21, 2020

    โž• Added

    • ๐Ÿ”Œ Plugin::uses() method for making traits globally available (6c4be01)
  • v0.1.2 Changes

    May 15, 2020

    โž• Added

    • ๐Ÿ‘Œ Support to custom helpers (#7)
  • v0.1.1 Changes

    May 14, 2020

    โž• Added

    • โœ… test function without any arguments returns the current test case (6fc55be)

    ๐Ÿ›  Fixed

    • "No coverage driver error" now returns proper error on Laravel (28d8822)