FutureScript Extension
Check https://zizisoft.com/fus-ext for documentation.
FutureScript Extension
Check https://zizisoft.com/fus-ext for documentation.
2018-06-12T18:39:02Z
AsyncQueue
.Point
is now more reliable when stringified to JSON.Point
mistakenly uses JS's constructor
keyword.2018-06-10T17:04:38Z
Fix a web
bug that response with no "Content-Type" header will result in error on Node.js.
2018-05-21T23:38:30Z
Fix a bug of sum
, average
and product
method of Array
when the array is empty.
2018-05-17T21:41:28Z
Fix a bug in IntervalTimer
when skipsPast
is set to true.
2018-05-16T17:46:32Z
Fix a bug of onMessage
event in web.Socket
.
2018-05-15T15:01:57Z
Fix a bug in web.Socket
constructor.
2018-05-15T14:35:40Z
Support relative URI in web.Socket
constructor.
2018-05-12T08:35:00Z
web.request
now supports redirection.web.Socket
class, but just for browser. In the future we'll make it run on Node.js.2017-08-22T15:40:22Z
asyncForEach
, asyncMap
, asyncSome
, asyncEvery
methods.eventField
's asyncFire
method.2017-05-05T12:24:22Z
web
can parse UTF-16LE responses or responses with BOM in Node.js.2017-04-04T06:14:30Z
holder
argument to event listener.2017-03-22T17:19:34Z
web
errors are sometimes not turned into promise rejections.2016-09-28T09:16:08Z
2016-09-25T10:43:38Z
approxEquals
now better handles numbers near zero.2016-09-16T06:16:12Z
2016-08-14T17:03:13Z
2016-08-09T10:42:41Z
Uint8Array
methods.bound
method for string, array, and Uint8Array
.2016-08-08T13:50:24Z
Add toString
method to Uint8Array
instance, and toBytes
method to String
primitive.
2016-07-15T13:37:43Z
Add Promise..delay
.
2016-07-06T07:05:47Z
Base64 encoding and decoding.
2016-06-26T18:28:06Z
Clean README.
2016-05-09T13:33:56Z
Fix a web bug.
2016-04-18T10:34:07Z
Tweak manifest files.
2016-04-16T01:37:04Z
Borrow features from Mate.
2016-03-18T19:10:59Z
Add many functions. Rename repeat
to loop
.
2016-02-29T19:53:24Z
Add enum
.
2016-01-23T14:03:41Z
Fix an example bug.
2016-01-23T12:36:34Z
Add web
and many other namespaces.
2015-12-31T02:29:17Z
Initial release.