Releases: groupon/assertive
Releases · groupon/assertive
v5.0.5
🐛 Bug Fixes
- #66 fix(actions): add new templates (@aaarichter)
🏡 Internal
- #67 test: debug nlm (@aaarichter)
- #68 test: get git history on release (@aaarichter)
v5.0.4
v5.0.3
- chore(deps): bump ini from 1.3.5 to 1.3.7 - @dependabot[bot] #55
v5.0.2
- chore(deps): bump acorn from 7.1.0 to 7.1.1 - @dependabot[bot] #52
- chore(deps): bump lodash from 4.17.15 to 4.17.19 - @dependabot[bot] #54
v5.0.1
- fix: class detection - @aaarichter #53
v5.0.0
Breaking Changes
hasType(Function, ...)
no longer throws on async and generator functions
See: 980208c
Commits
- feat: add new types to hasType - @aaarichter #51
980208c
feat: add new types to hasType
v4.0.0
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