Skip to content

v4.2.1

Choose a tag to compare

@jaredcwhite jaredcwhite released this 13 Nov 06:19
· 2325 commits to master since this release

Changes since 4.2.1:

  • functions filter: index, rindex, and round
  • functions filter: obj.to_json => JSON.stringify(obj)
  • support numbered parameters (numblocks)
  • Array.new(size, default) => new Array(size).fill(default)