683 B
683 B
Changelog
2.0.0-rc1 (2016-02-11)
Time flies and it has been three years since this package was first released.
There have been a couple of API changes I have wanted to do for some time but
I've tried to maintain backwards compatibility. Some inconsistencies in the
API have started to show, proper vendor support in Go out of the box and
the fact that go vet
will give warnings -- I have decided to bump the major
version.
- Make eg.
Info
andInfof
do different things. You want to change all calls toInfo
with a string format go toInfof
etc. In many cases,go vet
will guide you. Id
inRecord
is now calledID
1.0.0 (2013-02-21)
Initial release