All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
v3.4.0 (2021-12-16)
v3.2.1 (2021-06-28)
- build: remove stale
.d.ts
file fromdist
(#293)
v3.2.0 (2021-06-22)
- feat: export srcset TypeScript interface (#283)
- fix: remove "v" prefix from
VERSION
constant (#289) - fix: ensure
undefined
parameters not added to url (#286)
v3.1.3 (2021-03-25)
- build: declare esm as devDep (#273)
v3.1.2 (2021-03-25)
v3.1.1 (2021-03-23)
- fix: validate minWidth, maxWidth, widthTolerance (#257)
- fix: remove type and browser attributes from package.json (#260)
- build: tell rollup we want to explicitly export default (#262)
v3.1.0 (2021-03-09)
- fix: typings for ImgixClient.targetWidths (47658bc)
v3.0.0 (2021-03-08)
- feat: esm rewrite (#188)
- feat: remove ensureEven requirement (#206)
- feat: use mjs file extensions with type module (#209)
- feat: enforce 0.01 lower bound for widthTolerance (#211)
- feat: create a DPR srcset when a fixed height is specified (#215)
- feat: drop bower.json (#222)
- fix: percent encode plus signs in path components (#223)
- feat: static targetWidths functionality (#248)
v3.0.0-beta.4 (2021-03-04)
- feat: static targetWidths functionality (#248)
v3.0.0-beta.2 (2021-02-24)
- feat: esm rewrite (#188)
- feat: remove ensureEven requirement (#206)
- feat: use mjs file extensions with type module (#209)
- feat: enforce 0.01 lower bound for widthTolerance (#211)
- feat: create a DPR srcset when a fixed height is specified (#215)
- feat: drop bower.json (#222)
- fix: percent encode plus signs in path components (#223)
2.3.2 (2020-10-12)
- fix(buildURL): ensure operation is idempotent (#168)
2.3.1 (2019-03-10)
- fix: add missing variable declarations (#121)
2.3.0 (2019-03-04)
- feat: add srcset option parameter to buildSrcSet() method signature (#118)
- perf(srcset): memoize generated srcset width-pairs (#115)
- fix: throw error when certain srcset modifiers are passed zero (#114)
- feat: append variable qualities to dpr srcsets (#111)
- feat: add support for defining a custom srcset width array (#110)
- feat: add support for defining a custom srcset width tolerance (#109)
- feat: add support for defining a min and max srcset width (#108)
2.2.1 (2019-11-27)
- build(deps): remove typescript as runtime dependency (#77)
2.2.1 (2019-11-27)
- build(deps): remove typescript as runtime dependency (#77)
2.2.0 (2019-10-22)
- feat: add typescript declaration file for
ImgixClient
(#64)
2.1.2 (2019-09-17)
- fix: ensure URL-legal, path-illegal characters are encoded (#61)
2.1.1 (2019-07-28)
- fix: include dpr parameter when generating fixed-width srcset (#59)
2.1.0 (2019-07-28)
- feat: add srcset generation (#53)
2.0.0 (2019-06-06)
- fix: remove deprecated domain sharding functionality (#42)
- fix: remove deprecated settings.host (#45)
1.4.0 (2019-06-05)
1.3.0 (2019-05-07)
- deprecate domain sharding (#39)