Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Indiekit
classSet()
forIndiekit.endpoints
,Indiekit.installedPlugins
,Indiekit.locales
andIndiekit.stores
Map()
forIndiekit.localeCatalog
,Indiekit.postTypes
andIndiekit.validationSchemas
(in addition to preceding refactor which introduced a map forIndiekit.collections
)bootstrap
toupdatePublicationConfig
; now that this method has a single purpose we can give it a clearer nameIntroduces the following breaking API change:
Indiekit.config.application.postTypes
object replaced byIndiekit.postTypes
mapWhile this makes the Indiekit class and its properties and methods clearer, some confusion is still potentially created in that these properties are added to
request.app.locals
under theapplication
key. Refactoring how locals are named and assigned, and the impacting changes to endpoints that use these values will be tackled in a separate PR. Ideally by the end of this refactor, it should be clearer how Indiekit is structured.