featurehub-io / featurehub-javascript-sdk

Official FeatureHub Javascript, Typescript, React, SolidJS, Node SDKs
MIT License
6 stars 4 forks source link

Update SDK for strict typing in Typescript #152

Closed rvowles closed 1 year ago

rvowles commented 1 year ago

Description

There have needed to be some changes around supporting strict typing and expressing what is really being returned. This has refined the API, but made no actual structural changes to it. We will release this as a major release instead of a minor release in case it breaks anyone.

Fixes #151

matt-oplo commented 1 year ago

There may be changes required to the featurehub-javascript-node-sdk project as well.

rvowles commented 1 year ago

Yes, I need to take this through all the examples and ensure it works properly and passes all the tests - sorry, thats whats delaying the merge :-)

rvowles commented 1 year ago

I discovered some issues, so i have swapped to a different branch - and I have resolved all of the outstanding issues. I just need confirmation from the FH team to go ahead and release these.