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

Releases: electricessence/TypeScript.NET

Latest release for v4.

17 Oct 20:27
Compare
Choose a tag to compare
v4.0.1

Fixed missing files.

Major update to distribution structure.

11 Jun 07:15
Compare
Choose a tag to compare

Divides up the distributions into separate NPM packages.

Promise<T> release.

27 May 09:41
Compare
Choose a tag to compare

This release includes the first stable versions of System/Promises/Promise<T> and System/Promises/LazyPromise<T>.

Alpha support for generators.

21 May 01:44
Compare
Choose a tag to compare

Extended all enumerators to accept a generator style interface.
IEnumerator<T> extends Iterator<T>

Say goodby to triple slash comments.

19 May 05:50
Compare
Choose a tag to compare

In order to make this more compatible with node modules, triple slash comments have been removed in place of standard imports.

Better typing when using distributed (/dist) versions.

17 May 21:27
Compare
Choose a tag to compare

This is a step in the right direction for exposing types while choosing the module type of your choice.
It exports all the declaration files provided by targeting ES6 but then overwrites the source with the actual module.
This will allow any dist to behave just as if it was the source folder.

A big step forward.

27 Apr 10:25
Compare
Choose a tag to compare

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.

Added ISet<T> and Set<T> collection.

14 Apr 00:54
Compare
Choose a tag to compare
v2.7.2

Added full unit test coverage for Set<T> and fixed any issues revealed.

Fixed validation issue with LinkedList

05 Apr 19:10
Compare
Choose a tag to compare
v2.7.1

Patched bug with validation check on LinkedList node.

Improved LinkedList code consolidation.

04 Apr 04:48
Compare
Choose a tag to compare
  • Some minor bug fixes.
  • Added more specific LinkedList unit tests.