Skip to content

Commit

Permalink
fixup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed May 22, 2024
1 parent d7aba33 commit 80f251e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/build-config/src/deprecation-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,9 @@ export const DEPRECATE_STORE_EXTENDS_EMBER_OBJECT = '5.4';
* - `SchemaService.attributesDefinitionFor` method is deprecated in favor of the `SchemaService.fields` method
* - `SchemaService.relationshipsDefinitionFor` method is deprecated in favor of the `SchemaService.fields` method
*
* @property ENABLE_LEGACY_SCHEMA_SERVICE
* @since 5.4
* @until 6.0
* @public
*/
export const ENABLE_LEGACY_SCHEMA_SERVICE = '5.4';
14 changes: 14 additions & 0 deletions tests/docs/fixtures/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module.exports = {
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DEPRECATE_NON_UNIQUE_PAYLOADS',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DEPRECATE_RELATIONSHIP_REMOTE_UPDATE_CLEARING_LOCAL_STATE',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DEPRECATE_STORE_EXTENDS_EMBER_OBJECT',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#ENABLE_LEGACY_SCHEMA_SERVICE',
'(public) @ember-data/legacy-compat/builders @ember-data/legacy-compat/builders#findAll',
'(public) @ember-data/legacy-compat/builders @ember-data/legacy-compat/builders#findRecord',
'(public) @ember-data/legacy-compat/builders @ember-data/legacy-compat/builders#query',
Expand Down Expand Up @@ -542,6 +543,19 @@ module.exports = {
'(public) @ember-data/store <Interface> SchemaService#attributesDefinitionFor',
'(public) @ember-data/store <Interface> SchemaService#doesTypeExist',
'(public) @ember-data/store <Interface> SchemaService#relationshipsDefinitionFor',
'(public) @ember-data/store <Interface> SchemaService#derivation',
'(public) @ember-data/store <Interface> SchemaService#fields',
'(public) @ember-data/store <Interface> SchemaService#hasResource',
'(public) @ember-data/store <Interface> SchemaService#hasTrait',
'(public) @ember-data/store <Interface> SchemaService#hashFn',
'(public) @ember-data/store <Interface> SchemaService#registerDerivations',
'(public) @ember-data/store <Interface> SchemaService#registerHashFn',
'(public) @ember-data/store <Interface> SchemaService#registerResource',
'(public) @ember-data/store <Interface> SchemaService#registerResources',
'(public) @ember-data/store <Interface> SchemaService#registerTransformations',
'(public) @ember-data/store <Interface> SchemaService#resource',
'(public) @ember-data/store <Interface> SchemaService#resourceHasTrait',
'(public) @ember-data/store <Interface> SchemaService#transformation',
'(public) @ember-data/store Snapshot#adapterOptions',
'(public) @ember-data/store Snapshot#attr',
'(public) @ember-data/store Snapshot#attributes',
Expand Down

0 comments on commit 80f251e

Please sign in to comment.