1. 932d814 Bump the github-actions group across 1 directory with 2 updates (#361) by dependabot[bot] · 18 hours ago master
  2. df41e73 chore: Remove the deprecated SimplexNoise class (#342) by Lukas Klingsbo · 19 hours ago
  3. 07f1c0d Prepare to publish (#364) by Nate Bosch · 19 hours ago v2.3.0
  4. 70fe91c Ignore avoid_classes_with_only_static_members lint on existing classes (#363) by Kevin Moore · 3 days ago
  5. 66d590b Bump the github-actions group with 2 updates (#357) by dependabot[bot] · 2 months ago
  6. aa794a2 feat: Add leftTranslateByVector2 method to Matrix4 (#351) by Luan Nico · 3 months ago
  7. be9974e Add `Matrix4.leftMultiply` for left multiplication in-place (#354) by LongCatIsLooong · 4 months ago
  8. 29000f7 Bump the github-actions group with 2 updates (#356) by dependabot[bot] · 4 months ago
  9. 70a9a2c Fix dartdoc reference warnings on clamp function (#355) by Kevin Moore · 4 months ago
  10. ee9f14d feat: Add translateByVector2 method to Matrix4 (#349) by Luan Nico · 4 months ago
  11. 097de0e Bump actions/stale from 10.0.0 to 10.1.0 in the github-actions group (#353) by dependabot[bot] · 4 months ago
  12. a7b7e9c Bump the github-actions group with 2 updates (#352) by dependabot[bot] · 6 months ago
  13. 3939545 Bump min SDK to 3.7, update dependencies, reformat (#348) by Kevin Moore · 8 months ago
  14. 13f185f Remove prefer-inline for non-trivial Matrix functions (#347) by Kevin Moore · 10 months ago v2.2.0
  15. 0279cb8 Improve performance of functions with dynamic arguments (#345) by Ömer Sinan Ağacan · 11 months ago
  16. 39cafd4 prep for publishing 2.1.5 (#344) by Devon Carew · 11 months ago v2.1.5
  17. dc9d379 chore: Remove test_all.dart since this is built-in to `dart test` (#343) by Lukas Klingsbo · 11 months ago
  18. f08d7d2 Bump dart-lang/setup-dart in the github-actions group (#340) by dependabot[bot] · 1 year, 1 month ago
  19. 533c513 Bump the github-actions group with 2 updates (#339) by dependabot[bot] · 1 year, 2 months ago
  20. bd4b574 Partial fix for benchmarks (#337) by Plague Fox · 1 year, 3 months ago
  21. 433fb6c Bump dart-lang/setup-dart in the github-actions group (#336) by dependabot[bot] · 1 year, 4 months ago
  22. ec5080d Bump the github-actions group with 2 updates (#334) by dependabot[bot] · 1 year, 5 months ago
  23. 3937447 blast_repo fixes (#333) by Kevin Moore · 1 year, 5 months ago
  24. da9889f Bump the github-actions group across 1 directory with 2 updates (#332) by dependabot[bot] · 1 year, 5 months ago
  25. 33d5ecb Update dependabot.yaml (#331) by Devon Carew · 1 year, 5 months ago
  26. 2cfbe2c Bump dart-lang/setup-dart in the github-actions group (#329) by dependabot[bot] · 1 year, 9 months ago
  27. a4304d1 Update and fix lints, require Dart 3.1 (#328) by Kevin Moore · 1 year, 9 months ago
  28. 253f69b blast_repo fixes (#327) by Kevin Moore · 1 year, 9 months ago
  29. e7b11a2 Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (#322) by dependabot[bot] · 1 year, 9 months ago
  30. 4fecc69 fix(typo): correct 'third' to 'fourth' in quad.dart (#326) by nadaabdelkhalik · 1 year, 9 months ago
  31. 3c03ac3 Bump actions/checkout from 4.1.2 to 4.1.6 (#325) by dependabot[bot] · 1 year, 10 months ago
  32. 43f2a77 Bump actions/checkout from 4.1.1 to 4.1.2 (#318) by dependabot[bot] · 2 years ago
  33. 7e705f7 Fix quaternion negate (#316) by 6y · 2 years ago
  34. 1ed8ac6 Resolve Inconsistency in Matrix3 and Matrix4 `rotateY` Implementations (#317) by 6y · 2 years ago
  35. 3706feb Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#313) by dependabot[bot] · 2 years, 1 month ago
  36. cb976c7 Update README.md to show how to use vector_math_64. (#312) by Andrew Brampton · 2 years, 2 months ago
  37. d99c903 Added a toString, operator == and hashCode to the Quad class. (#311) by Andrew Brampton · 2 years, 2 months ago
  38. 38a00c3 Update to latest lints and cleanup (#309) by Kevin Moore · 2 years, 4 months ago
  39. cedd304 Bump actions/checkout from 4.1.0 to 4.1.1 (#307) by dependabot[bot] · 2 years, 4 months ago
  40. cca3cf1 Update README.md (#308) by Devon Carew · 2 years, 4 months ago
  41. e4066cc Some general Vector4 optimizations (#295) by Lukas Klingsbo · 2 years, 4 months ago
  42. d340ab0 Some general Vector3 optimizations (#294) by Lukas Klingsbo · 2 years, 4 months ago
  43. 571d3d0 fix: Revert Vector2 constructor changes (#304) by Lukas Klingsbo · 2 years, 4 months ago
  44. 294896d add a changelog entry for the most recent change (#290) by Devon Carew · 2 years, 5 months ago
  45. 2d6311e Bump dart-lang/setup-dart from 1.5.0 to 1.6.0 (#305) by dependabot[bot] · 2 years, 5 months ago
  46. 2c16283 Allow latest pkg:build_web_compilers, bump min SDK to v3 (#299) by Kevin Moore · 2 years, 5 months ago
  47. cc8ca1c Bump actions/checkout from 3.6.0 to 4.1.0 (#303) by dependabot[bot] · 2 years, 5 months ago
  48. d54af8a Bump actions/checkout from 3.5.2 to 3.6.0 (#301) by dependabot[bot] · 2 years, 7 months ago
  49. 88bada3 Revert "Fix rotation around Y axis (#262)" (#300) by John McCutchan · 2 years, 8 months ago
  50. 048777a Fix rotation around Y axis (#262) by moritzblume · 2 years, 8 months ago
  51. 47a08ea Bump actions/checkout from 3.3.0 to 3.5.2 (#293) by dependabot[bot] · 2 years, 8 months ago
  52. c147038 `Vector2` constructor benchmark (#297) by Lukas Klingsbo · 2 years, 9 months ago
  53. a3aca09 fix: Revert negation change for Vector2 (#296) by Lukas Klingsbo · 2 years, 10 months ago
  54. cd87f57 Axis calculation of quaternions from small angles (#272) by JKris95 · 2 years, 10 months ago
  55. 3762b25 Removes the `new` keyword from readme (#284) by Lukas Klingsbo · 2 years, 10 months ago
  56. df5877f Use named constructors in Vector2 and some general optimizations (#289) by Lukas Klingsbo · 2 years, 10 months ago
  57. e3de8da Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#291) by dependabot[bot] · 2 years, 11 months ago
  58. 7dec984 Add operator== to Quaternion (#288) by eoineoineoin · 3 years ago
  59. 1e4d000 Move to latest team lints, require Dart 2.19 (#281) by Kevin Moore · 3 years, 1 month ago
  60. 920e9b6 Bump actions/checkout from 3.0.2 to 3.3.0 (#279) by dependabot[bot] · 3 years, 2 months ago
  61. 753d4a2 Bump dart-lang/setup-dart from 1.3 to 1.4 (#280) by dependabot[bot] · 3 years, 2 months ago
  62. 1eee95b refactor the locations of the 'noise.dart' part files (#273) by Devon Carew · 3 years, 6 months ago v2.1.4
  63. 8c5c72b add markdown badges; configure dependabot (#274) by Devon Carew · 3 years, 6 months ago
  64. feb2a18 deprecate the SimplexNoise classes (#271) by Devon Carew · 3 years, 7 months ago v2.1.3
  65. 09ba4fa Remove deprecated experimental invariant_booleans lint rule (#268) by Sam Rawlins · 3 years, 8 months ago
  66. cdcee48 Use non-nullable parameters for operator == (#264) by Nate Bosch · 3 years, 10 months ago
  67. 1c72944 CI: Remove explicit --packages arg to coverage (#263) by Kevin Moore · 3 years, 10 months ago
  68. 9c2e6d3 Fix usage of pub (#258) by Kevin Moore · 4 years, 1 month ago
  69. 0cbed09 Update changelog for recent fix, use pkg:lints, prepare 2.1.2 (#257) by Kevin Moore · 4 years, 2 months ago v2.1.2
  70. fafb9fb Fix Quad.copy constructor not copying point3 correctly (#230) by Oliver Sand · 4 years, 2 months ago
  71. f7c1033 docs: Add Flame to libraries using vector_math (#256) by Lukas Klingsbo · 4 years, 2 months ago
  72. 36d46b6 use Object.hashAll (#253) by Kevin Moore · 4 years, 6 months ago v2.1.1
  73. 0cf5fa4 ignore newly enforced lints (#252) by Kevin Moore · 4 years, 8 months ago
  74. 37c5940 use latest deps (#251) by Kevin Moore · 4 years, 8 months ago
  75. dffdc7c Move to GitHub actions (#247) by Kevin Moore · 5 years ago
  76. 527da57 Support latest dependencies, cleanup analysis options (#246) by Kevin Moore · 5 years ago
  77. 0a5fd95 Prepare to publish for stable null safety (#244) by Nate Bosch · 5 years ago v2.1.0
  78. 3dc450c fix some analyzer warnings/hints, depend on null safe benchmark_harness (#239) by Jacob MacDonald · 5 years ago
  79. edba78c remove redundant experiment (#238) by Phil Quitslund · 5 years ago
  80. f7e11a5 Bump SDK constraints for pub (#236) by Nate Bosch · 5 years ago 2.1.0-nullsafety.5
  81. ba3947e remove dep overrides (#235) by Jacob MacDonald · 5 years ago 2.1.0-nullsafety.4
  82. 773c05a allow the 2.12 prerelease sdks (#234) by Jacob MacDonald · 5 years ago
  83. f9a4b82 Prepare for the 2.11 dev SDKs (#233) by Nate Bosch · 5 years ago 2.1.0-nullsafety.3
  84. af41953 Support the latest build_test package (#232) by Kevin Moore · 6 years ago
  85. 49190e7 Update .travis.yml by Kevin Moore · 6 years ago
  86. 0c9f5d6 update for the 2.10 dev sdk (#231) by Jacob MacDonald · 6 years ago v2.1.0-nullsafety.2
  87. e5de2e1 allow the <=2.9.10 stable sdk and bump version (#229) by Jacob MacDonald · 6 years ago v2.1.0-nullsafety.1
  88. 90631fb Prepare for null safe release (#228) by Kevin Moore · 6 years ago
  89. 4863b7b additional nnbd fixes (#227) by Jacob MacDonald · 6 years ago
  90. 8e8c17d remove final declaration for non-final fields (#226) by Jacob MacDonald · 6 years ago
  91. 1255bcf append additional license (#225) by Jacob MacDonald · 6 years ago
  92. de4f0bd Merge branch 'master' into null_safety by Jacob MacDonald · 6 years ago
  93. e13ab6e prep for merge into master (#222) by Jacob MacDonald · 6 years ago
  94. de1661e remove redundant arg by Kevin Moore · 6 years ago
  95. e23124b Add two more overrides by Kevin Moore · 6 years ago
  96. dbcb8ef Merge remote-tracking branch 'origin/master' into null_safety by Kevin Moore · 6 years ago
  97. e85cd3f Remove gratuitous library declarations (#218) by Kevin Moore · 6 years ago
  98. 881b247 add another null safe overrid efor stream_channele by Kevin Moore · 6 years ago
  99. 5ecf823 add string scanner to dep overrides by Kevin Moore · 6 years ago
  100. 41a23f0 add dep overrides for test items by Kevin Moore · 6 years ago