Releases: imgix/imgix-csharp
Releases · imgix/imgix-csharp
3.2.2
- fix(BuildUrl): address path encoding lapses (#40)
3.2.1
- docs: update fixed-width section (#37)
- fix: dpr srcset when only h param (#38)
- docs: update travis badge to travis-ci.com (#34)
3.2.0
- feat: introduce custom srcsets (#28)
- feat: demo custom srcset feats in readme (#29)
3.1.0
- feat: add srcset generation (#25)
3.0.0
- fix: remove deprecated domain sharding functionality (#24)
2.1.0
- fix: deprecate domain sharding (#23)
- fix: modify AssemblyInfo to reflect current version in ixlib param (#22)
Imgix v2.0.0
- Namespace & package renamed to
Imgix
UrlBuilder
constructor updated.
- URLs now constructed by passing parameters Dictionary to
UrlBuilder.BuildUrl
.
ShardStrategyType.NONE
value removed from the enum.
1.0.2
- Removed Cryptography dependency.