Skip to content

Commit fbe4e28

Browse files
feedback
1 parent a01ba9e commit fbe4e28

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGES.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
0.0.1-beta1 (February 5, 2021)
2-
- Initial public release. It includes common modules to the SDKs for the different Javascript runtime environments, such as Browser JS SDK.
3-
- It has a modular design with the following goals:
4-
- Decouple the SDK API variants from the runtime environment, in order to, for example, run a client-side SDK instance on Node or Electron.
5-
- Size reduction via tree-shaking with ES modules.
6-
- Better performance by ussing the native APIs of each runtime environment.
7-
- Extendable via pluggable modules, such as storages, integrations with third-party analytic tools, etc.
2+
- Initial public release. It includes common modules to be consumed by the different Split implementations written in JavaScript. Based on the original JS SDK in the `javascript-client` repository.
3+
- It's designed with a modular approach, with the following goals in mind:
4+
- Dependents should be able to include the modules that are needed for, as an example, a storage.
5+
- Dependents should be able to use the module that's specific for their runtime environment, allowing for better usage of native APIs as well as to build optimizations targeted by each platform.
6+
- Size reduction should be applicable when possible.
7+
- Design should be extensible, specially for modules that act as an orchestrator.
8+
- Code reusability.

0 commit comments

Comments
 (0)