Skip to content

Commit 0e127b8

Browse files
committed
Update package version to 1.2.0
1 parent d56e010 commit 0e127b8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2021/07/10
9+
10+
### Added
11+
12+
- Static class `Benchmark` to replace `ComparePerformance`
13+
- Static class `Compare<T>` to replace `CompareResults<T>`
14+
- Overloads for logging messages with custom prefixes
15+
- New `Log.Assertion` methods
16+
17+
### Removed
18+
19+
- MonoBehaviour `ComparePerformance`
20+
- MonoBehaviour `CompareResults<T>`
21+
22+
### Changed
23+
24+
- Package description
25+
- Documentation comments
26+
- [FPSDisplay]: The `SetDisplayFormat` method can now be overriden
27+
828
## [1.1.0] - 2021/06/28
929

1030
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.debug",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"displayName": "Zigurous Debug Tools",
55
"description": "The Debug Tools package contains assets and scripts for debugging Unity projects. Included in the package are scripts for enhanced console logging, benchmarking, displaying framerate, and more. The package also comes with shaders to visualize different vertex data.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)