Skip to content

Link.js v0.2.16

Compare
Choose a tag to compare
@Radnen Radnen released this 15 Feb 18:00
· 16 commits to master since this release

Changelog:

This version sees some major and minor fixes as well as new features.


  1. Fixed .random(times)
  2. Added .sample(times)
  3. Added overload on .join(delim), no function means we do a string-like array join with a delimiter.
  4. Added .split(delim) method
  5. Added .shuffle() (fatcerberus)
  6. Added .concat(Link)
  7. Fixed .invoke(prop_name) to respect parent this object.