Releases: ahamed/JsPhp
Releases · ahamed/JsPhp
v0.6
v0.5
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
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.