Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Releases: chickensoft-games/GoDotNet

v1.5.6

19 May 21:27
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency chickensoft.godottest to v1.1.7 by @renovate in #16
  • chore(deps): update dependency dotnet-sdk to v6.0.408 by @renovate in #17
  • chore(deps): update dependency shouldly to v4.2.0 by @renovate in #18
  • chore(deps): update dependency shouldly to v4.2.1 by @renovate in #19
  • chore(deps): update all dependencies by @renovate in #20
  • chore(deps): update all dependencies to v4.0.3-rc.2 by @renovate in #21
  • chore(deps): update dependency chickensoft.godottest to v1.1.9-godot4.0.3-rc.2 by @renovate in #22
  • chore(deps): update all dependencies by @renovate in #23

Full Changelog: v1.5.3...v1.5.6

v1.5.5-godot4.0.3-rc.2

12 May 21:59
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update all dependencies to v4.0.3-rc.2 by @renovate in #21

Full Changelog: v1.5.4-godot4.0.3-rc.1...v1.5.5-godot4.0.3-rc.2

v1.5.4-godot4.0.3-rc.1

28 Apr 03:48
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency chickensoft.godottest to v1.1.7 by @renovate in #16
  • chore(deps): update dependency dotnet-sdk to v6.0.408 by @renovate in #17
  • chore(deps): update dependency shouldly to v4.2.0 by @renovate in #18
  • chore(deps): update dependency shouldly to v4.2.1 by @renovate in #19
  • chore(deps): update all dependencies by @renovate in #20

Full Changelog: v1.5.3...v1.5.4-godot4.0.3-rc.1

v1.5.3

04 Apr 22:20
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency chickensoft.godottest to v1.1.6-godot4.0.2-rc.1 by @renovate in #12
  • chore(deps): update all dependencies by @renovate in #15

New Contributors

Full Changelog: v1.5.0...v1.5.3

v1.5.2-godot4.0.2-rc.1

03 Apr 00:18
Compare
Choose a tag to compare

v1.5.1-godot4.0.2-rc.1

02 Apr 22:17
Compare
Choose a tag to compare

v1.5.0

02 Apr 22:07
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade to Godot 4 beta 6 by @definitelyokay in #4
  • chore: Update to Godot 4 Beta 8 by @definitelyokay in #5
  • feat: expose readonly interfaces for machine and notifier by @definitelyokay in #6
  • feat: allow announce to be called on machine and notifier by @definitelyokay in #7
  • feat: add random number generator by @definitelyokay in #8
  • refactor: update to new GodotPackage template by @definitelyokay in #10

Full Changelog: v1.0.0...v1.5.0

Version 1.4.0-beta8

27 Dec 17:40
Compare
Choose a tag to compare
  • Adds a testable convenience wrapper for System.Random.

Version 1.3.0-beta8

18 Dec 22:14
4f765d0
Compare
Choose a tag to compare
  • Removes overly-complicated architecture recommendations from the readme.
  • Allows Announce to be called on Machine and Notifier to re-announce their current state or value, respectively.
  • Adds a new event to Notifier, OnUpdated, which only receives the current value for the sake of convenience when you don't care about the previous value.

Version 1.2.0-beta8

18 Dec 19:22
ebf87dd
Compare
Choose a tag to compare
  • Allows state machines to be referenced as IReadOnlyMachine<TState> for readonly access.
  • Allows notifiers to be referenced as IReadOnlyNotifier<TValue> for readonly access.