File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,34 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.2.0] - 2022/10/30
8+ ## [ 1.2.0] - 2023/06/20
99
1010### Added
1111
12- - New constructors added to ` FloatEqualityComparer ` and ` DoubleEqualityComparer ` to specify amount of digits
13- - New ` Transform ` extensions
12+ - Constructors to specify the amount of digits on ` FloatEqualityComparer ` and ` DoubleEqualityComparer `
13+ - Overloads for ` short ` and ` long ` number abbreviations
14+ - New ` ComparisonSign ` enum
15+ - New ` Bounds ` extensions
16+ - ` Lerp `
17+ - ` LerpUnclamped `
18+ - ` InverseLerp `
19+ - ` CalculateScale `
1420- New ` Rect ` extensions
21+ - ` Contains `
22+ - ` Encapsulate `
23+ - ` Lerp `
24+ - ` LerpUnclamped `
25+ - ` InverseLerp `
26+ - New ` Transform ` extensions
27+ - ` AveragePositionOfChildren `
28+ - ` CenterPositionOfChildren `
29+ - ` Reset `
30+ - ` ResetLocal `
31+ - ` SetPosition `
32+ - ` SetLocalPosition `
33+ - ` SetEulerAngles `
34+ - ` SetLocalEulerAngles `
35+ - ` SetLocalScale `
1536
1637## [ 1.1.1] - 2022/05/19
1738
You can’t perform that action at this time.
0 commit comments