Skip to content

Releases: jbcpollak/greenstalk

v1.5.0

30 Dec 17:09
1bb9a61
Compare
Choose a tag to compare

1.5.0 (2024-12-30)

Feature

  • synchronized state + parallel fixes (1bb9a61)
  • added synchronized state provider (23377b3)

Bug Fixes

  • fixed parallel node reset of state (8d7ffc3)

v1.4.0

13 Dec 21:22
0cf8f6d
Compare
Choose a tag to compare

1.4.0 (2024-12-13)

Feature

v1.3.0

21 Aug 13:56
c1074c6
Compare
Choose a tag to compare

1.3.0 (2024-08-21)

Feature

  • added reset to stateprovider (c1074c6)
  • added reset to stateprovider (e03f4e3)

Bug Fixes

  • fixed handling of async node function returning an error (77db72a)
  • fixed handling of async node function returning an error (04669b1)

v1.2.0

31 Jul 19:29
5e322e1
Compare
Choose a tag to compare

1.2.0 (2024-07-31)

Feature

  • added async function action (5e322e1)

v1.1.0

17 May 18:32
51373fa
Compare
Choose a tag to compare

1.1.0 (2024-05-17)

Feature

  • cicd: set token a different way (51373fa)

v1.0.0

17 May 14:45
289d17b
Compare
Choose a tag to compare

1.0.0 (2024-05-17)

Breaking Changes

  • Change paradigm to Activate OR Tick nodes (BREAKING CHANGE) (54866fc)

Feature

  • tests: fix linting errors (289d17b)
  • cicd: first pass at making a semantic release process (56b48b9)
  • added switch (3038c34)
  • added switch (6c13f1b)
  • moved state to greenstalk (a6dc4cb)
  • moved state to greenstalk (6fb97b7)
  • function action as a node wrapper (3810d9c)
  • strip returns, re-implement signaller using FunctionAction (900f1d2)
  • Function Action and Function Condition nodes (fb67f76)
  • Create Initial Github Action (fcf8c78)
  • Side Effect and Function Condition nodes. Tests fail (af0dee6)
  • Allow async nodes to be canceled by using a context (3c830a0)

Bug Fixes

  • WB-77 changed With signature (72733d7)
  • WB-77 changed With signature (8d372ae)
  • apply cleaner loop break (358f7ef)