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
base: fe4ae79c55af2c7cbf2bb39d3bcb6716d5367091
Choose a base ref
...
head repository: uuidjs/uuid
compare: 3df73a98f07c0a38a94bcaf1ecde0e384dc3b126
Choose a head ref
  • 20 commits
  • 12 files changed
  • 4 contributors

Commits on Sep 2, 2018

  1. Add dev files to .npmignore (#291)

    styfle authored and broofa committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    36a5f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. June '19 update (#306)

    * chore: add "~" range on dependencies
    
    * chore: upgrade to latest module versions
    
    * chore: prevent doc churn due to non-deterministic Date and rng methods
    
    * chore: remove node v4 as supported platform
    
    * chore: fixup README formatting
    
    * chore: more audit warning fixes
    
    * chore: fix #310
    broofa committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    19c22dc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. V3.3.3 prep (#320)

    * chore: fix audit issues, explicit dependencies
    
    * chore(release): 3.3.3
    broofa committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    ab33c8a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Remove wzrd.in from README (#323)

    * chore(doc): re-generate README
    
    * fix(doc): remove wzrd.in instruction from README
    
    The service wzrd.in seems to be unmaintained for over a year now, see
    browserify/wzrd.in@2f7ea69
    
    It currently throws 502 errors on all packages as reported in
    #302 or
    https://talk.observablehq.com/t/wzrd-in-alternatives/571
    
    As stated in
    #293 (comment)
    there are no plans to support legacy bundlers.
    
    Instead, we may consider to go for properly standardized ES6 modules in
    the future as has been teased in #317
    
    However for the time being let's at least remove these broken
    instructions from the README.
    
    Closes #176, #302
    ctavan authored and broofa committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    eea07e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. docs: re-generate README

    ctavan committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b9fd85b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. test: remove tests on Node.js 6

    Node.js 6 has reached end-of-life at 2019-04-30 so there's little use of
    supporting this for future releases of uuid, see
    https://github.com/nodejs/Release#end-of-life-releases
    ctavan committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    edf430a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b82ed2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb2f9ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf178d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e9341f View commit details
    Browse the repository at this point in the history
  6. style: convert tabs to spaces

    ctavan committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    0c4638b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b22219f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acd26d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d125e45 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Merge pull request #335 from ctavan/prepare-for-esm

    Prepare for esm
    ctavan committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    60eb84a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Bump eslint-utils from 1.4.0 to 1.4.2 (#324)

    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and broofa committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0b141e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

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

Commits on Dec 28, 2019

  1. Merge pull request #349 from kelektiv/dependabot/npm_and_yarn/handleb…

    …ars-4.5.3
    
    chore(deps): bump handlebars from 4.1.2 to 4.5.3
    ctavan committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    e444323 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    e2d7314 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.4.0

    ctavan committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3df73a9 View commit details
    Browse the repository at this point in the history