- upgrade dev deps
- update tap tests for upgrade 16 -> 18
- move from travis to github actions
- update node.js versions to target
- ignore .nyc_output in npm tarball. trying to get it as small as possible
- ignore example.gif to shrink the size of the npm tarball
- dropped test matrix support for node.js 8
- added test matrix support for node.js 14, 15
- upgrade node-tap from 14->15
- upgrade standardjs 14 -> 16
- bump transitive dep: yargs-parser
- bump two transitive deps: lodash,
- npm upgrade
- add node 12 to version matrix
- remove non-essential dev dependencies
- drop node 4 and 6 from ci build matrix
- move from travis org to com
- remove IIFE wrapper
- upgrade standard
- upgrade node-tap
- add CI support for node.js 8.x
- enforce 100% unit test coverage
- add snyk and nsp scans
- readme badge cleanup
- upgrade node-tap
- drop CI support for node.js 0.10.x
- Merge pull request #22 from tphummel/node-6.x
- remove 0.11, iojs, 5.x node versions from travis.yml
- Merge pull request #18 from tphummel/greenkeeper-async-2.0.0
- add node 6.x to travis.yml
- chore(package): update async to version 2.0.0
- Merge pull request #21 from tphummel/greenkeeper-standard-8.0.0
- chore(package): update standard to version 8.0.0
- upgrade tap from 5.7.1 -> 6.3.0
- upgraded feross/standard to v7.1.2
- removed unnecessary escape chars from regular expressions
- travis: automated npm publish on git tag
- added two tests to reach 100% coverage
- travis: target node versions 4.x, 5.x generally
- standard linter fixes
- update all deps with greenkeeper
- test nodejs 4.0, 4.1
- updated npm test lifecycle
- added test coverage
- travis: added 0.12, io.js
- readme: link to live-updating scoreboard
- jshint, asi
- devDeps update
- example usage script
- test/testling, pkg, readme updates
- iife
- fix: tenth frame finalizing too early
- vocab: replace 'throw' with 'roll'
- added support for fouls, dedupe chars that eval to zero points
- simplified tenth frame
- various fixes for edge cases
- validateFrame: use a relaxed regex to check general character format
- basic functionality in place
- test coverage for a few games i made up
- messy but functional