Skip to content

Releases: chusitoo/flatbush

v1.3.2

02 Jan 22:35

Choose a tag to compare

  • Miscellaneous fixes found from recently introduced CI fuzzing

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Dec 01:21

Choose a tag to compare

  • Expose bounding box as argument to filterFn
  • Replace recurring sort with stack-based
  • Assortment of random improvements

v1.3.0

13 Jul 16:50

Choose a tag to compare

  • Use median of three to pick pivot for sort function
  • Introduce move constructor to avoid copying buffer contents
  • Other random micro-optimizations

v1.2.1

21 May 18:33

Choose a tag to compare

  • Fix multiple definition error when #included in more than one source file
  • Address several findings reported by clang-tidy and other minor fine-tunings
  • Ran through clang-format and include-what-you-use

v1.2.0

01 Jul 01:02

Choose a tag to compare

Mainly code smells and security fixes

v1.1.2

25 Jun 02:47

Choose a tag to compare

Prep for vcpkg

v1.1.1

23 May 03:05

Choose a tag to compare

  • Clean up some code smells

v1.1.0

08 Jan 23:42

Choose a tag to compare

  • Implement simple builder class
  • Made add() and finish() private
  • Removed redundant exceptions
  • Reduce processing time of finish()

v1.0.0

05 Jan 22:43

Choose a tag to compare

Port of Flatbush JS v3.3.0