Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

59 lines (40 loc) · 1.97 KB

Change Log

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

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

1.0.30 (2024-04-20)

♻️ Refactoring

1.0.0 (2024-01-23)

🛑 Breaking changes

  • major refactoring/restructuring, new behavior system (22cb42d)
  • BREAKING CHANGE: major refactoring/restructuring, new behavior system
    • modular behavior system with currently these 7 behaviors:
      • alignment()
      • attractPolyline()
      • braitenberg2()
      • cohesion()
      • dynamicTarget()
      • followPolyline()
      • separation()
    • add blendedBehaviorUpdate()
    • add clamp2/3() and wrap2/3() global constraints
    • add Flock class (+ defFlock() factory fn)
    • update/simplify Boid class and 2d/3d factory fns
    • update BoidOpts
    • add doc strings
    • add/update deps

🚀 Features

  • update dynamicTarget() (647d7e1)
    • add radius param

🩹 Bug fixes

  • update separation() behavior neighbor lookup (c8ece89)

0.1.3 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

0.1.0 (2023-10-27)

🚀 Features