-
-
Notifications
You must be signed in to change notification settings - Fork 29
API Deprecation
Fernando Correa de Oliveira edited this page Sep 9, 2019
·
3 revisions
Current version of the API is 1. Some features will be deprecated in the next version. They are listed here.
On :api<2> the referencing trait
has $!ref is referencing{ Model.id }will be deprecated in favor of
has $!ref is referencing( *.id, :model<Model> )