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: google/uuid Loading
base: v1.3.1
Choose a base ref
...
head repository: google/uuid Loading
compare: v1.5.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 8 contributors

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

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

Commits on Sep 21, 2023

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

Commits on Oct 26, 2023

  1. feat: UUIDs slice type with Strings() convenience method (#133)

    * feat: add uuid slice type with strings convenience method
    
    * test: benchmark new UUIDs.Strings() feature
    
    * docs: improve comments on UUIDs
    
    * fix: typos in UUIDs strings benchmark
    dzbee committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    cd5fbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c22e97 View commit details
    Browse the repository at this point in the history
  3. chore(master): release 1.4.0 (#134)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.4.0](https://togithub.com/google/uuid/compare/v1.3.1...v1.4.0) (2023-10-26)
    
    
    ### Features
    
    * UUIDs slice type with Strings() convenience method ([#133](https://togithub.com/google/uuid/issues/133)) ([cd5fbbd](https://togithub.com/google/uuid/commit/cd5fbbdd02f3e3467ac18940e07e062be1f864b4))
    
    ### Fixes
    
    * Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8de8764 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. add uuid version 6 and 7 (#139)

    * add uuid version 6 and 7
    
    * fix comment
    it512 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b35aa6a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. feat: Validate UUID without creating new UUID (#141)

    * feat: Validate UUID without creating new UUID
    
    * fix: update comment
    ljahier committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9ee7366 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 1.5.0 (#145)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4d47f8e View commit details
    Browse the repository at this point in the history
Loading