Relocated attributes to their own folder
Removed the unused "Preview" system
Added a new error for "IncludeNotFound" so it can be different from FieldNotFound
Eliminated the entire "MatchesName" system which executed lots of unnecessary code for each alias, in favor of an aliasing system with predictable performance using a string dictionary
Added optional "HasFlag" choice you can use to detect whether a flag was turned on using an "$include" parameter
Relocated attributes to their own folder Removed the unused "Preview" system Added a new error for "IncludeNotFound" so it can be different from FieldNotFound Eliminated the entire "MatchesName" system which executed lots of unnecessary code for each alias, in favor of an aliasing system with predictable performance using a string dictionary Added optional "HasFlag" choice you can use to detect whether a flag was turned on using an "$include" parameter