commit b65d6c009f4710f373ebe12f8e19eb5259242a78 (HEAD -> development)
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Thu Jan 19 23:44:19 2023 +0100

    mark as much as possible functions as `noexcept`.

commit 905f115673fe98b43d57c90ade48eaf12755e1ea
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Thu Jan 19 23:43:38 2023 +0100

    check for exceptions thrown during formatting and/or printing. If an exception occurs, first try to print the exception message and the file/function/line info where it occured. If that fails as well, print a generic message which does not require any formatting

commit 676b4d5e10ab64ac3703e1fe9abfd3021654c2a7
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Sat Nov 5 13:20:06 2022 +0100

    fix: wrong function labeled as const

commit f3c042835562b2b9d67ca017ad2a70995e1e6ed9
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Sat Nov 5 13:15:52 2022 +0100

    remove features.h inclusion from source file as it is included by config.h

commit 3bd34b4d17b84cac8a83bce860c52cb259fedd87
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Sat Nov 5 13:15:24 2022 +0100

    update the getters to work the same way as the setters

commit d9d2250bb7bb29547ce9881e9e77d658fc0d2a92 (tag: 0.1.0, origin/master, origin/development, master)
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Wed Nov 2 22:53:29 2022 +0100

    first stable code base, update to version 0.1.0

commit 47fb49a787d10cb2d107a1f972d99d910b4e617e
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Wed Nov 2 22:35:54 2022 +0100

    add support for printing exceptions

commit 1b6f9a0d227725494af23b3ac0d964da6ad224aa
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Wed Nov 2 22:30:36 2022 +0100

    remove old code

commit a44c4c5e39e1e933ca4e21aeff010907fab8a2c1
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Wed Nov 2 22:30:11 2022 +0100

    when compiling against this library also link to fmt (as all the code that requires fmt is in the header and the shared library itself does not requires fmt)

commit 7d38b00c0d7b0092fa5033f15b0d1a8b78a0415b
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Tue Nov 1 22:04:35 2022 +0100

    fix function name

commit 867db641b8f9125e238abb2e01418930c2bfac3b
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Tue Nov 1 15:04:43 2022 +0100

    make printing of function names optional in debug output (as these can be very long)

commit 0e160b894b58ba462bfb41bf3f59b3a5a5a6e7fd
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Tue Nov 1 14:51:08 2022 +0100

    fix: Logger::concat wrong calculation of new length

commit 5c6c29b4d1354a0a7ec29d581d9b9d4bb98392d1
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Tue Nov 1 12:23:41 2022 +0100

    strong type prefix messages

commit 0b10c69b123e2bd103fbd70e33cdd0fb4a6c6ddd
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Tue Nov 1 12:23:25 2022 +0100

    update to fmt 9.0

commit 328db5cb3024afdbd710c27b285734a9a16c9aa4 (tag: 0.0.0)
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   Sun Oct 30 17:38:24 2022 +0100

    first import
