Skip to content

v0.5: scheduled release

Pre-release
Pre-release
Compare
Choose a tag to compare
@hhvm-hsl-bot hhvm-hsl-bot released this 29 Sep 17:37

Highlights

  • async functions are now released, e.g. Vec\filter_async(), Vec\from_async(), and Vec\map_aysnc(). Similar functions exist for the other collection namespaces.
  • Str\split() and Str\join() are now temporarily deprecated as part of the work to switch their argument order for consistency (#3)

All Changes