github gustavopsantos/Reflex 10.0.0

one day ago
  • The ReflexSettings asset is now mandatory. Previously, it was optional.
  • Introduced an explicit list of ProjectScopes within ReflexSettings. (Remember to add your ProjectScopes to this list when upgrading to version 10)
  • Removed LoadAllProjectScopes boolean from ReflexSettings, as it has been replaced by the new ProjectScopes list.

These changes provide a clearer definition of ProjectScopes usage while improving performance. By using an explicit list, Reflex no longer needs to call Resources.LoadAll(), reducing unnecessary resource loading.

Don't miss a new Reflex release

NewReleases is sending notifications on new releases.