-
Notifications
You must be signed in to change notification settings - Fork 21
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: imgix/js-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: imgix/js-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 16 files changed
- 2 contributors
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 54185bf - Browse repository at this point
Copy the full SHA 54185bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0a893 - Browse repository at this point
Copy the full SHA 7b0a893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8e6c6 - Browse repository at this point
Copy the full SHA 5a8e6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf90af7 - Browse repository at this point
Copy the full SHA cf90af7View commit details
Commits on Jul 7, 2021
-
feat: create extractUrl helper
`extractUrl()` returns URL components from a source URL string. It does this by matching the URL against regular expressions. The irrelevant (entire URL) matches are removed and the rest stored as their corresponding URL components in a POJO. The function uses the ufo module to handle most of the parsing logic. The only custom behavior is using the `useHttps` boolean to prepend a scheme to the source URL. - `url` can be a partial, full URL, or full proxy URL. - `useHttps` boolean defaults to false. The function returns `{ protocol, auth, host, pathname, search, hash }` POJO extracted from the URL.Configuration menu - View commit details
-
Copy full SHA for 5a5048e - Browse repository at this point
Copy the full SHA 5a5048eView commit details -
feat: create static buildURL method
This commit creates a static `_buildURL` method on the imgix client. The method allows full URLs to be formatted for use with imgix. > note: If the source URL has included parameters, they are merged with the `params` passed in as an argument. - `url`: full source URL path string, required - `params`: imgix params object, optional - `options`: imgix client options, optional The method returns a URL string formatted to imgix specifications.
Configuration menu - View commit details
-
Copy full SHA for 9027a82 - Browse repository at this point
Copy the full SHA 9027a82View commit details -
feat: static buildSrcSet method
This commit creates a _buildSrcSet static method that allows full URLs to be used when generating imgix formatted `srcset` string values. - If the source URL has included parameters, they are merged with the `params` passed in as an argument. - URL must match `{host}/{pathname}?{query}` otherwise error is thrown. `url` - full source URL path string, required `params` - imgix params object, optional `options` - imgix client options, optional The method returns an imgix `srcset` for full URLs.Configuration menu - View commit details
-
Copy full SHA for ea99366 - Browse repository at this point
Copy the full SHA ea99366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377d950 - Browse repository at this point
Copy the full SHA 377d950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7004652 - Browse repository at this point
Copy the full SHA 7004652View commit details -
feat: add srcsetModifiers and clientOptions params
This commit refactors the options object into two objects, srcsetOptions and clientOptions for added clarity and better separation of concerns.
Configuration menu - View commit details
-
Copy full SHA for b0d6685 - Browse repository at this point
Copy the full SHA b0d6685View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f78c4 - Browse repository at this point
Copy the full SHA b3f78c4View commit details -
# [3.3.0-rc.1](v3.2.1...v3.3.0-rc.1) (2021-07-07) ### Features * add srcsetModifiers and clientOptions params ([b0d6685](b0d6685)) * create extractUrl helper ([5a5048e](5a5048e)) * create static buildURL method ([9027a82](9027a82)) * static buildSrcSet method ([ea99366](ea99366)) [skip ci]
imgix-git-robot authored and imgix-git-robot committedJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 6e35c12 - Browse repository at this point
Copy the full SHA 6e35c12View commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4a43c94 - Browse repository at this point
Copy the full SHA 4a43c94View commit details -
# [3.3.0](v3.2.1...v3.3.0) (2021-07-08) ### Features * add srcsetModifiers and clientOptions params ([b0d6685](b0d6685)) * create extractUrl helper ([5a5048e](5a5048e)) * create static buildURL method ([9027a82](9027a82)) * static buildSrcSet method ([ea99366](ea99366)) [skip ci]
imgix-git-robot authored and imgix-git-robot committedJul 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 1ca52f9 - Browse repository at this point
Copy the full SHA 1ca52f9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.2...v3.3.0