v1.3.2 (2023-09-15)
- Depend on more recent version of Mocktry (8bbdf6b0)
v1.3.1 (2022-07-07)
- Better error printing in #execute:recordedAs:
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 (2022-01-29)
- Migrate CI to Github actions + support Pharo 9 (c49255e)
v1.2.0 (2021-10-11)
- #execute:recordedAs: should return the result of its block (16eaa82)
v1.1.5 (2020-03-16)
- Manage errors inside action logging (172a181)
v1.1.4 (2019-11-15)
- STDOut logger should flush after recoring (6e6800a)
v1.1.3 (2019-11-08)
- Improve test coverage using MuTalk (mutation testing) (716cd41)
- Fix a title in the documentation (1d6af61)
v1.1.2 (2019-09-25)
- Update Mocketry dependency to v6.0.x (c114fea)
v1.1.1 (2019-09-18)
- Do not depend on whole Mocketry (a50d354)
- Deprecated method in Pharo 8 (7f2ab1c)
v1.1.0 (2019-06-16)
- Add way to add a logger only if not already existing (ed94153)
- Add way to initialize remove old log like ensureDelete (6529cc8)
- Add pharo 8 to ci (2b7aded)
- Documentation v1.1.0 (e928f63)
- Grammar review (25b41de)
- Grammar review 2 (10e1a87)
- Grammar review 3 (e279a10)
v1.0.1 (2018-12-08)
- Fix stdout logging on Pharo 6.1 (0d8ffdc)