Skip to content

Latest commit

 

History

History
153 lines (122 loc) · 7.68 KB

CHANGES.md

File metadata and controls

153 lines (122 loc) · 7.68 KB

Changes

1.8.1

  • 🐛 d13bc34 Allow error properties to be string[] and number[]

Released by Maximilian Antoni on 2024-07-04.

1.8.0

  • b69ed20 Drop node 14, add node 20
  • a9183ca Update mocha
  • c42c964 Upgrade husky and lint-staged
  • ec9c2b8 Upgrade prettier to v3
  • a9f89eb Upgrade referee-sinon
  • b5dd5b0 Upgrade Studio Changes
  • 689ac1c Improve types
  • 38877bd Update typescript
  • 85c7502 Upgrade eslint config and update eslint

Released by Maximilian Antoni on 2024-01-29.

1.7.0

  • 📚 0c1f18f Add property and parameter documentation
  • 📚 e253628 Add JSDoc comments
  • 📚 aa6cec9 Fix markup in readme
  • 23b39a8 Change test file extension convention
  • 6514980 Setup typescript and jsdoc
  • 366f4a7 Remove mocha from lintstagedrc

Released by Maximilian Antoni on 2023-04-16.

1.6.1

  • 📚 ee755b0 Improve header in readme and add badges
  • 📚 ce785ba Fix example in documentation

Released by Maximilian Antoni on 2022-05-14.

1.6.0

  • 📚 6c71081 Modernize documentation and add license
  • 5c707d3 Remove superfluous eslint-env mocha
  • 3cc7847 Remove copyright
  • bee063e Configure files and license
  • 843115c Configure GitHub actions
  • 63faad0 Require node 14
  • 213644b Setup husky and lint-staged
  • 29a93ce Setup prettier and reformat all files
  • a442bbc Upgrade referee-sinon
  • 8eb5a4a Upgrade Studio Changes
  • 84f4a37 Upgrade mocha to v10
  • 1f9cc67 Upgrade eslint-config and eslint
  • a111eb5 Upgrade npm lockfile
  • aef4e59 Add .gitignore
  • ddbb13c Rename repository

Released by Maximilian Antoni on 2022-05-14.

1.5.0

  • 🍏 1f0522a Use return value from next as the callback result

Released by Maximilian Antoni on 2019-04-17.

1.4.0

  • 🍏 b7852a3 Add then(callback, next)
  • 🐛 045004b Fix security issues
  • 72b54c2 Switch to @sinonjs/referee-sinon

Released by Maximilian Antoni on 2019-04-17.

1.3.0

  • 🍏 6751501 Add failure API
  • 📚 3131271 Add examples to docs
  • 📚 381bdde Update Studio Changes for --footer support

Released by Maximilian Antoni on 2018-09-12.

1.2.0

  • 🍏 af764fc Allow to define properties on the error
  • 2d59f30 Use @sinonjs/referee
  • bf8c15d Update eslint and mocha and remove sinon
  • eeb4453 Add package-lock.json
  • 3e97873 Update dev tools
  • 📚 b9e581a Add commit hashes in changelog
  • 📚 a38539d Add install instructions
  • 📚 b22cd82 Add related modules section
  • 📚 176efe8 Change title to "Studio Fail"

1.1.0

  • 🍏 Add optional cause parameter to fail

    This adds a cause property to the created error object. The cause may be inspected and logged.

1.0.0

  • ✨ Inception