Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 865 Bytes

File metadata and controls

21 lines (15 loc) · 865 Bytes

Changelog

0.5.0

  • Removed compulsory Default, Clone and Copy trait bounds
  • Renamed from() constructor to from_slice()
  • Renamed new() constructor to from()
  • Changed generics in apply_vals() method to accept arrays with items of any type and also to return PointND's with items of any type
  • Changed generics in apply_point() method to accept and return PointND's with items of any type
  • Changed modifier arg in apply methods to accept function pointers
  • Removed mutating math ops (Add, Neg, AddAssign, etc)
  • Removed into_vec() method for no_std compatibility
  • Moved dimension macros dim!, dims! and dimr! into the axmac crate
  • Removed (embarrassingly) incorrect documentation

..=0.4.1

  • Sorry... development was too fast and disorganised to keep track