Skip to content

Releases: TNG/sinon-helpers

v1.5.1

07 Oct 12:14
Compare
Choose a tag to compare

<a name"1.5.1">

1.5.1 (2016-10-07)

Bug Fixes

  • FluentArguments: Update critical fluent argument dependency to include Object.assign fix (15146a4e)

v1.5.0

06 Oct 10:03
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2016-10-06)

Features

  • StubConstructor: getStubconstructor() without arguments creates an empty constructor (b4c4498a)

v1.4.5

05 Oct 06:52
Compare
Choose a tag to compare

<a name"1.4.5">

1.4.5 (2016-10-05)

Bug Fixes

  • afterCreation: .afterCreation should return this (98d2a932)

v1.4.4

04 Oct 05:32
Compare
Choose a tag to compare

<a name"1.4.4">

1.4.4 (2016-10-04)

Bug Fixes

  • Readme: Explain in detail what problem we are trying to solve here (d5ec1d1f)

v1.4.3

27 Sep 05:48
Compare
Choose a tag to compare

<a name"1.4.3">

1.4.3 (2016-09-27)

Bug Fixes

  • Readme: Another bump to update npm (f96bc953)

v1.4.2

27 Sep 05:42
Compare
Choose a tag to compare

<a name"1.4.2">

1.4.2 (2016-09-27)

Bug Fixes

  • Readme: Add CodeClimate badge (fe1b9b40)

v1.4.1

23 Sep 14:42
Compare
Choose a tag to compare

<a name"1.4.1">

1.4.1 (2016-09-23)

Bug Fixes

  • Constructors: Getters will no longer be evaluated when creating Stub- or SpyConstructors (97c2408a)
  • FluentArgs: Update dependency which was causing problems in some setups (80ae8a27)
  • Readme: Small change to re-trigger semantic release (b721ad65)
  • Repository: Force version update to push new repository to NPM (275c0fb1)
  • SpyConstructor: Do not try to spy on already wrapped methods (444c6f48)
  • Travis:
    • Will not support node < 4 (d43ffbf4)
    • Small change to re-trigger semantic release (d7b8c54a)

Features

  • Constructors:
    • Add .afterCreation() post-processing hook (c3a40d2c)
    • Also create stubs/spies for class methods (eea204c7)
  • SpyConstructor: Add getSpyConstructor (01ceb9bd)
  • StubConstructor:
    • Allow .withMethods to specify return values (33b0da41)
    • Basic StubConstructor implementation (d6f56224)
  • getMethodStubs: Basic Implementation (0cc76e2b)