8000 Comparing v3.5.1...v3.6.0-rc.1 · imgix/js-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

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.5.1
Choose a base ref
...
head repository: imgix/js-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0-rc.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    a76fa3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b2237 View commit details
    Browse the repository at this point in the history
  3. test: create extractURL tests

    luqven committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    79cf267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    402a227 View commit details
    Browse the repository at this point in the history
  5. test: add _buildSrcSet tests

    luqven committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    692210d View commit details
    Browse the repository at this point in the history
  6. 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.
    luqven committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1dbd9ef View commit details
    Browse the repository at this point in the history
  7. chore: type definitions for _buildURL _buildSrcSet

    Co-authored-by: Sherwin Heydarbeygi <sherwin@imgix.com>
    luqven and Sherwin Heydarbeygi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5ce7fe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    697775e View commit details
    Browse the repository at this point in the history
  9. chore(release): 3.6.0-rc.1

    # [3.6.0-rc.1](v3.5.1...v3.6.0-rc.1) (2022-03-02)
    
    ### Features
    
    * add _buildSrcSet static method ([402a227](402a227))
    * create static buildURL method ([1dbd9ef](1dbd9ef))
    
     [skip ci]
    imgix-git-robot committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    26df3be View commit details
    Browse the repository at this point in the history
Loading
0