Skip to content

Commit

Permalink
Update package version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Jan 11, 2023
1 parent 4bc8575 commit 78770eb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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.1.0] - 2023/01/10

### Added

- Classes `PercentageVariable` and `PercentageReference`
- Uses floats in the range [0..1]
- Custom editor property drawer that uses a slider
- Functions `SetFixedValue` and `SetVariable` on `ValueReference`
- Virtual property `defaultValue` on `ScriptableVariable`
- Function `ResetToDefault` on `ScriptableVariable`
- Array and list extension method `IndexOf` to get the index of an element/item using a custom predicate

### Changed

- Renamed `TimerBehaviour` to `TimedBehaviour`
- Renamed `constantValue` to `fixedValue` in `ValueReference`
- Renamed `useConstant` to `useVariable` in `ValueReference`
- Defaults to `false` instead of `true` to match the existing logic
- Renamed array and list extension method `IsAny` to `Contains`
- Renamed array and list extension method `IsEach` to `ContainsAll`
- Capitalized various property names
- Fixed documentation typos and grammar

## [1.0.0] - 2022/11/27

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zigurous.architecture",
"version": "1.0.0",
"version": "1.1.0",
"displayName": "Architecture Toolkit",
"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.",
"unity": "2019.4",
Expand Down

0 comments on commit 78770eb

Please sign in to comment.