@quenty/math
Advanced tools
Comparing version 2.2.0 to 2.3.0-canary.347.e0dad1c.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.3.0-canary.347.e0dad1c.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/math@2.2.0...@quenty/math@2.3.0-canary.347.e0dad1c.0) (2023-03-31) | ||
### Features | ||
* Add Math.isNaN(num: number): boolean and Math.isFinite(num: number): boolean API calls ([13a2aa9](https://github.com/Quenty/NevermoreEngine/commit/13a2aa908572a27d427a50ea08e290863f424645)) | ||
# [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/math@2.1.0...@quenty/math@2.2.0) (2022-03-27) | ||
@@ -8,0 +19,0 @@ |
MIT License | ||
Copyright (c) 2014-2021 Quenty | ||
Copyright (c) 2014-2023 James Onnen (Quenty) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@quenty/math", | ||
"version": "2.2.0", | ||
"version": "2.3.0-canary.347.e0dad1c.0", | ||
"description": "Utility math functions from Nevermore for Roblox", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "501844bd6c3d3f765fd3032b997d8030bc963a1f" | ||
"gitHead": "e0dad1c6044f59b3a389ed388cebbfacf2b4a7ca" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7348
2