Skip to content

Commit 78770eb

Browse files
committed
Update package version to 1.1.0
1 parent 4bc8575 commit 78770eb

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.1.0] - 2023/01/10
9+
10+
### Added
11+
12+
- Classes `PercentageVariable` and `PercentageReference`
13+
- Uses floats in the range [0..1]
14+
- Custom editor property drawer that uses a slider
15+
- Functions `SetFixedValue` and `SetVariable` on `ValueReference`
16+
- Virtual property `defaultValue` on `ScriptableVariable`
17+
- Function `ResetToDefault` on `ScriptableVariable`
18+
- Array and list extension method `IndexOf` to get the index of an element/item using a custom predicate
19+
20+
### Changed
21+
22+
- Renamed `TimerBehaviour` to `TimedBehaviour`
23+
- Renamed `constantValue` to `fixedValue` in `ValueReference`
24+
- Renamed `useConstant` to `useVariable` in `ValueReference`
25+
- Defaults to `false` instead of `true` to match the existing logic
26+
- Renamed array and list extension method `IsAny` to `Contains`
27+
- Renamed array and list extension method `IsEach` to `ContainsAll`
28+
- Capitalized various property names
29+
- Fixed documentation typos and grammar
30+
831
## [1.0.0] - 2022/11/27
932

1033
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.architecture",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"displayName": "Architecture Toolkit",
55
"description": "The Architecture Toolkit contains data structures, design patterns, extensions, and utilities to help solve common architectural problems in Unity projects or simply make common programming tasks easier to manage.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)