Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

26 lines (22 loc) · 1.52 KB

Change Log

v0.4 (2017-08-28)

  • crate now follows almost all points from Rust API Guidelines (#52 #62)
  • iter and iter_mut methods now return only alive components (#55)
  • Cursor concept has been changed a lot to provide more power (#58 #59 #60)
  • serious bug on 32-bit machines has been fixed (#64)

v0.3 (2017-05-15)

  • removed storage locks (#32 #33)
  • optimized epoch initialization (#37)
  • implemented FromIterator and IntoIterator (#39)
  • got internal benchmarks (#36)
  • compacted pointer data (#40)

v0.2 (2017-05-12)

  • fast index operators (#18)
  • weak pointers (#14)
  • storage iterators (#12)
  • cube-ception demo (#1)

v0.1 (2017-02-11)

  • basic component pointers
  • read/write storage locking
  • slice dereferences and index pinning
  • deferred refcount updates