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

Changelog History
Page 12

  • v1.1.1 Changes

    March 17, 2015
    • Bugfix: Fix a double open tag issue with the Layer patcher.
    • Bugfix: Fix missing pointcut patching in the Layer patcher.
  • v1.1.0 Changes

    February 25, 2015
    • Add: Allow Stubs to override all public method of their parent class by setting the 'layer' option to true.
    • Add: Introduce the Layer proxy to be able to stub methods inherited from PHP core method.
    • Change: The look & feel of reporters has been modified.
    • Bugfix: Add a default value for stubbed function parameters only when exists.
    • Bugfix: Return absolute namespace for typehint
    • Bugfix: Generalize method overriding with stubs.
    • BC break: The Stubs 'params' option now identifies each values to pass to __construct().
    • BC break: Reporter's hooks has been renamed and now receive a report instance as parameter instead of an array.
  • v1.0.6 Changes

    February 11, 2015
    • Add: Implement missing Jasmine expect(string)->toContain(substring) behavior.
    • Change: Allow arguments to also be set in kahlan config files.
    • Bugfix: Fix Monkey patcher when some patchable code are outside namespaces/classes or functions.
  • v1.0.5 Changes

    February 10, 2015
    • Bugfix: Resolve default cache path (based onsys_get_temp_dir()) to be a real dir on OS X.
  • v1.0.4 Changes

    February 03, 2015
    • Deprecate: Feprecate ddescribe/ccontext/iit in flavor of fdescribe/fcontext/fit (Jasmine 2.x naming)
  • v1.0.3 Changes

    February 02, 2015
    • Bugfix: Fix use statement patching for partial namespace
  • v1.0.2 Changes

    February 01, 2015
    • Change: The terminal reporter displaying has been modified
    • Bugfix: Fix code coverage driver to make it work with HHVM
    • BC break: The 'autoloader' filter entry point has been renamed to 'interceptor'
  • v1.0.1 Changes

    January 28, 2015
    • Add: New reporter --reporter=verbose
  • v1.0.0 Changes

    January 24, 2015
    • Initial Stable Release