Added
- [Plugin] Add the
field/4callback with an additionalenvargument. This is the same asfield/3but gives access to the environment of the field definition.
Deprecated
- [Plugin] Deprecate the
field/3callback in favour offield/4. You should migrate tofield/4, simply by adding_envas the last argument in your implementation. Currently, if...