CHANGELOG.rst 872 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.1.0] - 2020-02-11
  6. ====================
  7. Added
  8. -----
  9. * Logging with 4 levels
  10. [1.0.1] - 2019-06-29
  11. ====================
  12. Fixed
  13. -----
  14. * OnSuccess in Handle called once only
  15. [1.0.0] – 2019-06-27
  16. ====================
  17. Added
  18. -----
  19. + Documentation
  20. Changed
  21. -------
  22. * functions are now variadic
  23. * receiver is passed by pointer
  24. [0.1.1] – 2019-06-21
  25. ====================
  26. Added
  27. -----
  28. + Finish
  29. + tests for Finish
  30. [0.1.0] – 2019-06-21
  31. ====================
  32. Added
  33. -----
  34. + basic functionality: Bind, Map, Tee (with safe version), Catch, and Handle
  35. + tests