Skip to content

Releases: groupon/assertive

v5.0.5

03 Jun 14:13
Compare
Choose a tag to compare

🐛 Bug Fixes

🏡 Internal

v5.0.4

02 Jun 15:11
Compare
Choose a tag to compare

🏡 Internal

v5.0.3

17 Feb 15:23
Compare
Choose a tag to compare

v5.0.2

20 Jul 12:08
Compare
Choose a tag to compare

v5.0.1

06 May 15:26
Compare
Choose a tag to compare

v5.0.0

07 Feb 10:53
Compare
Choose a tag to compare

Breaking Changes

hasType(Function, ...) no longer throws on async and generator functions

See: 980208c

Commits

v4.0.0

05 Feb 08:40
Compare
Choose a tag to compare

Breaking Changes

  • drop Node 6 & 8 support

See: 3abdb53

With the source code migrated to ES6, usage in client tests with testemJS & PhantomJS or other ES5 browser are no longer supported.

See: 62dfd69

Commits

  • refactor: drop Node 6/8 support; convert to ES6 & upgrade packages - @aaarichter #49
    • d6a3df2 fix: npm audit fix
    • 3abdb53 refactor: drop Node 6 & 8 support & upgrade dependencies
    • ea67d42 style: eslint & remove local eslintrc
    • 62dfd69 refactor: remove babel transpilation
    • c79a0d0 refactor: remove bluebird

v3.1.0

28 May 16:08
Compare
Choose a tag to compare

v3.0.1

19 Oct 17:22
Compare
Choose a tag to compare
  • Fix audited packages, support Node 10, drop support for Node 4 - @markowsiak #44
    • 0ef5fe1 chore: package updates to fix audit
    • 71eacfb chore: support node 10, drop node 4
    • 87c62fc chore: use npm6 during build

v3.0.0

27 Apr 15:40
Compare
Choose a tag to compare

Breaking Changes

no longer works without SOME CommonJS compatibility (e.g. node, browserify)

See: 58884fe

Commits

  • no longer depend/break on global _ - @dbushong #43
    • 58884fe feat: no longer depend/break on global _