From 54b77a67cbc8b6da39cd8ed261f69116f009b797 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Tue, 5 Sep 2023 23:05:07 +0300 Subject: [PATCH] release: sdk-v0.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ src/sdk/package.sdk.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a5f10d5..6c1dd6003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. See [standa --- +## [sdk-v0.2.0](https://github.com/live-codes/livecodes/compare/v12...sdk-v0.2.0) (2023-09-05) + +This release introduces [headless mode](https://livecodes.io/docs/sdk/headless). It also added support to [watch](https://livecodes.io/docs/sdk/js-ts) for console output and test results. + +### Bug Fixes + +- **SDK:** fix race condition when calling SDK methods ([85ee589](https://github.com/live-codes/livecodes/commit/85ee589f1d475f17ffbb5021f98e2cf0725e1667)) + +### Features + +- **SDK:** add support for headless playgrounds ([b312b88](https://github.com/live-codes/livecodes/commit/b312b881b85e24ff69f125d0a0cc8922f8352fea)) +- **SDK:** allow SDK to watch for console output and test results ([69f3f04](https://github.com/live-codes/livecodes/commit/69f3f045dbc589a0ecebe17c8e2785c640f2da6b)) + +### Performance Improvements + +- **SDK:** do not load visual features when headless ([dab8ae9](https://github.com/live-codes/livecodes/commit/dab8ae9cd7e6893ccb571540938f4be23285fad4)) +- **SDK:** send data in custom SDK events only if being watched ([5810916](https://github.com/live-codes/livecodes/commit/58109167ce595cc9b87b68c7322fa30e99b290f9)) + +--- + ## [v12](https://github.com/live-codes/livecodes/compare/v11...v12) (2023-08-20) ### Bug Fixes diff --git a/src/sdk/package.sdk.json b/src/sdk/package.sdk.json index 357b9dedc..744103849 100644 --- a/src/sdk/package.sdk.json +++ b/src/sdk/package.sdk.json @@ -1,6 +1,6 @@ { "name": "livecodes", - "version": "0.1.2", + "version": "0.2.0", "description": "Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",