Goa v1.0.1 Release Notes
Release Date: 2019-12-04 // over 5 years ago-
No data yet ๐
You can check the official repo
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 imagewesovilabs/beyond:1.0.0
is provided. - ๐ #8 It special character
?
is supported for optional objects
๐ Changed
- #26 Library has been renamed from
goa
tobeyond
.
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
- #22