CHANGELOG.rst 694 B

123456789101112131415161718192021222324252627282930313233343536373839
  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.0] – 2019-06-27
  6. ====================
  7. Added
  8. -----
  9. + Documentation
  10. Changed
  11. -------
  12. * functions are now variadic
  13. * receiver is passed by pointer
  14. [0.1.1] – 2019-06-21
  15. ====================
  16. Added
  17. -----
  18. + Finish
  19. + tests for Finish
  20. [0.1.0] – 2019-06-21
  21. ====================
  22. Added
  23. -----
  24. + basic functionality: Bind, Map, Tee (with safe version), Catch, and Handle
  25. + tests