Skip to content

5.0.0

Compare
Choose a tag to compare
@twisterghost twisterghost released this 25 Mar 17:53
· 17 commits to master since this release
7274dac

A huge thank you to trouvant for this update.

New scripts:

  • _chunk
  • _difference
  • _difference_by
  • _drop
  • _drop_right
  • _fill
  • _intersection
  • _intersection_by
  • _reverse (which is mutative, as in Lodash)
  • _union
  • _union_by
  • _unzip
  • _without
  • _zip

Changes:

  • The old _reverse is now _backward
    • _reverse mutates, _backward returns a new array

GameMaker Studio 2.3 Beta

gdash is compatible with GameMaker Studio 2.3 Beta. You can import the native 2.3 package below (gdash-5-0-0-beta.yymps). The existing functions work as-is. Core functionality will be revised to center around GM:S2.3 shortly after the 2.3 beta ends and 2.3 becomes the mainline version.