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: AlbertLucianto/babel-plugin-react-css-modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gajus/babel-plugin-react-css-modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 26 files changed
  • 7 contributors

Commits on Mar 15, 2019

  1. Update hotmodule reloading webpack links (gajus#241)

    The links to webpack's documents on hot module reloading was out of date
    RohitRajendran authored and gajus committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    70550bc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. fix: handle spread (gajus#243)

    * fix: handle spread
    
    * test: handle spread
    
    * test: add test case for spread
    
    * spread: remove keys exclusion, avoid falsy values
    
    * refactor: handle spread separated in another file
    AlbertLucianto authored and gajus committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    05c2683 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    4a47f35 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    f11d423 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    ff21df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c5626 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. fix: update GitSpo badge URL

    gajus committed May 11, 2019
    Configuration menu
    Copy the full SHA
    d6fdc38 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Create FUNDING.yml

    gajus authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    59e05a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Add error FAQs (gajus#283)

    benmvp authored and gajus committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    e3636b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Feat/add regexp support for filetype (gajus#240)

    * feat: use RegExp as including condition in filetype config
    
    * test: add corresponding test cases.
    
    * fix: do not use extension-style filrtype as RegExp pattern
    
    * feat: modify the priority between RegExp pattern filetype and extension style filetype
    
    * style: no continue
    
    * style: for comment gajus#2
    
    Co-authored-by: super-cattle <xuxinhang4567#126.com>
    xuxinhang authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    91c8e9b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. docs: link to webpack's localIdentName documentation in the descripti…

    …on of generateScopedName.
    meglio authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6a2a894 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    aef71c7 View commit details
    Browse the repository at this point in the history
  2. docs: remove gitspo link

    gajus committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    eb008aa View commit details
    Browse the repository at this point in the history
Loading