Releases: jecisc/TinyLogger
Releases · jecisc/TinyLogger
v1.3.1
v1.3.1 (2022-07-07)
- Better error printing in #execute:recordedAs:
- #execute:recordedAs: should let errors pass
v1.3.0
v1.3.0 (2022-06-02)
- Add an option to open the log in a dedicatedl window (for terminal this is only on Windows currently)
- #execute:recordedAs: now print a potential error that stopped the execution
v1.2.1
v1.2.1 (2022-01-29)
- Migrate CI to Github actions + support Pharo 9 (c49255e)
v1.2.0
v1.2.0 (2021-10-11)
- #execute:recordedAs: should return the result of its block (16eaa82)
v1.1.5
v1.1.5 (2020-03-16)
- Manage errors inside action logging (172a181)
v1.1.4
v1.1.4 (2019-11-15)
Bug fix
- STDOut logger should flush after recoring (6e6800a)
v1.1.3
v1.1.3 (2019-11-08)
Infrastructure
- Improve test coverage using MuTalk (mutation testing) (716cd41)
- Fix a title in the documentation (1d6af61)
v1.1.2
v1.1.2 (2019-09-25)
Infrastructure
- Update Mocketry dependency to v6.0.x (c114fea)
v1.1.1
v1.1.1 (2019-09-18)
Bug fixes
- Do not depend on whole Mocketry (a50d354)
Infrastructure
- Deprecated method in Pharo 8 (7f2ab1c)