Skip to content

Release 1.0.2

Choose a tag to compare

@BobKerns BobKerns released this 17 Aug 09:01
· 62 commits to main since this release
497a25d

date: 202108-16

  • [BUGFIX] types weren't being passed on through Sync.Mixin and Async.Mixin. The constructed class now defines
    all the properties of the base class, and required the same constructor arguments.
  • Remove unused types SyncEnhancedConstructor, AsyncEnhancedConstructor, Constructor, ConstructorType.
    This should not be a breaking change for anyone.
  • Add type IteratorValue to extract the type of values being iterated over.