Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.59 KB

RELEASE_NOTES.md

File metadata and controls

51 lines (39 loc) · 2.59 KB

0.9.2 - 2022-09-17

MINOR: Formatting

0.9.1 - 2022-02-03

0.9.0 - 2021-11-21

0.8.1 - 2021-11-21

0.8.0 - 2021-11-12

  • FEATURE: Adds Fable support. Operators have a breaking change from (!!) to (!!!) to avoid overlap with Fable's unboxing operator. Credits @PaigeM89

0.7.0 - 2021-10-27

0.6.0 - 2021-09-17

0.5.2 - 2020-07-20

0.5.1 - 2019-11-20

0.5.0 -2019-11-08

0.4.1 -2019-11-08

0.4.0 -2019-10-31

0.3.0 - 2019-10-03

0.2.1 - 2019-07-23

  • BUGFIX: Fixed openNestedContext typo
  • MINOR: Replaced DisposableList and List.rev with DisposeableStack

0.2.0 - 2019-06-24

  • FEATURE: Add support for OpenMappedContext and OpenNestedContext for Serilog
  • FEATURE: Added addContext and addContextDestructured. These are the same as calling OpenMappedContext immediately before logging.
  • FEATURE: Added Marten and Npgsql Adapters

0.1.0 - 2019-02-11

  • Initial release