Skip to content

Releases: SodiumFRP/sodium-typescript

v3.0.7

18 Jul 00:13
Compare
Choose a tag to compare
  • Cell::setStream performance fix (its a internal private method).

v3.0.6

12 Jun 11:01
Compare
Choose a tag to compare
  • Operational::split / Operational::defer rank fix
  • Cell::tracking fix (Implemented via vertices instead of the hacky way).

v3.0.5

29 May 01:33
Compare
Choose a tag to compare
  • Router duplicate keys returned by selector bug fix.

v3.0.4

29 May 00:51
Compare
Choose a tag to compare
  • Router utility.

v3.0.3

25 May 13:25
Compare
Choose a tag to compare
  • Important rank bug fix. (E.g. the expression sa.snapshot1(Z) would change rank when Z changed rank, which is not correct. sa.snapshot1(Z) should only change rank when sa changes rank.)
  • Cell::tracking for keeping sodium objects within the value of a cell alive even though it is not currently used. (incase it gets used by a switchC/switchS later on during execution)
  • Cell::calm, when going from a large type to a small type there is a possibility for collisions in their values, this method lowers the noise on the network.
  • Cell::calmRefEq, similiar to Cell::calm but you do not need to supply an eq function, it will just use the === operator.

v3.0.2

22 May 11:54
Compare
Choose a tag to compare
important memory leak & disappearing listener fix

v3.0.1

16 May 01:45
Compare
Choose a tag to compare

catch up with recent memory management fixes

v2.0.1

23 Aug 17:33
Compare
Choose a tag to compare
bump version for release

v1.1.4

12 Jul 19:53
Compare
Choose a tag to compare
test and updated dependency

v1.1.3

13 Feb 18:31
Compare
Choose a tag to compare
normalized test