Skip to content

v0.7.0

Compare
Choose a tag to compare
@Hackerpilot Hackerpilot released this 20 Mar 19:58
· 140 commits to master since this release

Changes from v0.6.0:

  • Updated dub.json to reflect the new location of this repository
  • Improvements and fixes for the README
  • Changes that allow DynamicArray to be used in @nogc code in more cases
  • Removed DynamicArray's calls to object destructors.
  • Allow ~= on DynamicArray to accept an array, and make the operator return a reference to this.
  • Use the API-frozen stdx-allocator package instead of std.experimental.allocator
  • Add byKey, byValue/opSlice, and byKeyValue to HashMap.