Skip to content

Commit 5038984

Browse files
Merge pull request #14 from elek-io/changeset-release/main
Release 0.3.0
2 parents b685cac + 0fc02a5 commit 5038984

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/empty-cars-cough.md

-5
This file was deleted.

.changeset/heavy-moles-flash.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @elek-io/client
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- fadeaad: Added local API for developers to be able to recieve Project data locally e.g. for usage in websites during a build step. The local API is based on the OpenAPI specification. Meaning there is a swagger UI available locally when enabled in the users profile. The API can be used to query the data manually or use the [OpenAPI Generator CLI](https://openapi-generator.tech/) like so: `openapi-generator-cli generate -i ./openapi.json -g typescript-fetch -o ./src/api-client --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=elek-io`, where `SET_TAGS_FOR_ALL_OPERATIONS=elek-io` merges the tagged APIs into one for ease of use.
8+
- d488af9: Added basic diff view for changes that happen
9+
310
## 0.2.0
411

512
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@elek-io/client",
33
"productName": "elek.io Client",
44
"description": "The elek.io Client is a desktop application for Windows, macOS and Linux that allows you to manage content.",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"type": "module",
77
"main": "./out/main/index.js",
88
"homepage": "https://elek.io",

0 commit comments

Comments
 (0)