Skip to content

Tags: esammer/gorange

Tags

v1.1.0

Toggle v1.1.0's commit message
Fixed a bug where some Int*Value types used larger underlying primiti…

…ve types.

* Int8Value and Int16Value were incorrectly using int32 under the hood. This has
  been fixed.
* UInt8Value was incorrectly using uint16 under the hood. Also fixed.

v1.0.1

Toggle v1.0.1's commit message
Added API docs for Range and RangeValue.

v1.0.0

Toggle v1.0.0's commit message
Fixed the TimeValue LessThan() test so it's now deterministic.

* Previously we were relying on two calls to time.Now() to return different times. This
  failed in github's action test infra. Maybe they're mocking time.Now() or we just happen
  to run that fast? Who cares. It's fixed.