Commit 23597d3
committed
feat: make qsOptions property protected to enable inheritance
BREAKING CHANGE: Changed `qsOptions` property from private to protected to allow
subclasses to access internal state. This enables better extensibility but
may affect consumers who subclass DrupalJsonApiParams.
- Changed `private qsOptions` to `protected qsOptions` in DrupalJsonApiParams class
- Allows subclasses to access and modify internal qsOptions state
- Improves library extensibility for advanced use cases1 parent 5bf2694 commit 23597d3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments