Skip to content

Latest commit

 

History

History
84 lines (74 loc) · 9.33 KB

CHANGELOG.md

File metadata and controls

84 lines (74 loc) · 9.33 KB

Change Log

v2.0.0 (2017/03/18 22:33 +00:00)

  • 4d22a9f 2.0.0 (@byronhulcher)
  • #12 Add support for a supplied reversed chance to draw functions (@byronhulcher)
  • e3caaeb Add support for a supplied reversed chance to draw functions (@byronhulcher)
  • 9c30258 Only push coverage to climate if istanbul runs (@byronhulcher)
  • a7aae95 Don't define our own unique pluck method (@byronhulcher)
  • 48d53e3 Improving Babel usage (@byronhulcher)
  • e40e276 README.md badge shuffling (@byronhulcher)
  • 30f9c8f Add codeclimate badges to README.md (@byronhulcher)
  • a275e90 Add ratings to src directory on code climate (@byronhulcher)
  • 1181c9b reporting to codeclimate can be done after tests are run (@byronhulcher)
  • 5202211 Adding istanbul for codeclimate test coverage (@byronhulcher)
  • 9d42170 codeclimate should ignore dist (@byronhulcher)
  • 7f6415d Testing eslint support on codeclimate (@byronhulcher)
  • e579d48 linting tests now (@byronhulcher)
  • af143ef Replace complicated drawing algorithm with knuth shuffling (@byronhulcher)
  • b42b946 Added npm package version badge (@byronhulcher)
  • 759ab69 Moved circleci badge to newline in readme (@byronhulcher)
  • #10 Get CircleCI working! (@byronhulcher)
  • c9d9be0 Added repository field to pacakage.json (@byronhulcher)
  • 3853980 Empty node_modules folder before npm install on circleci (@byronhulcher)
  • f4a8edd Added circle.yml file (@byronhulcher)
  • 85b1cf4 Added circleci badge (@byronhulcher)
  • ae853a4 Added missing rimraf dev dep (@byronhulcher)

v1.1.4 (2016/03/09 21:36 +00:00)

  • 734a376 1.1.4 (@byronhulcher)
  • 43de35d Removed changelog from postversion (@byronhulcher)

v1.1.3 (2016/03/09 21:32 +00:00)

  • 2e0419f 1.1.3 (@byronhulcher)
  • f41571c Added babel-runtime to deps (@byronhulcher)
  • b606054 Updated changelog (@byronhulcher)

v1.1.2 (2016/03/09 21:13 +00:00)

  • 3252b75 1.1.2 (@byronhulcher)
  • 94c8422 Fixed source file after linting (@byronhulcher)
  • 19c9337 Better linting support (@byronhulcher)
  • 8a8736e Automatic updating of CHANGELOG.md (@byronhulcher)

v1.1.1 (2016/03/09 20:24 +00:00)

v1.1.0 (2016/03/09 20:20 +00:00)

  • 4b722df 1.1.0 (@byronhulcher)
  • 0e6e128 Added test that deck is not modified after reading (@byronhulcher)
  • 31a314d Updated README.md to include drawCard() and drawReading() (@byronhulcher)
  • 2a51d5b drawReading should not return an array longer than the deck (@byronhulcher)
  • b5aa95b Added tests for drawing a single card and readings (@byronhulcher)
  • f21e58b Added functionality to draw one or more cards (@byronhulcher)
  • #9 Convert module to use es6 syntax (@byronhulcher)
  • 367875d Using es6 export syntax (@byronhulcher)
  • 1fe2790 Added inline source map support (@byronhulcher)
  • e3549df More es6-y (@byronhulcher)
  • f143610 Clean and build before testing (@byronhulcher)
  • #8 Add eslint dependency and lint our code! (@byronhulcher)
  • b66bba5 Now passes eslint (@byronhulcher)
  • 19c1ac9 Added eslint to repo (@byronhulcher)
  • 89a522b Removed extra blank line from .babelrc file (@byronhulcher)
  • #6 Add babel (@byronhulcher)
  • 0cce093 Code now runs through babel (@byronhulcher)
  • 422e715 Added much needed .gitignore file (@byronhulcher)
  • da24f6c Title of Readme should link back to github repo (@byronhulcher)

v1.0.3 (2016/01/21 22:29 +00:00)

  • d845663 1.0.3 (@byronhulcher)
  • c1c698f Update description (@byronhulcher)

v1.0.2 (2016/01/21 22:18 +00:00)

v1.0.1 (2016/01/21 22:15 +00:00)

  • a919c15 Update to v1.0.1 (@byronhulcher)
  • #2 Flesh out README.md (@byronhulcher)
  • 6460779 Flesh out README.md (@byronhulcher)

v1.0.0 (2016/01/21 21:43 +00:00)

  • 8e04301 More tests (@byronhulcher)
  • 7c5c38a First test ever (@byronhulcher)
  • 3a556d8 Initial commit of module (@byronhulcher)
  • ef395a9 Initial commit (@byronhulcher)