NSPL Versions Save

Non-Standard PHP Library - functional primitives toolbox and more

1.3

5 years ago
  • 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

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

1.2.1

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

1.2

7 years ago
  • Made \nspl\args PHP 7 compatible

1.1.1

7 years ago

1.1

7 years ago

1.0.1

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

1.0

8 years ago

First release