Skip to content

Releases: SolidAlloy/GenericScriptableArchitecture

1.1.1

29 Aug 15:12
Compare
Choose a tag to compare

1.1.1 (2021-08-29)

Bug Fixes

  • Fixed compilation error when using Timeline 1.4.8 (a0c9768)

1.1.0

28 Aug 13:51
Compare
Choose a tag to compare

1.1.0 (2021-08-28)

Bug Fixes

  • Added TimelineInternals sln and csproj files to git repo (22c30db)

Features

  • Fixed emitters for new Timeline package version and added a custom action menu for generating generic emitters (07ed92c)
  • Started generating emitters with each new concrete ScriptableEvent (0090890)
  • Started using the new ApplyToChildren attribute on ScriptableEventEmitters (235f36e)

1.0.1

23 Aug 11:45
Compare
Choose a tag to compare

1.0.1 (2021-08-23)

Bug Fixes

  • Fixed reference to the Timeline assembly (566fb24)

1.0.0

22 Aug 19:37
Compare
Choose a tag to compare

1.0.0 (2021-08-22)

Bug Fixes

  • Added missing releaserc.json (27af6e5)
  • Fixed OnEnable not running for Variable and VariableWithHistory in Editor with PlayMode options enabled (1f20864)
  • In Variables, when current values is changed through inspector, the previous value is sent through event (33321e6)

Features

  • Added CI to release the package (dc7c47a)