Skip to content

Releases: cb1kenobi/gawk

v4.1.0

08 Apr 20:04
Compare
Choose a tag to compare

Converted internal Gawk state from a class to a plain object to allow multiple gawk instances to play nice together. Also added a version to the gawk state just in case.

v4.0.2

08 Apr 20:03
Compare
Choose a tag to compare

This was a bug fix release.

v4.0.1

08 Apr 20:03
Compare
Choose a tag to compare

This was a bug fix release.

v4.0.0

08 Apr 05:25
Compare
Choose a tag to compare

Major API change. Removed GawkObject and GawkArray. Now everything is done through gawk().

v3.4.0

08 Apr 05:24
Compare
Choose a tag to compare
Fixed bug with date objects being clobbered.

Updated NPM deps.

v3.0.1

16 Nov 23:05
Compare
Choose a tag to compare

Fixed bug where GawkArray#splice() was emitting multiple change events instead of one.

v3.0.0

14 Nov 04:05
Compare
Choose a tag to compare
Merge pull request #1 from cb1kenobi/v3

v3.0.0!