Skip to content

Releases: shamaazi/antilog

Bug Fix

07 Mar 15:54
2798c50
Compare
Choose a tag to compare

Resolved an issue where log lines weren't separated by a newline character.

Add Ability to Attach and Retrieve from Context

18 Jan 16:18
2345b3f
Compare
Choose a tag to compare

Turns out it's sometimes useful to be able to attach and get Loggers from a context.Context object... so we've added this ability!

Nils and Tags and Overrides, oh my!

21 Nov 12:13
Compare
Choose a tag to compare

Nil interfaces caused problems. Not any more!

Structs with json tags were not respected. Now they are!

Overriding existing fields used to just add more. Now they work!

Errors. Just errors.

19 Nov 19:35
Compare
Choose a tag to compare

Sometimes you need to log errors. This lets that happen.

The need for speed.

18 Nov 18:57
Compare
Choose a tag to compare

Speed up operations with fields in context by pre-encoding them.

Also solves a problem where it was possible to change the values of a map after adding it to the context and get confused.

The first one

18 Nov 15:37
Compare
Choose a tag to compare

First release of our new logger.