Skip to content

Commit

Permalink
[release] 0.4.0 - Package size improvements (#42)
Browse files Browse the repository at this point in the history
### New Features
  - Add support for array operators
  - Add hash option to getClientInitializeResponse
  - Add id_type to the response of getClientInitializeResponse
  - Support pulse for Dynamic Configs
  ### Improvements
  - Reduce package size by ~70%





>Included In This Release
>- 2538454 oliver-statsig
>   - Add Passed Field to Dynamic Configs for GCIR (#41)
>- 01e36b6 oliver-statsig
>   - Include Pass/Fail for Configs and Version on Exposures (#40)
>- 9d4c73c sroyal-statsig
>   - Add Support for Array Condition Operators (#38)
>- 8c0343e dependabot[bot]
>   - Bump micromatch from 4.0.7 to 4.0.8 (#39)
>- b5808c8 kenny-statsig
>   - Exclude /src files in NPM package (#37)
>- 71241cd kenny-statsig
>   - Remove sha.js dependency (#36)
>- 00b73b3 sroyal-statsig
>   - Add IDType to GCIR (#35)
>- cdeb898 sroyal-statsig
>   - Add Hash Option to GCIR (#33)
  • Loading branch information
kenny-statsig authored Jan 13, 2025
1 parent 2538454 commit 8414e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-node-lite",
"version": "0.3.0",
"version": "0.4.0",
"description": "A slimmed version of the Statsig Node.js SDK.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8414e17

Please sign in to comment.