Skip to content

Latest commit

 

History

History
104 lines (71 loc) · 3.08 KB

CHANGES.md

File metadata and controls

104 lines (71 loc) · 3.08 KB

Changes

3.0.1

  • f82068f chore: remove obsolete IE11 code (Morgan Roderick)

    When we upgraed to @sinonjs/eslint-config@4 in 09e99f4e310c20408df50330124e4d68a60e9b6a we effectively removed support for IE11.

    That means that this code branch is obsolete and is safe to remove.

Released by Morgan Roderick on 2024-01-20.

3.0.0

  • b0253f8 Drop node 12, hello node 18 (Morgan Roderick)

Released by Morgan Roderick on 2022-11-28.

2.0.0

  • f890f87 Prefer ES2017 (Morgan Roderick)

    See v1.8.5 for backwards compatibility with ES5

Released by Morgan Roderick on 2022-11-07.

1.8.5

  • 06fb4d4 [Fix] use indexOf instead of includes (Jordan Harband)

    This restores ES5 compatibility for use with sinon@9

Released by Morgan Roderick on 2022-11-07.

1.8.4

  • 9305715 Fix #89: detect error on access to proto (Morgan Roderick)

Released by Morgan Roderick on 2022-11-02.

1.8.3

Released on 2021-04-08.

1.8.2

  • 6b7a796 Add .d.ts files to package (Morgan Roderick)

    In order to improve the experience of TypeScript users, we are compiling .d.ts files from the JSDoc and distributing them with the package

Released on 2021-01-13.

1.8.1

  • 07b9e7a Optimize npm package size (Uladzimir Havenchyk)

Released on 2020-07-17.

1.8.0

  • 4282205 Emit deprecationg warnings in node, and keep console info in browsers (mshaaban0)

Released on 2020-05-20.

1.7.2

  • 76ad9c1 Fix generators causing exceptions in function-name (Sebastian Mayr)

Released on 2020-04-08.

1.7.1

  • 0486d25 Upgrade eslint-config-sinon, add eslint-plugin-jsdoc (Morgan Roderick)

    This adds linting of jsdoc

Released on 2020-02-19.