Goa v1.0.1 Release Notes

Release Date: 2019-12-04 // over 4 years ago

Previous changes from v1.0.0

  • โž• 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