This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
New & Removed Classes
- Added ContextMetadata & LimitsMetadata classes
- Removed ListViewMetadata class
Updated Classes
All Classes
- Changed all class properties to use PascalCase (important for Lightning components due to case-sensitivity)
- Replaced 'SObject' with 'Sobject' in all classes (important for Lightning components due to case-sensitivity)
SobjectMetadata
- Added SobjectMetadata.ChildRelationships
- Replaced SobjectMetadata.RecordTypeApiNames with SobjectMetadata.RecordTypes (a list of RecordTypeMetadata)