Skip to content

Commit 125bb15

Browse files
authored
Merge pull request #13 from gm-core/v4-dev
V4.0.0
2 parents 5da254a + 0c4951a commit 125bb15

File tree

303 files changed

+1939
-3494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+1939
-3494
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.zip
2+
node_modules
3+
*.log
4+
build

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## v4.0.0
4+
5+
* **Dropped support for GameMaker: Studio v1**
6+
* **All scripts changed to be `_snake_case` instead of `_camelCase`**
7+
* Minor performance tuning in most scripts
8+
* Significant performance updates to:
9+
* `_uniq`
10+
* `_contains`
11+
* Bug fixes and behavior alignment for `_contains`
12+
* `_keys` now returns an empty array for empty maps
13+
* New scripts:
14+
* `_to_list(array)`
15+
* `_list_of(values...)`
16+
* `_map_of(values...)`
17+
* `_error(message [, fatal])`
18+
* Documentation is now generated directly from code comments in the source

0 commit comments

Comments
 (0)