Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Releases: 8fold/php-shoop

ESArray::random should be able to return ESStore

21 Jun 14:23
d6e4460
Compare
Choose a tag to compare
Merge pull request #119 from 8fold/working

Update ESArray.php

0.4.0

11 Jun 14:12
9c96c01
Compare
Choose a tag to compare

New features

  • startsWith and endsWith updated to take Closure for conditions
  • ESDictionary::interleave - returns array alternative value-member pairs

Breaking changes

  • ESArray::splitAt - removed
  • ESArray::insertAt - removed

Add `doesNotHave` and `doesNotHaveMember`

06 Jun 19:34
Compare
Choose a tag to compare

Ignore .DS_Store

06 Jun 15:28
Compare
Choose a tag to compare
0.3.12

ignore .DS_Store

ESArray::flatten - test

01 Jun 21:39
Compare
Choose a tag to compare
0.3.11

Error on GitHub Actions

ESArray::flatten

01 Jun 21:03
Compare
Choose a tag to compare

Takes a multi-dimensional and returns an indexed array with one level.

Allow sorting of members

31 May 18:18
Compare
Choose a tag to compare
0.3.9

Update composer.lock

ESArray::reindex

31 May 03:35
Compare
Choose a tag to compare
0.3.8

ESArray::reindex

Shooped::is, isNot no specified return type

31 May 03:17
Compare
Choose a tag to compare

Updating Interface to finish 0.3.6

Shooped::is, isNot no specified return type

31 May 03:13
Compare
Choose a tag to compare

Limiting return of is() and isNot() did now allow Closure to return various types.