You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGE: Custom templates using some obscure
getters of modelType may no longer function (returnElement
and others not used in standard templates). (#2665)
BREAKING CHANGE: Implicit Future detection, where an
asynchronous function without a declared return type had
its return type listed as Future, is no more. Those
functions now show a dynamic return type. (#2665)
Fix a problem with enum field location calculations.
(#2660, #2659)
Support for AOT compilation of templates added to Mustachio,
but not yet enabled. (#2664, #2651)
Some additional new lookup code implementation and testing.