Skip to content

Latest commit

 

History

History
167 lines (90 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

167 lines (90 loc) · 6.06 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-04-05

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

forge2d - v0.13.0

2023-11-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


forge2d - v0.12.2

  • FIX: Depend on any test version. (1f80bf35)

2023-11-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


forge2d - v0.12.1

2023-11-03

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

forge2d - v0.12.0

  • REFACTOR: ignored invariant boolean warning (#47). (c032f9c8)
  • FIX: Fixed issue where particles created were centred around (0,0) rather than their parent group's position. (#69). (a36e88e5)
  • FIX: Properly use the getX/YAxis out vector (#61). (c1aba67d)
  • FEAT: made ContactListener methods optional overrides (#55). (47037a14)
  • BREAKING REFACTOR: gravity getter and setter (#66). (5108e302)
  • BREAKING REFACTOR: isBullet getter and setter (#64). (ee5d4bf0)
  • BREAKING REFACTOR: isEnabled getter and setter (#65). (839e53a1)
  • BREAKING REFACTOR: removed wrapper get and set methods for GearJoint.ratio (#63). (58b51159)
  • BREAKING REFACTOR: used getter and setters for maxMotorForce (#62). (4ab2eb27)
  • BREAKING REFACTOR: used setters and getters for motorSpeed (#58). (96103f18)
  • BREAKING FIX: Add friction and restitution arguments to createFixtureFromShape (#56). (a91b08b6)
  • BREAKING FIX: Set the RopeJoint's local anchors to null vectors by default (#67). (2dfe1e8e)
  • BREAKING FEAT: Move to dart 2.17 and clean up comment. (#59). (8abd859f)

2022-04-11

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

forge2d - v0.11.0

  • FEAT: allowed specifying BodyDef properties via constructor (#51). (aa3f5f7c)
  • FEAT: allowed specifying FixtureDef properties via constructor (#52). (1c09a139)
  • BREAKING FEAT: allow modifying gravity in the x-axis and y-axis (#53). (c14b4245)
  • BREAKING FEAT: made default friciton 0 (#54). (e943a567)

2022-03-27

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

forge2d - v0.10.0

  • REFACTOR: moved Joint render method implementation (#49).
  • REFACTOR: removed mock instances (#48).
  • BREAKING REFACTOR: made createJoint use Joint over JointDef (#50).
  • BREAKING FEAT: remove JointType (#45).

2022-03-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


forge2d - v0.9.0