Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 1.44 KB

Changelog

[v1.0.0] - 02/12/2019

Added

  • #22 Beyond usage is shown when the entered command is not valid.
  • #7 This new version provide a method named Ignore which can be used to ignore methods to be intercepted.
  • #5 Beyond configuration can be loaded from a toml file.
  • #6. It's possible to skip joinpoint invocation from the Before method.
  • #3 Docker image wesovilabs/beyond:1.0.0 is provided.
  • #8 It special character ? is supported for optional objects

Changed

  • #26 Library has been renamed from goa to beyond. It's due an existing and known library already had that name.
  • #10 This change improves the Beyond performance since the list of functions to be evaluated is less than It used to be required in older versions.

Fixed

  • #23 Fix build command when flag -o is not provided.
  • #14 Fixing windows compilation error

[v0.0.1] - 24/11/2019

🎉 first release!