- initial version, all tests passed
- public release
- add: new interface Repeater
- add: new concept - OpWrapper
- add: new function to create Repeater with wrapping operations
- add: new WithContext - a repeater that checks for context errors before operation call
- add: IsTemporary and IsStop to errors
- add: FnOnError to operations
- add: missing tests to operations
- add: Nope to operations
- add: new function to create Repeater with constructor and destructor - Cpp
- add: Once and FnRepeat to Repeater and global functions
- fix: Once calls global compose
- ref: some changes in Cpp concept. It is transparent for input errors now, it also panics if D fails
- add: Done, FnDone, FnOnlyOnce
- add: 100% test coverage