v0.1.0
Pre-release
Pre-release
Change log
Initial release. The deck and API are mostly complete, but will likely be altered between this and the first major release. For a full todo list, see the v1.0.0 release milestone. Anything missing? Open an issue!
Commit log
- 213922a Version 0.1.0
- bb9e582 Make Insurance an afterContact effect
- 502a574 Remove unnecessary lodash.map dependency
- 068da98 Notify user if an empty or null value was played
- cbfa296 Index cards in player stats
- 55bc30a Whisper stats to responding players
- 7a67482 Notify player when playing an invalid counter
- dba0951 Export main module
- 892998c Add missing dependency
- daa3c52 Add discarding
- 4a5a8c7 Add winning announcement
- 88da80f Account for no-win scenarios
- 938292f Add "Whirlwind"
- 200ebf2 Add "It's Getting Windy"
- 164356c Add "Meal Steal"
- 0201c53 Add "Siphon"
- a509391 Add "Reverse" and "Toolbox"
- f7f2629 Add "Wrench"
- 0aaea65 Add "Sleep"
- 5bf7550 Add "Surgery"
- ce1e3a6 Add "Spare Bolts"
- 5e8192f Add "Tire" and "Tire Iron"
- 45ee6d8 Add "Mattress" and "Uppercut"
- 247d12d Add "Mirror" and refactor discarding accordingly
- 969887e Add logo
- a004ddb Add "Cheap Shot", "Energy Drink", and "Soup"
- 011ece4 Add "Armor"
- ea56835 Add "Gas Spill"
- 9718c0a Add "Bulldozer", "Earthquake", and "Gamblin' Man"
- 201796b Add "Magnet"
- d329260 Add "Acid Coffee" and "Grease Bucket"
- e878ad9 Add "Crane"
- e913f68 Add "Deflector"
- c30abf5 Add API reference
- 3034ef6 Add "Dodge"
- 2dfdc0b Add "Avalanche"
- d69ac94 Add "Insurance"
- cb16862 Add dying
- 6c6d951 Replace Coveralls with Codecov
- cd1e390 Add "THE BEES" and "Sub"
- 9684f10 Add card parsing and filtering
- 3592737 Add "Block"
- 9fa03e0 Add "A Gun"
- c7ca5ee Add "Neck Punch"
- 0589828 Add grabbing
- 3fa715f Add passing; Update deck
- ba7b53b Add game rules
- 784b438 Add player management
- 7c08c32 Add game starting
- 0b7d7f9 Exclude spec files from coverage report
- e207b94 Add dealing and shuffling
- 699d7b6 Add announcer and language files
- b483f6d Create deck module
- b65cbfe Add travis-ci and coveralls
- 942b5c4 Generate node modules
- ca83aec Initial commit