Skip to content

Latest commit

 

History

History
1461 lines (622 loc) · 30.2 KB

CHANGELOG.md

File metadata and controls

1461 lines (622 loc) · 30.2 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2019-08-28)

Bug Fixes

1.1.0 (2019-02-03)

Features

  • Mock.all adds ability to mock object with all spies (74972bc)

1.0.1 (2018-09-07)

Bug Fixes

  • function return objects now expects recursive partials (95ca19b)

1.0.0 (2018-08-16)

1.0.0-rc.9 (2018-08-16)

Features

  • throw an error with useful message when there is a range error (8fac4d7)

1.0.0-rc.8 (2018-08-15)

Features

  • add from for creating a mock from another object (8bae092)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.1.0 (2019-02-03)

Features

  • Mock.all adds ability to mock object with all spies (74972bc)

1.0.1 (2018-09-07)

Bug Fixes

  • function return objects now expects recursive partials (95ca19b)

1.0.0 (2018-08-16)

1.0.0-rc.9 (2018-08-16)

Features

  • throw an error with useful message when there is a range error (8fac4d7)

1.0.0-rc.8 (2018-08-15)

Features

  • add from for creating a mock from another object (8bae092)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.1 (2018-09-07)

Bug Fixes

  • function return objects now expects recursive partials (95ca19b)

1.0.0 (2018-08-16)

1.0.0-rc.9 (2018-08-16)

Features

  • throw an error with useful message when there is a range error (8fac4d7)

1.0.0-rc.8 (2018-08-15)

Features

  • add from for creating a mock from another object (8bae092)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0 (2018-08-16)

1.0.0-rc.9 (2018-08-16)

Features

  • throw an error with useful message when there is a range error (8fac4d7)

1.0.0-rc.8 (2018-08-15)

Features

  • add from for creating a mock from another object (8bae092)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.9 (2018-08-16)

Features

  • throw an error with useful message when there is a range error (8fac4d7)

1.0.0-rc.8 (2018-08-15)

Features

  • add from for creating a mock from another object (8bae092)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.8 (2018-08-15)

Features

  • add from for creating a mock from another object (8bae092)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.7 (2018-08-09)

Features

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.6 (2018-08-08)

Bug Fixes

  • do not try to Object.keys on null (b5bca6e)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.5 (2018-08-07)

Bug Fixes

  • (...a: Array) => Partial<ReturnType<T[key]>> | ReturnType<T[key]> (6fd18e6)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.4 (2018-08-06)

Bug Fixes

  • removed overrides type to fix function type inference (0fcaef1)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.3 (2018-07-19)

Bug Fixes

  • static method mocking resetiting in Jest (8c06843)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.2 (2018-07-19)

Features

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-rc.1 (2018-07-14)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-alpha.1 (2018-07-11)

Features

  • allow partial mocking of function return value (c569843)
  • export SpyAdapter interface so that you can configure unsupported spy libs (1a548b2)
  • spy on nested object functions (a760ed9)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

0.1.0 (2018-02-02)

Bug Fixes

Features

  • add ability to extend object (b0a4604)

1.0.0-alpha.0 (2018-06-26)

Bug Fixes

Features

  • add ability to extend object (b0a4604)
  • initial commit again (476c791)