Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 959 Bytes

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.

Added

  • Constants for strings params
  • Unified Class RpgUtils

Changed

  • Refactored Classes and added Entities as interfaces
  • Changed test to Vitest

v1.1.0 - 05-02-2021

Added

  • New RollUtils class to common utils.
  • Modification of rolls and sum added.

Changed

  • Promises in Async integrated in a TryCatch

v1.0.0 - 01-07-2021

Added

  • First Release