All Versions
61
Latest Version
Avg Release Cycle
6 days
Latest Release
936 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)