Sha256: 03661aaee456cea1f7d1bc4c58ad3d3ed23d6aa42b5eecf015db6fe31d0f334f

Contents?: true

Size: 536 Bytes

Versions: 1

Compression:

Stored size: 536 Bytes

Contents

# Changelog

## 1.3.1

* Fix incompatibility with Rubies <2.2 introduced in #1

## 1.3.0

* Add `UUID#hash` and `UUID#eql?` for using UUIDs e.g. as hash keys
* Add `UUID.try_convert` returning a UUID or `nil`
* Add `UUID.valid?` to validate objects as UUIDs (#1)

## 1.2.1

* Improve `#as_json` compatibility by swallowing arbitrary arguments passed by encoders.

## 1.2.0

* Add JSON encoding support for ActiveSupport

## 1.1.1

* Fix support for numerical small UUIDs

## 1.1.0

* Export `Kernel#UUID`.

## 1.0.0

* Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uuid4-1.3.1 CHANGELOG.md