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: DylanVann/react-native-fast-image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.11
Choose a base ref
...
head repository: DylanVann/react-native-fast-image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 20 commits
  • 21 files changed
  • 2 contributors

Commits on Jun 28, 2017

  1. Update README.

    DylanVann committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    46dab47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02fd00c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

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

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    c643347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e0b966 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Fix iOS progress implementation to conform to React Native's image.

    Includes:
    
    - onLoadStart
    - onProgress
    - onError
    - onLoad
    - onLoadEnd
    
    Also changes to use the prop-types package.
    DylanVann committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    6c720f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Make android and iOS view loading events conform to API of React Nati…

    …ve's Image.
    
    This will make using this library as a drop in replacement easier.
    This commit also fixes some issues in the android progress implementation.
    DylanVann committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    1666f7c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    8953b5a View commit details
    Browse the repository at this point in the history
  2. 0.1.0

    DylanVann committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    5205ef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6c183 View commit details
    Browse the repository at this point in the history
  4. 0.1.1

    DylanVann committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    0629fac View commit details
    Browse the repository at this point in the history
  5. Fix style.

    DylanVann committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    a60fd67 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from DylanVann/feat/progress

    Feat/progress.
    DylanVann authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    5831d22 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Update README.md

    DylanVann authored Jul 31, 2017
    Configuration menu
    Copy the full SHA
    d83b01e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. 0.1.2

    DylanVann committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    7dae162 View commit details
    Browse the repository at this point in the history
  2. 0.1.3

    DylanVann committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    d15c072 View commit details
    Browse the repository at this point in the history
  3. Remove override of createJSModules

    Since of recently in master the unused createJSModules has been removed and ReactPackage's no longer contain the definition of createJSModules. There for it must be removed in order to not yield a compile error. This is breaking change.
    
    facebook/react-native@ce6fb33
    exPHAT authored and DylanVann committed Aug 8, 2017
    1 Configuration menu
    Copy the full SHA
    367024b View commit details
    Browse the repository at this point in the history
  4. Fix adding more views as listeners for a URL.

    You cannot add items to a Collections.singleTonList...
    DylanVann committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    f21522c View commit details
    Browse the repository at this point in the history
  5. 0.1.4

    DylanVann committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    bdf86d0 View commit details
    Browse the repository at this point in the history
  6. 1.0.0

    DylanVann committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    f2d9671 View commit details
    Browse the repository at this point in the history
Loading