Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Handle opt-in methods and fields in the templates. * Add initial opt-in list. * Add 'opt-in' option to CMakeLists and package.json. * Add remaining items in opt-in list. * Invoke 'BoundSpec.applyOptInList()'. * Add opt-in list path to 'files' in 'package.json'. * Remove unused items from opt-in list. * Update deprecation comments to be more specific. * Point Core submodule to new commit. * Update formatting in comments. * Apply yaml file validation. * Update comments. * Revert 'Apply yaml file validation'. We'll instead have the binding generator generate the opt-in spec schema file from spec.yaml in order to list all classes and records with their corresponding methods and fields. The validation would then also provide autocomplete in the opt-in spec file. (Will be done in bindgen.) * Update Core pointer. * Update opt-in list to reflect latest changes to the Core spec. * Update Core pointer. * Add 'is_fulltext_indexed' to opt-in list. * Add CHANGELOG entry.
- Loading branch information