Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

60 lines (47 loc) · 3.12 KB

CHANGELOG

1.3 / 2019-03-21

  • 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 / 2017-01-05

  • Made \nspl\args PHP 7 compatible

1.1.1 / 2016-06-13

1.1 / 2016-05-19

1.0.1 / 2016-01-24

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

1.0 / 2016-01-17

  • First release