Skip to content

Releases: imgix/imgix-go

v2.0.3

25 Mar 18:32
dbc483d
Compare
Choose a tag to compare

This release changes the way a DPR srcset is generated when CreateSrcset() is passed a height parameter. Previously, either the width, or the height and aspect ratio parameters together, had to be present for the generated srcset to be DPR based. Now, only a width or height parameter need to be present.

  • fix: dpr srcset when only h param (#21)
  • docs: update travis badge to travis-ci.com (#19)

v2.0.2

07 Oct 18:57
Compare
Choose a tag to compare

Changes

The changes in this release have been made to address a GoDocs issue. The only changes have been in the changelog and to bump the release version patch level.

  • chore: copy license into v2/ (#14)

v2.0.1

28 Sep 23:11
Compare
Choose a tag to compare

Changes

Summary

The changes made in this release have been primarily cosmetic. Prior to this release the contents of v2/ were duplicated in the project root. Now, that duplication has been eliminated and the Makefile has been updated accordingly (for testing).

  • refactor: remove duplicate v2 files from project root (#11)
  • build: update Makefile to test v2/ (#11)

Features

Install

go get github.com/imgix/imgix-go/v2@v2.0.1

v2.0.0

25 Sep 22:56
Compare
Choose a tag to compare

Breaking Changes

imgix-go has undergone a complete rewrite in order to reach parity with the rest of imgix's SDK. Our team is excited to share these changes via a new major release -- v2.0.0.

Features

Install

go get github.com/imgix/imgix-go/v2

1.0.0

23 Aug 20:16
d91eb78
Compare
Choose a tag to compare
  • fix: remove deprecated domain sharding functionality (#3)

0.1.0

17 May 20:07
a2e040e
Compare
Choose a tag to compare
  • fix: deprecate domain sharding (#1)
  • docs: update vendor name to 'imgix' (#2)