Skip to content

Releases: gm-core/gdash

v1.3.0

06 Nov 17:41
Compare
Choose a tag to compare

Updated:

  • _indexOf better handles ds_lists
  • Improved automated test coverage
  • Removed unused _gdash_object resource from source code

v1.2.0

08 Sep 02:01
Compare
Choose a tag to compare

New:

  • Added _cloneArray

Updated:

  • _set marks nested maps as DS_Map data structures as it creates them

v1.1.1-build2

16 Aug 15:15
Compare
Choose a tag to compare

Updates:

Include the _join fixes in gdash.gml

v1.1.1

16 Aug 15:11
Compare
Choose a tag to compare

Bug fixes:

  • Fix _join functionality (via devito)

v1.1.0

04 Jun 17:16
Compare
Choose a tag to compare

New functions:

  • _set - Set nested ds_map values easily
  • _get - Get nested ds_map values easily
  • _join - Convert arrays to strings
  • _split - Convert strings to arrays
  • _indexOf - Find value positions in collections
  • _log - Convenience method for show_debug_message

Improvements / bug fixes:

  • _spread - Fixed to handle no-arg functions
  • _run - Fixed to better handle no-arg functions
  • _length - Return -1 for undefined collections

v1.0.0

18 Oct 19:37
Compare
Choose a tag to compare

This is the initial release of gdash!

Initial function support:

  • _contains
  • _length
  • _keys
  • _typeOf
  • _map
  • _isEqual
  • _reduce
  • _and
  • _times
  • _object
  • _destroy
  • _collect
  • _filter
  • _partial
  • _free
  • _spread
  • _run
  • _concat
  • _arrayOf
  • _uniq
  • _push
  • _find