Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
packages
/
grading-utils
/
Filename :
CHANGELOG.md
back
Copy
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 1.1.0 - 2024-07-09 ### Changed - `scoreToGrade` and `scoreToLetterGrade` now expect an additional parameter, `scalingFactor`. This parameter should be provided for points-based grading schemes to ensure proper grade conversion. ## 1.0.2 - 2024-01-03 ### Changed - Simplify grading-utils package ## 1.0.1 - 2023-09-11 ### Changed - Remove `type: module` from `package.json` ## 1.0.0 - 2023-07-19 ### Added - A changelog to make changes clear - Initial work on this package