wilkerlucio / pathom3

Interface with complex data via graph mapping.
https://pathom3.wsscode.com
Eclipse Public License 2.0
374 stars 31 forks source link

Remove placeholder param data feature from core features #187

Closed wilkerlucio closed 1 year ago

wilkerlucio commented 1 year ago

The feature of always using placeholder parameters as a description to override the entity data needs to be revised. The issue is that forcing that behavior makes it difficult to implement custom behavior for params on placeholders.

So to keep Pathom flexible for the user to make its own semantics, I will remove this feature.

For users that want to retain the behavior, I'll provide a plugin that re-implements the same behavior.

wilkerlucio commented 1 year ago

Now there is a new plugin pbip/placeholder-data-params which gets back the same behavior for users that want to keep it.