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: leozdgao/react-async-script-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: test
Choose a base ref
...
head repository: leozdgao/react-async-script-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 5 files changed
  • 7 contributors

Commits on Apr 2, 2016

  1. fix package.json

    leozdgao committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    25e804d View commit details
    Browse the repository at this point in the history
  2. fix duplicate requests

    leozdgao committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    104cbf2 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary deps

    leozdgao committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    419348f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. update to react 15

    leozdgao committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    ab5ef30 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Configuration menu
    Copy the full SHA
    1defdb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from struckm/master

    Added check so libray doesn't call setState on component that is not mounted.
    leozdgao authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    0f187ea View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. bump to 0.2.2

    淇右 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    63dd0a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Support more attributes in the script tag.

    Rui Araújo authored and ruiaraujo committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    1499dc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

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

Commits on Apr 17, 2017

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

Commits on Apr 19, 2017

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

Commits on May 29, 2017

  1. Merge pull request #14 from brendanmh/master

    Refactored imports to prevent React 15.5.4 warnings
    leozdgao authored May 29, 2017
    Configuration menu
    Copy the full SHA
    fbf25a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

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

Commits on Nov 2, 2017

  1. Merge pull request #6 from ruiaraujo/supportMoreAttr

    Support more attributes in the script tag.
    leozdgao authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    c760ea9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from acusti/patch-1

    Avoid npm peer dependency warnings when using with React v16
    leozdgao authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    c3d2ea8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from Peekeet/wrapped-instance

    Make the wrapped component instance available
    leozdgao authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    e1bc7a6 View commit details
    Browse the repository at this point in the history
Loading