Skip to content

Releasing v1.12.0

Compare
Choose a tag to compare
@newm4n newm4n released this 16 Dec 09:03
· 15 commits to master since this release
2134fd5
  • Increased the Go version to version 1.18. If you still wished to use the version that uses 1.16, please use Grule version v1.11.0.
  • FIX #339 Remove the snapshot comparison from every creation of new instance, new test created.
  • FIX #334 Functions defined within Interface which added into DataContext can now be invoked from GRL.
  • FIX #328 When the engine try to access slice element with out of bound index, it will now emit the error instead of just panicking.