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: uuidjs/uuid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
...
head repository: uuidjs/uuid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.2
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 26, 2020

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

Commits on Feb 27, 2020

  1. docs: add information on usage from React Native (#385)

    This adds information on how to get the library working on React Native to the readme.
    
    To verify that this works:
    
    1. creating a new React Native project (`npx react-native init uuidtest`)
    2. added the dependencies (`npm add react-native-get-random-values uuid`)
    3. imported the polyfill (`import 'react-native-get-random-values'` in `index.js`)
    4. and displayed an UUID in the app (`import * as uuid from 'uuid'` and `{uuid.v4()}` in `App.js`)
    
    Closes #375
    LinusU authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    719e1b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. docs: move react-native docs to separate section (#387)

    * link to React Native readme section from rng error
    * For linkability, move react-native docs to separate section.
    * Link to readme in src/rng-browser.js
    
    Co-Authored-By: Robert Kieffer <robert@broofa.com>
    ctavan and broofa authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    84e6733 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

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

Commits on Mar 2, 2020

  1. fix: make access to msCrypto consistent (#393)

    It doesn't make sense to explicitly use window. only once in the chain.
    ctavan authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    8bf2a20 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    428b9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bb57f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a300f1 View commit details
    Browse the repository at this point in the history
  4. chore(release): 7.0.2

    ctavan committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    4b61be0 View commit details
    Browse the repository at this point in the history
Loading