Skip to content

Latest commit

 

History

History
123 lines (73 loc) · 6.31 KB

CHANGELOG.md

File metadata and controls

123 lines (73 loc) · 6.31 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.1 (2020-02-16)

Bug Fixes

  • public: make icon links relative (03bbd05)

0.5.0 (2020-02-16)

Features

  • public: add favicon and other icons (9d60e24)

0.4.0 (2020-01-09)

Bug Fixes

  • index: set text color to white given background-color is black (7babc65)
  • scenes: ensure texts have consistent margins (40d0a69)

Features

  • index: comment out registerServiceWorker (596bc98)
  • index: set body background-color to black (5ed474c)
  • public: hide github-corners when window width >=992px (1814e01)
  • public: update "short_name" to "FTFY" in manifest.json (1cd2d75)
  • public: update meta description, tidy IE comment and noscript (e629168)

0.3.0 (2019-01-28)

Features

  • public: add Google Analytics global site tag to index.html (264b9d1)

0.2.1 (2019-01-27)

Bug Fixes

0.2.0 (2019-01-27)

Bug Fixes

  • change velocity of ball to point at vip (bf3dd6d)
  • clean up linting errors (6b691a5)

Features

  • add game logic for winning (eb76120)
  • add intro scene (48fe698)
  • public: don't load github-corners on screens smaller than 680px (5eac09a)
  • add level count (9387b0f)
  • add more balls (1501980)
  • add more levels (7631fed)
  • scenes: create Win scene and constant and add to game config (124ed10)
  • clone project from phaser-template (4055037)
  • create all levels config (fd9a00e)
  • create base elements for gameplay (2131311)
  • constants: add COLORS, FONTS, and SIZES (c6e051b)
  • scenes: add event listener for window resize in Boot (bf23a18)
  • make game over and win return to proper levels (90931af)
  • update assets and bounding boxes (074b62d)
  • scenes: resize screen on game init in Boot (1481bd9)
  • scenes: update pillow count text and tweak launch ball (5550077)

0.1.0 (2019-01-27)

Bug Fixes

  • change velocity of ball to point at vip (bf3dd6d)
  • clean up linting errors (6b691a5)

Features

  • add game logic for winning (eb76120)
  • add intro scene (48fe698)
  • public: don't load github-corners on screens smaller than 680px (5eac09a)
  • add level count (9387b0f)
  • add more balls (1501980)
  • add more levels (7631fed)
  • scenes: create Win scene and constant and add to game config (124ed10)
  • clone project from phaser-template (4055037)
  • create all levels config (fd9a00e)
  • create base elements for gameplay (2131311)
  • constants: add COLORS, FONTS, and SIZES (c6e051b)
  • scenes: add event listener for window resize in Boot (bf23a18)
  • make game over and win return to proper levels (90931af)
  • update assets and bounding boxes (074b62d)
  • scenes: resize screen on game init in Boot (1481bd9)
  • scenes: update pillow count text and tweak launch ball (5550077)