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: unlight/postcss-import-url
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: unlight/postcss-import-url
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 26 files changed
  • 4 contributors

Commits on Dec 9, 2020

  1. test: Cleanup

    unlight committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f595ecf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. fix: Set element source property

    fix #27
    unlight committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    8405f32 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.1 [skip ci]

    ## [6.0.1](v6.0.0...v6.0.1) (2021-02-13)
    
    ### Bug Fixes
    
    * Set element source property ([8405f32](8405f32)), closes [#27](#27)
    semantic-release-bot committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    143538d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7207c8 View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.0.2 [skip ci]

    ## [6.0.2](v6.0.1...v6.0.2) (2021-02-13)
    
    ### Bug Fixes
    
    * Revert set element source property ([e7207c8](e7207c8))
    semantic-release-bot committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    430fb4d View commit details
    Browse the repository at this point in the history
  5. fix: Set element source property

    fix #27
    unlight committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    da96061 View commit details
    Browse the repository at this point in the history
  6. chore(release): 6.0.3 [skip ci]

    ## [6.0.3](v6.0.2...v6.0.3) (2021-02-13)
    
    ### Bug Fixes
    
    * Set element source property ([da96061](da96061)), closes [#27](#27)
    semantic-release-bot committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    f38884f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da4afb8 View commit details
    Browse the repository at this point in the history
  8. chore(release): 6.0.4 [skip ci]

    ## [6.0.4](v6.0.3...v6.0.4) (2021-02-13)
    
    ### Bug Fixes
    
    * Revert set element source property ([da4afb8](da4afb8))
    semantic-release-bot committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ed2d34b View commit details
    Browse the repository at this point in the history
  9. fix: Set element source property #27

    BREAKING CHANGE:
    Node LTS is required (v12+)
    unlight committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    a4687df View commit details
    Browse the repository at this point in the history
  10. chore(release): 7.0.0 [skip ci]

    # [7.0.0](v6.0.4...v7.0.0) (2021-02-13)
    
    ### Bug Fixes
    
    * Set element source property [#27](#27) ([a4687df](a4687df))
    
    ### BREAKING CHANGES
    
    * Node LTS is required (v12+)
    semantic-release-bot committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    8a63862 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. ci: Github workflow

    unlight committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d4cecb7 View commit details
    Browse the repository at this point in the history
  2. chore: Updated packages

    unlight committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7eec397 View commit details
    Browse the repository at this point in the history
  3. test: Fix import expect

    unlight committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ccd7d4d View commit details
    Browse the repository at this point in the history
  4. feat: Support imports into @layer

    close: #28
    argyleink authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7f42a8e View commit details
    Browse the repository at this point in the history
  5. chore(release): 7.1.0 [skip ci]

    # [7.1.0](v7.0.0...v7.1.0) (2022-11-30)
    
    ### Features
    
    * Support imports into `[@layer](https://github.com/layer)` ([7f42a8e](7f42a8e)), closes [#28](#28)
    semantic-release-bot committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1968118 View commit details
    Browse the repository at this point in the history
  6. format: Update prettier rules

    unlight committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4885f38 View commit details
    Browse the repository at this point in the history
  7. format: Update .editorconfig

    unlight committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    45e3eff View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. feat: Add support for base64 encoded data urls

    close: #30
    romainmenke authored and unlight committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a70fc3c View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.2.0 [skip ci]

    # [7.2.0](v7.1.0...v7.2.0) (2022-12-14)
    
    ### Features
    
    * Add support for base64 encoded data urls ([a70fc3c](a70fc3c)), closes [#30](#30)
    semantic-release-bot committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9f2cb79 View commit details
    Browse the repository at this point in the history
Loading