Releases: benhoyt/goawk
Releases · benhoyt/goawk
Version 1.1.5
Fix scope issue when calling user function with global var
Version 1.1.4
Only split into fields when fields or NF
are accessed. This speeds up scripts that only access the line ($0
) and not individual fields.
Version 1.1.3
Version 1.1.2
Eliminate numChecked and a couple of other speedups / simplifications.
Version 1.1.1
A couple of performance improvements related to value handling and numeric strings.
Version 1.1.0
Added support for calling native Go functions from AWK. See documentation of the Funcs
field here: https://godoc.org/github.com/benhoyt/goawk/interp#Config
Version 1.0.1
Ensure printf has one or more args at parse time. Add some unit tests to get more coverage.
Initial 1.0.0 version
Initial working and tested version! Read more: https://benhoyt.com/writings/goawk/