Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 1.61 KB

Changelog

  • Fix version links in CHANGELOG.md
  • Fix refresh icon font
  • Create README.md

0.1.4 - 2022-05-04

  • Added eslint, prettier
  • Create .editorconfig
  • Change the project files to match the new eslint config
  • Add scripts to check code style and find errors
  • Add .github folder with templates and test actions
  • Create custom notes visualizer

0.1.3 - 2022-05-04

  • Fix plus, refresh, blue-check icons
  • Move updateSettings() to storage.js
  • Create getSettings() in storage.js
  • Create getState(), updateState() in storage.js
  • Clear previous state on settings submit
  • Create game.js with mock functions

0.1.2 - 2022-05-03

  • Rename repository from train-intervals to IntervalsTrainer
  • Init npm package
  • Move markup into public folder
  • Install reload module
  • Create reload script for make markup development faster
  • Create .gitignore and .gitattributes

0.1.1 - 2022-05-02

  • Create game page markup
  • Update icons font
  • Add header title with left align
  • Move js files from src to js

0.1.0 - 2022-05-02

  • Create settings page markup
  • Create CHANGELOG.md