8000 Release 4.0.0 · gm-core/gdash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

4.0.0

Compare
Choose a tag to compare
@twisterghost twisterghost released this 10 Mar 15:30
· 26 commits to master since this release
125bb15

This is a breaking change update for gdash.

Changelog:

  • Dropped support for GameMaker: Studio v1
  • All scripts changed to be _snake_case instead of _camelCase
  • Minor performance tuning in most scripts
  • Significant performance updates to:
    • _uniq
    • _contains
  • Bug fixes and behavior alignment for _contains
  • _keys now returns an empty array for empty maps
  • New scripts:
    • _to_list(array)
    • _list_of(values...)
    • _map_of(values...)
    • _error(message [, fatal])
  • Documentation is now generated directly from code comments in the source
0