-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c87a24c
commit e18f1b3
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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.0.0] - 02/27/2021 | ||
|
||
### Added | ||
|
||
- Processor Functions | ||
- Chance Functions | ||
- Float Equality Comparer | ||
- Number Extensions | ||
- Comparable Extensions | ||
- Bounds/Collider Extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"name": "com.zigurous.math", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"displayName": "Zigurous Math Functions", | ||
"description": "Math functions and utilities for Unity projects.", | ||
"description": "The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.", | ||
"unity": "2019.4", | ||
"keywords": ["math", "utilities", "random"], | ||
"author": { | ||
"name": "Zigurous", | ||
"email": "[email protected]", | ||
|