Skip to content

Releases: fab2s/NodalFlow

2.0.6

19 Jan 14:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

2.0.5

04 Jan 07:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4

18 Sep 17:39
Compare
Choose a tag to compare
fix readme

2.0.3

08 Sep 09:25
Compare
Choose a tag to compare

Bump symfony contracts and events

2.0.2

14 Mar 17:30
Compare
Choose a tag to compare

Add support for php8.1

2.0.1

16 Jun 09:16
Compare
Choose a tag to compare

Add support for php8.0

V2.0

18 Oct 17:42
Compare
Choose a tag to compare

More Type Hint

Entertainment

31 Mar 07:14
Compare
Choose a tag to compare

This version introduces the use of events as a replacement for the callbacks. It stays fully compatible with existing callback.

This version deprecates callbacks which will be removed at some point in the (not so near) future.

SoUuid

10 Feb 15:32
Compare
Choose a tag to compare

Switch to SoUuid for Flow/Node id generation for better guarantees and specification.
This update should not be of any consequences other that the format of the ids.

Rationale

01 Feb 09:56
Compare
Choose a tag to compare

This version introduces many structural changes in NodalFlow mainly dealing with Interruptions, Flow maps and Node increments.

Unless you did extended NodalFlow and started to play with stats and increments in your own Nodes, you should not have to worry. If you did, have a look at how increments are handled by declaration now, it should be pretty obvious to follow and update the (should be) few direct increments in your code.