Skip to content

Releases: ahamed/JsPhp

v0.6

03 Aug 11:22
Compare
Choose a tag to compare

Improve the codebase, fix deprication messages.

v0.5

18 May 18:39
0071efb
Compare
Choose a tag to compare

Changelog:

  • [New] Add JsObject.
  • [New] Add JsObject::assign() method.
  • [New] Add JsObject::entries() method.
  • [New] Add JsObject::fromEntries() method.
  • [New] Add JsObject::keys() method.
  • [New] Add JsObject::values() method.
  • [Update] Improve codebase.
  • [Fix] Fix known issues.

For more visit - JsPhp Wiki

v0.4

16 May 18:44
Compare
Choose a tag to compare

Changelog:

  • new: Add JsArray::from() static method for generate array from length and user defined function.
  • new: Add flatMap() method for flatten a nested array and apply map.
  • update: Update the flat() method, now by default it flattens the array depth 1 and you can provide your own depth value.

v0.3

15 May 17:41
Compare
Choose a tag to compare

Changelog:

  • new: Add at() method of array.
  • fix: Fixed known issues.

v0.2

21 Jul 18:42
Compare
Choose a tag to compare

This version is covered all the important array methods.

v0.1

18 Jul 17:08
Compare
Choose a tag to compare
drop the version from the composer file