Releases: devlaam/Leucine
Releases · devlaam/Leucine
0.4.0
- Added new actor types, the old ones are no longer in function (breaks existing source code)
- Added the possibility to restrict the letter to specific actors on type level
- Added the started() call back
- Corrected many typo's in the comments
- Fixed a few possible pitfalls during object instantiation
- Added the ChatGRT demo
- Moved the type parameters from the Actor definition to type members in their companion object.
- All Actors are now statefull per default, and can be made stateless with one mixin.