All Versions
13
Latest Version
Avg Release Cycle
26 days
Latest Release
1433 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