Skip to content

v6.0.1

Choose a tag to compare

@ndaidong ndaidong released this 07 Nov 10:49

Since this version we can deal with immutable data by using new method stabilize.

We also added isUndefined method, while the method isDef has been removed.

The following methods have been removed:

  • strtolower
  • strtoupper
  • min
  • max
  • unique
  • contains
  • first
  • last
  • getIndex
  • getLastIndex
  • sort
  • shuffle
  • pick
  • empty
  • copies
  • clone

The methods for array manipulation are available after stabilizing the array instances.