Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@xShadowBlade xShadowBlade released this 08 Nov 02:35
· 701 commits to main since this release

Release Notes - Version 3.0.0

Overview

This major version adds declaration files as well as removes the use of :

import eMath, { E } from "emath.js";

Instead, use:

import { eMath, E } from "emath.js";

Full Changelog: v2.3.0...v3.0.0

Known Bugs

  • currencyStatic.calculateUpgrade buggy

Feedback

We value your feedback! If you encounter any issues or have suggestions for improvement, please open a new issue.

Thank you for using this project!