Skip to content

v0.1.4

Compare
Choose a tag to compare
@andoriyu andoriyu released this 05 Apr 22:40
· 46 commits to master since this release
7c7fd12

0.1.4 (2020-04-05)

Bug Fixes

  • iter: iterators for implicit arrays (#12) (af2a5cc)
  • priority: Priority incorrectly capped at 15 (#15) (5ce2514)

Features

  • object: Ability to clone and deepclone objects (38de0fc)
  • object: Implement Ord (#14) (1fd4f73)
  • object: Implement PartialEq (#10) (5b7b78b)
  • Derive mandatory traits for Priority (9770705)