Skip to content

Commit 7391bcd

Browse files
committed
Address Ali's comments
1 parent f0d256f commit 7391bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414

1515
### New Features
1616

17-
- Changed functionality of JSON schema validation in React Native, Node, and Browser entry points ([442](https://github.com/optimizely/javascript-sdk/pull/442))
18-
- Previosly, `skipJSONValidation` flag was used by the user to specify whether the JSON object should be validated
19-
- Now, `skipJSONValidation` has been removed entirely from all three entry points. Instead, a user will need to import `jsonSchemaValidator` from `@optimizely/optimizely-sdk/lib/utils/json_schema_validator` and pass it to `createInstance` to perform validation as shown below:
17+
- Changed functionality of JSON schema validation in React Native, Node, and Browser entry points ([442](https://github.com/optimizely/javascript-sdk/pull/442)).
18+
- Previously, `skipJSONValidation` flag was used by the user to specify whether the JSON object should be validated.
19+
- Now, `skipJSONValidation` has been removed entirely from all entry points. Instead, a user will need to import `jsonSchemaValidator` from `@optimizely/optimizely-sdk/lib/utils/json_schema_validator` and pass it to `createInstance` to perform validation as shown below:
2020

2121
```js
2222
const optimizelySDK = require('@optimizely/optimizely-sdk');

0 commit comments

Comments
 (0)