Skip to content

Releases: Dobiasd/FunctionalPlus

v0.2.16-p0

23 Sep 14:14

Choose a tag to compare

  • Fix is_odd

v0.2.15-p0

01 Aug 06:50

Choose a tag to compare

  • Fixed a bug in keep_by_idx, see issue #243

v0.2.14-p0

07 Apr 16:34

Choose a tag to compare

  • Improvements in the CMake configuration
  • Added take_last_while and drop_Last_while
  • Some minor fixes
  • Compatibility improvements
  • Improved docs

v0.2.13-p0

06 Dec 18:38

Choose a tag to compare

Fixed version number for Conan

v0.2.12-p0

06 Dec 16:19

Choose a tag to compare

  • Fixed version number for Conan

v0.2.11-p0

06 Dec 14:48

Choose a tag to compare

  • Fixed some edge case when using GCC 10
  • Added include-all-in-one header.
  • Fixed some clang-OSX issue with vector<bool>.
  • Add _n_threads version of parallelly executing functions.
  • Update Elm for API search to version 0.19.1

v0.2.10-p0

25 Sep 08:55

Choose a tag to compare

  • Allow including single headers to optimize compile times
  • Improved Conan support

v0.2.9-p0

09 Aug 16:40

Choose a tag to compare

  • Fixes issues with MSVC 2019 and /permissive-.

v0.2.8-p0

01 Jul 05:08

Choose a tag to compare

  • Added alias for CMake
  • Improved some docs

v0.2.7-p0

05 Apr 15:47

Choose a tag to compare

  • Fix compatibility issue with GCC 10
  • Update doctest
  • Minor corrections