All Versions
119
Latest Version
Avg Release Cycle
34 days
Latest Release
1820 days ago

Changelog History
Page 5

  • v4.1.0 Changes

    March 18, 2018
    • Add: Variable passed by reference can be patched when no toReceive/with contraints are set.
  • v4.0.6 Changes

    February 05, 2018
    • Bugfix: Do not run before/after callbacks for ignored specs.
    • Bugfix: Fix reading of vendor name from config.json.
  • v4.0.5 Changes

    October 14, 2017
    • Bugfix: Fix a class autoloading issue.
  • v4.0.4 Changes

    October 14, 2017
    • Bugfix: Ignore errors triggered through @.
  • v4.0.3 Changes

    October 14, 2017
    • Bugfix: Fix a monkey patching issue with strict types declarations.
  • v4.0.2 Changes

    October 07, 2017
    • Bugfix: Fix CLI autoloading.
  • v4.0.1 Changes

    October 06, 2017
    • Bugfix: Fix autoloading step.
  • v4.0.0 Changes

    October 01, 2017
    • Add: Embbed a compatible Composer Autoloader to support files autoloading.
    • Add: Allow to inject dependencies at a spec level.
    • BC Break: Remove PHP 5.4 support
    • BC Break: The patchers entry point is now the first entry point.
    • BC Break: The interceptor entry point has been removed.
    • BC Break: Every specification must have a message.
    • BC Break: Every Specification must have a unique message path
    • BC Break: Rename --pattern option to a more meaningful name, it's now --grep
    • BC Break: The filter API has been changed
    • BC Break: Internal classes refactoring
    • BC Break: The Interceptor class has been removed
  • v3.1.18 Changes

    August 12, 2017
    • Bugfix: Fix __DIR__ & __FILE__ magic constants rebase.
  • v3.1.17 Changes

    August 07, 2017
    • Bugfix: Fix void return type stubbing.