Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mitranim/posterus

Tags

0.6.1

Toggle 0.6.1's commit message
fix fiber edge case; brevity

0.6.0

Toggle 0.6.0's commit message
revised fibers, removed implicit promise conversions

0.5.1

Toggle 0.5.1's commit message
implicit promise interop

0.5.0

Toggle 0.5.0's commit message
dramatically simpler, faster, more synchronous

0.4.6

Toggle 0.4.6's commit message
`import 'posterus/fiber'` auto-chooses ES2015

0.4.5

Toggle 0.4.5's commit message
actually publish ./es

0.4.4

Toggle 0.4.4's commit message
ES modules for module concatenation support

* this makes Posterus compatible with Webpack's new module concatenation feature, leading to slightly cleaner and smaller bundles

0.4.3

Toggle 0.4.3's commit message
Future.all no longer gets slower with large input arrays

* probably irrelevant in real world code, but could make us look bad in artificial microbenchmarks

0.4.2

Toggle 0.4.2's commit message
bugfixed a rare edge case in .all and .race

0.4.1

Toggle 0.4.1's commit message
unignore posterus/fiber for NPM, remove posterus/routine