Skip to content

v0.4.0

Compare
Choose a tag to compare
@chyh1990 chyh1990 released this 22 Nov 08:02
· 72 commits to master since this release

This version contains breaking API changes in low level event-based API:

  • The EventReceiver gets ownership of events.
  • Always use linked-hash-map for map, preserving order.

API enhancement:

  • Add a cause() method to EmitError
  • Allow access to the Marker from ScanError

Performance enhancement:

  • #78 do not clone on peek(), ~20% performance gain.

And various fixes in emitter.