1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- = Changelog
- All notable changes to this project will be documented in this file.
- The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], but uses AsciiDoc instead of Markdown,
- and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
- == [2.0.3] – 2022-04-12
- === Changed
- * gott now uses generics
- == [1.1.2] - 2020-04-24
- === Fixed
- * pass unwrapped slice to Recover function
- == [1.1.1] - 2020-04-22
- === Added
- * SetLogLevel method to set log level in chain
- === Changed
- * error is passed as the last argument to Recover function
- == [1.1.0] - 2020-02-11
- === Added
- * Logging with 4 levels
- == [1.0.1] - 2019-06-29
- === Fixed
- * OnSuccess in Handle called once only
- == [1.0.0] – 2019-06-27
- === Added
- * Documentation
- === Changed
- * functions are now variadic
- * receiver is passed by pointer
- == [0.1.1] – 2019-06-21
- === Added
- * Finish
- * tests for Finish
- == [0.1.0] – 2019-06-21
- === Added
- * basic functionality: Bind, Map, Tee (with safe version), Catch, and Handle
- * tests
|