Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 4.04 KB

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)

Bug fix

  • STDOut logger should flush after recoring (6e6800a)

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 (2019-09-25)

Infrastructure

  • Update Mocketry dependency to v6.0.x (c114fea)

v1.1.1 (2019-09-18)

Bug fixes

  • Do not depend on whole Mocketry (a50d354)

Infrastructure

  • Deprecated method in Pharo 8 (7f2ab1c)

v1.1.0 (2019-06-16)

New Features

  • Add way to add a logger only if not already existing (ed94153)
  • Add way to initialize remove old log like ensureDelete (6529cc8)

Infrastructure

Documentation

v1.0.1 (2018-12-08)

Bug fix

  • Fix stdout logging on Pharo 6.1 (0d8ffdc)