Sha256: 0f41190854a3a7d82fa23baddd8b7ac3a61226497664cb4b883dfd448d61d6b9

Contents?: true

Size: 906 Bytes

Versions: 1

Compression:

Stored size: 906 Bytes

Contents

# Change Log

## 1.2.0

- Add `Array#array_index(array)` method to determine start array index of other array

## 1.1.0

- Perform contiguous-element `include_all?([...])` check against an array argument (not splatted)
- Perform sorted `include_all?([...])` check against an array argument (not splatted)
- Perform non-repetition `include_all?([...])` check against an array argument (not splatted)

## 1.0.4

- Support splat args (e.g. `include_any?(1, 2, 3)` instead of `include_any?([1, 2, 3])`)

## 1.0.3

- Opal compatibility through monkey-patching and providing a `using` method shim so that existing gems that used the refinement in Ruby work

## 1.0.2

- Handled case of two arrays with elements of unsortable object types (e.g. Hash)

## 1.0.1

- Handled case of two arrays with different ordering of common elements

## 1.0.0

- Initial implementation of Array#include_all? & Array#include_any?

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
array_include_methods-1.2.0 CHANGELOG.md