Skip to content

Releases: jecisc/TinyLogger

v1.3.2

15 Sep 10:19
111377f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Jun 13:31
Compare
Choose a tag to compare

v1.3.1 (2022-07-07)

  • Better error printing in #execute:recordedAs:
  • #execute:recordedAs: should let errors pass

v1.3.0

02 Jun 13:19
Compare
Choose a tag to compare

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

29 Jan 01:15
1079a27
Compare
Choose a tag to compare

v1.2.1 (2022-01-29)

  • Migrate CI to Github actions + support Pharo 9 (c49255e)

v1.2.0

11 Oct 15:16
Compare
Choose a tag to compare

v1.2.0 (2021-10-11)

  • #execute:recordedAs: should return the result of its block (16eaa82)

v1.1.5

16 Mar 15:28
Compare
Choose a tag to compare

v1.1.5 (2020-03-16)

  • Manage errors inside action logging (172a181)

v1.1.4

15 Nov 14:44
Compare
Choose a tag to compare

v1.1.4 (2019-11-15)

Bug fix

  • STDOut logger should flush after recoring (6e6800a)

v1.1.3

08 Nov 14:15
Compare
Choose a tag to compare

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

24 Sep 22:26
Compare
Choose a tag to compare

v1.1.2 (2019-09-25)

Infrastructure

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

v1.1.1

18 Sep 13:33
Compare
Choose a tag to compare

v1.1.1 (2019-09-18)

Bug fixes

  • Do not depend on whole Mocketry (a50d354)

Infrastructure

  • Deprecated method in Pharo 8 (7f2ab1c)