Releases: DevCycleHQ/js-sdks
Releases · DevCycleHQ/js-sdks
NodeJS SDK - 1.12.4 Release
What's Changed
- fix type errors in #509
Full Changelog: https://github.com/DevCycleHQ/js-sdks/compare/@devcycle/[email protected]...@devcycle/[email protected]
React SDK - 1.10.2 Release
What's Changed
- fix type errors in #509
Full Changelog: https://github.com/DevCycleHQ/js-sdks/compare/@devcycle/[email protected]...@devcycle/[email protected]
React Native - 1.4.2 Release
What's Changed
- fix type errors in #509
Full Changelog: https://github.com/DevCycleHQ/js-sdks/compare/@devcycle/[email protected]...@devcycle/[email protected]
JS SDK - 1.12.2 Release
What's Changed
- fix type errors in #509
Full Changelog: https://github.com/DevCycleHQ/js-sdks/compare/@devcycle/[email protected]...@devcycle/[email protected]
NodeJS SDK - 1.8.1 Release
- minor changes to the underlying types library to remove unused
knownVariableKeys
from configuration. - large updates to underlying
@devcycle/bucketing-assembly-script
library which will enable major performance improvements to be enabled in the next release of the SDK.
React SDK - 1.7.1 Release
- minor changes to the underlying types library to remove unused
knownVariableKeys
from the configuration.
React Native - 1.1.1 Release
- minor changes to the underlying types library to remove unused
knownVariableKeys
from the configuration.
JS SDK - 1.8.1 Release
- minor changes to the underlying types library to remove unused
knownVariableKeys
from the configuration.
Bucketing Assembly Script Lib - 1.4.0 Release
- Optimizations to move sorting + data ordering tasks to initialization of the config objects.
- Optimizations to create
Map<>
types during initialization for values which were iterated over previously. - Add
variableForUser()
method to bucket user for a single variable, rather then all variables in a project - Add
variableTypeFromPB()
method to accessvariableForUser()
using a protobuf interface.
NodeJS SDK - 1.8.0 Release
- Renamed all instances of
envKey
/env_key
/environmentKey
/ etc, tosdkKey
to be consistent with all DevCycle SDKs.