Skip to content

Releases: ihor/NSPL

1.3

21 Mar 20:41

Choose a tag to compare

  • Added \nspl\a\lazy which contains lazy versions of function from \nspl\a where it made sense
  • Added array function chaining with the \nspl\a\with function
  • Added \nspl\a\in which works both on arrays and traversable objects
  • Added \nspl\a\values which works both on arrays and traversable objects
  • Added \nspl\a\keys which works both on arrays and traversable objects
  • Added \nspl\a\dropKeys which works both on arrays and traversable objects
  • Added \nspl\a\diff which works both on arrays and traversable objects
  • Added \nspl\a\intersect which works both on arrays and traversable objects
  • Added \nspl\a\cartesianProduct which works both on arrays and traversable objects
  • Added \nspl\rnd\randomString
  • Added \nspl\f\throttled higher order function
  • Added \nspl\op\instanceOf_ function

1.2.2

07 Sep 13:09

Choose a tag to compare

  • Fixed breaking syntax for PHP versions < 5.6 introduced in the version 1.2.1

1.2.1

06 Sep 20:41

Choose a tag to compare

  • Added \nspl\op\instanceCreator operation. Thanks @jejung for the pull request.

1.2

05 Jan 22:03

Choose a tag to compare

1.2
  • Made \nspl\args PHP 7 compatible

1.1.1

13 Jun 21:23

Choose a tag to compare

1.1

19 May 16:47

Choose a tag to compare

1.1

1.0.1

24 Jan 12:37

Choose a tag to compare

  • Fixed incompatibility issues with PHP 5.4 in \nspl\args and \nspl\rnd
  • Added argument validations to all NSPL modules

1.0

24 Jan 12:36

Choose a tag to compare

1.0

First release