- Upgrade dependencies to latest versions.
- Improve documentation a bit.
- Switch back to commonjs module-format since es2015 from v1.3.0 caused problems in dependent projects.
- README contained wrong import statements. The scope
@rainij
was missing. - Fixed a minor bug in
itertools
.
- Switch module-format from commonjs to es2015
- Simplify interface of
itertools
utitility functions.
- Some minor fixes in README.
- Library is now published as scoped npm package.
- Update dependencies to latest versions.
package.json
now explicitly states that we use MIT license.
- Reasonable behaviour for
degree = 0
. - Corrected implementation of
interactionOnly
.
- First release.