You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# v next
2
2
3
-
- Upgrades Go version to 1.24, including relevant tweaks to WASM build
4
-
- Imports the full suite of Goal extensions (see Goal's full.go)
5
-
- Adds Goal's new flag lib
3
+
- Upgrade to Goal 1.4.0.
4
+
- Addition of `helps` function, which returns help as a string instead of printing it.
5
+
- Upgrades Go version to 1.24, including relevant tweaks to WASM build.
6
+
- Imports the full suite of Goal extensions (see Goal's full.go).
7
+
- Adds Goal's new flag lib.
6
8
- Many Ari functions were written with scalar use-cases in mind, but many of them would be more powerful if they supported both scalar and array arguments. Such pervasive/broadcasting behavior has been added to the following functions:
0 commit comments