File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.0
4+
5+ ### Major Changes
6+
7+ - - ** BREAKING CHANGE** : Changed internal properties and methods from ` private ` to ` protected ` to enable inheritance scenarios
8+ - ` data ` property is now accessible to subclasses for query state management
9+ - ` qsOptions ` property is now accessible to subclasses for query string options
10+ - ` config ` property is now accessible to subclasses for configuration settings
11+ - ` generateKeyName ` method is now accessible to subclasses
12+ - ` getIndexId ` method is now accessible to subclasses
13+ - This change affects consumers who subclass ` DrupalJsonApiParams `
14+
315## 2.3.2
416
517### Patch Changes
618
719- Fixed return for custom params method [ #44 ] ( https://github.com/d34dman/drupal-jsonapi-params/pull/44 ) .
820
9-
1021## 2.3.1
1122
1223### Patch Changes
1324
1425- Dev dependency update.
15-
26+
1627## 2.3.0
1728
1829### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " drupal-jsonapi-params" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " Drupal JSON-API params" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments