Skip to content

Releases: zeus-cpp/expected

v1.3.4

Choose a tag to compare

@X1aomu X1aomu released this 25 Jun 01:06

What's Changed

  • modernize build with proper install/export and metadata by @ComixHe in #24
  • Release v1.3.4 by @X1aomu in #25

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

Choose a tag to compare

@X1aomu X1aomu released this 01 Jun 06:14

What's Changed

  • short-circuting some SFINAE checks by @X1aomu in #23

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@X1aomu X1aomu released this 21 May 07:55

What's Changed

  • fix: support compiling without exception by @X1aomu in #21
  • chore(release): v1.3.2 by @X1aomu in #22

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

v1.3.1

Choose a tag to compare

@X1aomu X1aomu released this 15 Jul 14:29

What's Changed

  • Fix equality operators compilation error with GCC 15 by @X1aomu in #19

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@X1aomu X1aomu released this 17 Apr 06:16

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@X1aomu X1aomu released this 11 Nov 08:13

What's Changed

  • feat: add missing equality operators for C++17 by @X1aomu in #10
  • chore(release): v1.2.0 by @X1aomu in #11

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@X1aomu X1aomu released this 24 Apr 03:54
f5be72e

What's Changed

  • Workaround of compilation error for VS 2019 by @X1aomu in #7
  • chore: version 1.1.1 by @X1aomu in #8

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@X1aomu X1aomu released this 18 Apr 15:35
eb61cea

What's Changed

  • Drop the requirement of /Zc:__cplusplus by @X1aomu in #4
  • chore: version 1.1.0 by @X1aomu in #5

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@X1aomu X1aomu released this 16 Apr 08:25

What's Changed

  • Fix noexcept and constraints on value_or() and error_or() by @X1aomu in #3

New Contributors

  • @X1aomu made their first contribution in #3

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@X1aomu X1aomu released this 11 Apr 02:09

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1