Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 24/10/2020

  • Initial commit

[1.0.1] - 24/10/2020

  • For testing purposes

[1.0.2] - 24/10/2020

  • For testing purposes

[1.0.3] - 27/10/2020

  • Update README.md to use absolute links
  • Minor refactoring
    • Turn classes with only static methods into collections of independent functions
    • Add mantainability
  • Add tests
    • Merge collisions
      • Achievement progress
      • Achievement unlock time
      • Achievement unlock time (with useOldestUnlockTime flag set to false)

[1.1.0] - 13/11/2020

  • Remove fs-ext and reflect the new concurrency problem
  • Fix a bug that happend when a database game with invalid values was loaded
  • Add methods to the API of Celes
    • addGame()
    • removeManaullyAddedGame()
    • unlockAchievement()
    • removeManuallyUnlockedAchievement()
  • Add tests for the new methods
  • Minor fixes