Skip to content

Latest commit

 

History

History
86 lines (44 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

86 lines (44 loc) · 4.81 KB

Changelog

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

1.7.0 (2022-10-05)

Features

1.6.0 (2021-08-03)

Features

  • server: solve euler062 (8a907f1)
  • server: solve euler063 (5e804f5)
  • server: solve euler064 (8025f9a)
  • server: solve euler065 (81828df)
  • server: solve euler066 (381cba7)
  • server: solve euler067 (99fd729)
  • server: use custom number to words generator and remove npm package number-to-words (16da490)

Bug Fixes

  • server: fix code fetch in production environment (52886d1)

1.5.0 (2021-07-08)

Features

  • server: use BigInt and remove npm package bignumber.js (c334206)
  • server: use custom combinatorics and remove npm package js-combinatorics (6129cd2)

1.4.0 (2020-11-20)

Features

  • client: add matomo analytics (self-hosted) (f873532)
  • client: rename modal 'copyright' -> 'about' and change icon (bb55272)
  • client: version number inside about modal is now a link to changelog (4f59071)

Bug Fixes

  • client: fix 404 error on page refresh (b448eff)
  • client: fix service worker (439d8ad)

1.3.1 (2020-09-14)

Bug Fixes

  • improve version bump and fix version recovery form client (170fb76)

1.3.0 (2020-09-13)

Features

1.2.0 (2020-08-28)

Features

  • client: upgrade to Angular 10 (26cac42)

Bug Fixes

  • server: deal with assets path resolution in dev and prod envs (b8149c2)
  • server: display server error on server shutdown, if any (ca36bb5)
  • server: gracefully shutdown server on SIGINT and SIGTERM signals (9c1b4d0)

1.1.0 (2019-11-05)

Features

  • add loading icon when loading problems (a297890)