Skip to content

Releases: vitaly-t/assert-options

0.8.3

21 Mar 22:57

Choose a tag to compare

  • Updated DEV dependencies
  • Added NodeJS versions badge, to support v18 - v22 (for tests)
  • Set minimum NodeJS version as v14

0.8.2

11 Oct 10:38

Choose a tag to compare

  • Added License
  • Added GitHub CI integration
  • Updated DEV dependencies

0.8.0

17 Nov 05:53

Choose a tag to compare

  • The protocol now allows creation of custom error handlers.
  • DEV dependencies updated.

0.7.0

20 Dec 07:41

Choose a tag to compare

  • Official support for NodeJS v15 added
  • Lots of DEV dependencies updated
  • Documentation updates

0.6.2

02 May 07:32

Choose a tag to compare

  • Updated dependencies + documentation
  • Added NodeJS v14 support.

0.6.1

02 Feb 14:05

Choose a tag to compare

  • Updated DEV dependencies
  • Upped Travis tests to Nodejs v8

0.6.0

27 Aug 21:42

Choose a tag to compare

Everything rewritten in TypeScript 3.x, strict mode.

And while distribution is still compiled into ES5, browsers are supported only via TypeScript. For direct JavaScript usage, you will need to use Browserify.

In terms of the overall functionality, no changes.

0.5.0

26 Aug 20:35

Choose a tag to compare

Improvements around the TypeScript support:

  • Added explicit strict mode support.
  • Fixed the main function's signature.
  • DEV dependencies update.

0.4.0

26 Jul 02:53

Choose a tag to compare

Fixing TypeScript declaration.

0.3.0

25 Jul 04:43

Choose a tag to compare

Added TypeScript support, so now you can do:

import {assertOptions} from 'assert-options';