Skip to content

Predictability

Compare
Choose a tag to compare
@scott2449 scott2449 released this 08 Apr 01:03
· 46 commits to master since this release

Users:

tl;dr - everything should be smoother, faster, and more consistent. Errors should now always be caught and reported cleanly and the edge cases that caused errors to kill the whole test run are gone.

Breaking Changes:

Enhancements and Bug Fixes:

  • closes #7, #12, #13, #20
  • fiveby now also verifies if you have java installed before downloading / running local server

Developers:

  • developers should re-clone / rebase any local repos, resolving #13 required a filter branch.. hence rewriting every commit and tag
  • code style and complexity now enforced (jscs + >jshint)
  • added contributing guidelines