Skip to content

Releases: jecisc/TinyLogger

v2.0.0

20 Jun 16:06

Choose a tag to compare

What's Changed

See migration guide in the readme.

Full Changelog: v1.4.0...v2.0.0

v1.4.0

17 Jun 13:05
06ef704

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

15 Sep 10:19
111377f

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

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

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

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

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

Choose a tag to compare

v1.1.5 (2020-03-16)

  • Manage errors inside action logging (172a181)

v1.1.4

15 Nov 14:44

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

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)