Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 329 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 329 Bytes

2.0.0 (May 23, 2019)

Rocket Array

  • Class "Rarray" removed for Array prototype that are faster than Class
  • .addBefore changed into .pushBefore
  • .text changed into .toString()
  • .length(humanReadable) removed, use .length() directly
  • .get removed
  • .add removed (.push already exist)
  • .import removed
  • .edit removed