Skip to content

Releases: samchon/tgrid

v1.0.0

16 May 18:25
Compare
Choose a tag to compare

Nestia Logo

Published v1 update with https://tgrid.com renewal.

What's Changed

New Contributors

Full Changelog: v0.11.0...v1.0.0

v0.11.0

28 Apr 17:38
9f23125
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10,3...v0.11.0

v0.10,3

17 Apr 14:57
acc78d0
Compare
Choose a tag to compare

What's Changed

  • WebAcceptor.upgrade() for 3rd party libraries. by @samchon in #66

Full Changelog: v0.10.2...v0.10,3

v0.10.2

02 Apr 12:15
5c5ce71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.2

v0.10.0

27 Mar 20:18
56f99cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Mar 06:18
8349c89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.8...v0.9.0

v0.8.8

01 Sep 18:13
ce72c13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.8.8

TGrid v0.2

05 Nov 01:00
Compare
Choose a tag to compare

Related Project: https://github.com/samchon/tgrid/projects/4

New Features

  • Guide Documents - #16
  • [RFC] Returned object be primitive - #21
  • [RFC] Parametric types be compatible with primitive - #22
  • Driver type checking - #24

Enhancements

Fixed Errors

  • [RFC] Parametric value undefined be null - #15
  • WorkerServer.join() does not work - #19

TGrid v0.1

22 Dec 11:24
Compare
Choose a tag to compare

TGrid

TGrid is a tiny framework for Grid Computing in TypeScript, following such concepts:

  • ROF: Remote Function Call
  • RON: Remote Object Call
  • OON: Object Oriented Network

New Features

Now, the first version of TGrid has released. TGrid v0.1 provides below components:

Documents

At last, I've been publishing documents for users