Skip to content

Releases: golang-cz/devslog

v0.0.11

20 Sep 08:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10 - Broken

20 Sep 08:05
Compare
Choose a tag to compare

Broken, use v0.0.11

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

19 Aug 07:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

30 Nov 09:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

30 Oct 15:05
Compare
Choose a tag to compare

What's Changed

(Breaking) change

Added option to omit adding of blank line after each log, but i made to be like that by default.
If you want to have again new lines after each log then define NewLineAfterLog as true on devslog options.

opts := &devslog.Options{
	NewLineAfterLog: true,
}

Full Changelog: v0.0.6...v0.0.7

v0.0.6

27 Oct 09:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

24 Oct 10:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.5

v0.0.4

31 Aug 07:19
v0.0.4
4e2c74f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

23 Aug 11:46
v0.0.3
92140a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.1

23 Aug 09:52
v0.0.1
36f03bd
Compare
Choose a tag to compare

Removed custom functions and using marshalling and unmarshalling for slices and maps

Full Changelog: v0.0.0...v0.0.1