Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

A big step forward.

Compare
Choose a tag to compare
@electricessence electricessence released this 27 Apr 10:25
· 335 commits to master since this release

This release includes quite a few new classes and useful abstract base classes. Each being implemented to follow an appropriate inheritance pattern.

Subsequently, to ensure quality, code coverage reports were made and the Collections/Array classes and utilities has reached 100% code coverage.

Some bug fixes and many optimizations.

The module definitions and some file names have been changed/improved.

Added Iterator interfaces to IEnumerable to allow for forward compatibility with generators.