All Versions
13
Latest Version
Avg Release Cycle
26 days
Latest Release
1513 days ago

Changelog History
Page 1

  • v0.1.8 Changes

    April 26, 2020

    🔄 Changelog

    b43ba7a Added another test case
    6adfa3c Added more tests for fatal
    c55da3a Added some basic tests
    6ebe6da Added tests
    63c7ea1 Minor edits

  • v0.1.7 Changes

    April 25, 2020

    🔄 Changelog

    f1d4fdf Added code coverage
    🛠 fd1e18c Minor fixes for travis
    🚚 6b3e0b9 Moved section

  • v0.1.6 Changes

    April 24, 2020

    🔄 Changelog

    716ec4b Added makefile for helpful commands
    000e0ac Ignore the distribution path
    ⚡️ 33d39e8 Minor edits, updates, etc
    bf8761e Minor fix for a test, added todo
    cbc570e Moving to MIT
    🚀 f582aa8 New goreleaser template
    🚚 6bc310d Removed old codacy integration
    9d34e62 Standardizing examples

  • v0.1.5 Changes

    March 03, 2020
    • ⬆️ Upgraded to go 1.14
    • 🛠 Fixed test, fixed comments to follow go standards
  • v0.1.4 Changes

    January 28, 2020
    • Export public struct
    • ➕ Added example for making a new logger client
  • v0.1.3 Changes

    January 19, 2020
    • Methods with NoFile will do the same as the other methods but exclude the additional file information
  • v0.1.2 Changes

    January 19, 2020
    • ➕ Added support for custom endpoint/port
  • v0.1.1 Changes

    December 28, 2019
    • ⚡️ Minor update
  • v0.1.0 Changes

    December 03, 2019
    • ⬆️ Upgraded to go-module (following 1.13 conventions)
  • v0.0.4 Changes

    September 29, 2019
    • ⚡️ Minor updates, cleanup and fixes