Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.46 KB

CHANGELOG.1.0.1.md

File metadata and controls

37 lines (22 loc) · 1.46 KB

Changelog - Version 1.0.1

New Features and Enhancements

  • Added Vector2 Class: The Vector2 class has been completely finished with all its functions, providing extensive vector manipulation capabilities.

  • Introduced Mathf Namespace: A new namespace called Mathf has been introduced, containing utility functions for mathematical operations. Currently, it includes two functions: lerp and clamp, which offer interpolation and clamping functionality.

  • Extended Number Prototype: Two new prototype functions have been added to the Number interface. These functions are:

    • randomInt: Generates a random integer within a specified range.
    • randomFloat: Generates a random floating-point number within a specified range.
  • Added Debug Utility Class: A new utility class called Debug has been added. This class includes the following methods:

    • Log: Outputs log messages for debugging purposes.
    • Error: Logs error messages.
    • Warn: Logs warning messages. These classes provide a convenient way to log messages during development and debugging.

Bug Fixes and Improvements

  • No bug fixes or improvements have been made in this release.

Known Issues

  • There are no known issues in this release.

Deprecated Features

  • No features have been deprecated in this release.

Removed Features

  • No features have been removed in this release.

Upcoming Changes

  • In future releases, we plan to add more features and utilities to enhance the capabilities of the engine.