CHANGELOG.rst 791 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Changelog
  2. #########
  3. All notable changes to this project will be documented in this file.
  4. The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_`, using ReStructuredText instead of Markdown, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
  5. [1.0.1] - 2019-06-29
  6. ====================
  7. Fixed
  8. -----
  9. * OnSuccess in Handle called once only
  10. [1.0.0] – 2019-06-27
  11. ====================
  12. Added
  13. -----
  14. + Documentation
  15. Changed
  16. -------
  17. * functions are now variadic
  18. * receiver is passed by pointer
  19. [0.1.1] – 2019-06-21
  20. ====================
  21. Added
  22. -----
  23. + Finish
  24. + tests for Finish
  25. [0.1.0] – 2019-06-21
  26. ====================
  27. Added
  28. -----
  29. + basic functionality: Bind, Map, Tee (with safe version), Catch, and Handle
  30. + tests