Skip to content

Commit 7f1e37a

Browse files
committed
# Version 0.4.0
## Repository moved to GitHub organization
1 parent d33acdf commit 7f1e37a

22 files changed

Lines changed: 8560 additions & 21 deletions

CHANGELOG.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Release 0.1.0
5-
- Initial commit
4+
## Release 0.4.0
5+
6+
### Improvements
7+
- Renamed abbreviations (Id-ID, Ip-IP, Ui-UI, Mqtt-MQTT, Tls-TLS, Qos-QOS, Ca-CA)
8+
- Using recursive helper functions to convert Container <-> Lua table
9+
10+
## Release 0.3.0
11+
12+
### Improvements
13+
- Update to EmmyLua annotations
14+
- Usage of lua diagnostics
15+
- Documentation updates
16+
17+
### Bugfix
18+
- Some Enum references were missed
19+
20+
## Release 0.2.0
621

722
### New features
8-
- ...
23+
- TLS, CleanSession, PeerVerification, CA Bundle, ClientCertification
24+
- Check if running on SAE
925

1026
### Improvements
11-
- ...
27+
- Loading only required APIs ('LuaLoadAllEngineAPI = false') -> less time for GC needed
28+
- Improve behaviour when loading paramters
29+
- Recreate MQTTClient handle to reset old configuration
30+
- Use addSubscription within addSubscriptionViaUi
31+
- Docu update
1232

1333
### Bugfix
14-
- ...
34+
- Do not save internal functions to forward incoming events within persistent parameters
35+
36+
## Release 0.1.0
37+
- Initial commit
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"showLoginButton": false
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add project wide CSS settings here */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "CSK_Module_MQTTClient",
3+
"version": "1.0.0",
4+
"description": "Generated",
5+
"components": [
6+
"@sick-davinci/basic-elements"
7+
],
8+
"dependencies": {
9+
"@sick-davinci/basic-elements": "^5.0.5"
10+
}
11+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.myCustomFrame_CSK_Module_MQTTClient {
2+
border-style: solid;
3+
border-width: 1px;
4+
border-color: grey;
5+
margin: 6px;
6+
}
7+
8+
.myCustom20pHeight_CSK_Module_MQTTClient {
9+
min-height: 20%;
10+
}
11+
12+
.myCustom10pxHeight_CSK_Module_MQTTClient {
13+
min-height: 10px;
14+
}
15+
16+
.myCustomCssClass_CSK_Module_MQTTClient {
17+
}

0 commit comments

Comments
 (0)