Releases: gm-core/gdash
Releases · gm-core/gdash
v1.3.0
Updated:
_indexOf
better handles ds_lists- Improved automated test coverage
- Removed unused
_gdash_object
resource from source code
v1.2.0
New:
- Added
_cloneArray
Updated:
_set
marks nested maps asDS_Map
data structures as it creates them
v1.1.1-build2
Updates:
Include the _join
fixes in gdash.gml
v1.1.1
v1.1.0
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 forshow_debug_message
Improvements / bug fixes:
_spread
- Fixed to handle no-arg functions_run
- Fixed to better handle no-arg functions_length
- Return-1
forundefined
collections
v1.0.0
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