Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 3.03 KB

Changelog

This project uses Semantic Versioning. All releases are documented both on the GitHub releases page and in this file.

v1.0.2 (February 14, 2020)

  • Update project URLs that reference the old Codework organization (#102)
  • Switch to npm from Yarn (#102)
  • Update Firebase configs for each environment to use Firebase app credentials (#102)
  • Update contributing guidelines and package license (#101)

v1.0.1 (December 18, 2019)

  • Update vue-cli version (#98, #99)

v1.0.0 (April 5, 2019)

  • Finalize v1.0.0

v1.0.0-rc.3 (September 3, 2018)

  • Stop saving a user's email to the database because it's not needed anywhere (#90)

v1.0.0-rc.2 (February 19, 2018)

  • Use the correct Firebase config based on the env (#88)

v1.0.0-rc.1 (February 19, 2018)

  • Port app from React to Vue and add ability to delete own solutions (#85, #86)

v1.0.0-beta.4 (January 14, 2018)

  • Add syntax highlighting to regular expressions in code blocks (#81)

v1.0.0-beta.3 (November 28, 2017)

  • Add a visual difficulty indicator to each challenge based on its KYU point value (#73)
  • Add a config for the development Firebase instance (#74)
  • Refactor cards and lists (for challenges, submissions, and tags) to use better named and organized components (#75)
  • Load user data on demand card instead of loading data for all users into state on app initialization (#76)
  • Reorganize utils into a single file of small helper functions, and unregister the service worker (#77)
  • Rename entities and/or their attributes to be more semantic and just generally better (#78)
  • Fix buttons affected by Chrome v62 applying a default border radius (#79)

v1.0.0-beta.2 (November 11, 2017)

  • Refactor some firebase and state structures (#68, #70)
  • Add 404 page (#69)
  • Add number of solutions to challenge cards (#71)

v1.0.0-beta.1 (October 11, 2017)

This is the initial public release.