Skip to content

Commit

Permalink
feat!: convert to chainable methods (open-feature#221)
Browse files Browse the repository at this point in the history
Updated various touchpoints in the global API and client to be chainable
methods. This is a breaking change that is intended to provide a more
consistent developer experience.

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Sep 19, 2022
1 parent 2530298 commit 5253ad9
Show file tree
Hide file tree
Showing 10 changed files with 426 additions and 73 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"extends":[
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
"prettier",
"plugin:jsdoc/recommended"
],
"parser":"@typescript-eslint/parser",
"parserOptions":{
Expand All @@ -15,7 +16,8 @@
},
"plugins":[
"@typescript-eslint",
"check-file"
"check-file",
"jsdoc"
],
"rules":{
"linebreak-style":[
Expand All @@ -38,6 +40,6 @@
{
"ignoreMiddleExtensions": true
}
]
]
}
}
138 changes: 137 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-check-file": "^1.2.1",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-jsdoc": "^39.3.6",
"jest": "^28.1.0",
"jest-junit": "^14.0.0",
"prettier": "^2.6.2",
Expand Down
Loading

0 comments on commit 5253ad9

Please sign in to comment.