- Last updated: 2024-11-24T18:15:48Z
- Generator: thi.ng/monopub
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.34 (2024-06-21)
- dedupe wrap2/3() internals (6ca4b99)
1.0.30 (2024-04-20)
- update type usage (abad151)
1.0.0 (2024-01-23)
- 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
- modular behavior system with currently these 7 behaviors:
- update dynamicTarget() (647d7e1)
- add radius param
- update separation() behavior neighbor lookup (c8ece89)
0.1.3 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
0.1.0 (2023-10-27)
- import as new pkg (4852b92)