Skip to content

Releases: benhoyt/goawk

Version 1.1.5

27 Dec 00:58
Compare
Choose a tag to compare

Fix scope issue when calling user function with global var

Version 1.1.4

23 Dec 01:44
Compare
Choose a tag to compare

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

19 Dec 12:52
Compare
Choose a tag to compare

Fix resolving unknown var types when calling a native function. Thanks @Jeffail for reporting. Fixes #17.

Version 1.1.2

11 Dec 01:51
Compare
Choose a tag to compare

Eliminate numChecked and a couple of other speedups / simplifications.

Version 1.1.1

07 Dec 02:23
Compare
Choose a tag to compare

A couple of performance improvements related to value handling and numeric strings.

Version 1.1.0

01 Dec 19:01
Compare
Choose a tag to compare

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

22 Nov 01:49
Compare
Choose a tag to compare

Ensure printf has one or more args at parse time. Add some unit tests to get more coverage.

Initial 1.0.0 version

17 Nov 16:04
Compare
Choose a tag to compare

Initial working and tested version! Read more: https://benhoyt.com/writings/goawk/