Skip to content

Releases: jcornaz/impacted

v2.0.3

02 Sep 08:33
Compare
Choose a tag to compare

Dependencies

  • Update glam to 0.29

v2.0.2

12 Jun 20:29
Compare
Choose a tag to compare

Breaking changes to unstable-v3

  • Change Shape trait methods to return impl Iterator
  • Rename feature glam-0-24 to unstable-glam-0-24

Dependencies

  • Update glam to 0.28
  • Bump rust MSRV to 1.68

v2.0.1

01 Nov 06:03
Compare
Choose a tag to compare

Added

  • unstable-v3 feature flag and related v3 module: an exploration of how could look like the next major version
  • unstable-v3-aabb Axis-Aligned-Bounding-Box shape for the v3 module

v2.0.0

03 Aug 06:26
Compare
Choose a tag to compare

Breaking changes

  • Removed all bevy interoperability features.
    Note that this crate, despite being now engine agnostic, is still usable from bevy, and an example of usage from bevy is still provided.
  • Removed deprecated and unused Error type

Bug fixes

  • Fix panic of contact generation that could occur if a circle was tested against its rotated version

Dependencies

  • Update glam to 0.24

Documentation

  • List feature flags in API documentation

v1.5.4

09 Jan 00:22
Compare
Choose a tag to compare

1.5.4 (2023-01-09)

Documentation

  • lower minimum supported rust version (msrv) to 1.60 (259b7a5)
  • readme: fix build badge (1f91bf8)

v1.5.3

26 Nov 10:36
75498af
Compare
Choose a tag to compare

1.5.3 (2022-11-26)

Documentation

  • bump MSRV to 1.65 (19608d5)
  • readme: deprecate integration with bevy (75498af)

v1.5.2

05 Nov 17:28
Compare
Choose a tag to compare

1.5.2 (2022-11-05)

Bug Fixes

v1.5.1

10 Oct 16:53
d5911fb
Compare
Choose a tag to compare

1.5.1 (2022-10-10)

Documentation

  • readme: remove mention of integration with bevy (d5911fb)

v1.5.0

01 Aug 12:40
37f57c6
Compare
Choose a tag to compare

1.5.0 (2022-08-01)

Features

v1.4.1

18 May 20:48
bdac393
Compare
Choose a tag to compare

1.4.1 (2022-05-18)

Documentation