Skip to content

Strata 0.0.11

Compare
Choose a tag to compare
@bigeasy bigeasy released this 10 Jan 16:57
· 1467 commits to master since this release

Set Immediate

Replace process.nextTick with setImmediate everywhere. Rename the nextTick property passed to the constructor to setImmediate. Use setImmediate in the tests.

Additionally, upgrade the target version for Travis CI to 0.10 since it is the version that alterted nextTick.

Issue by Issue

  • Rename the nextTick property to setImmediate. #319.
  • Replace process.nextTick with setImmediate in tests. #318.
  • Release version 0.0.11. #317.
  • Use setImmediate instead of nextTick. #316.
  • Build with 0.10 on Travis CI. #315.