Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript #1807

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
78d0e13
Formatting
GermanBluefox Sep 2, 2024
becf15b
Move to eslint-config
GermanBluefox Oct 6, 2024
c8d935d
Move to eslint-config
GermanBluefox Oct 7, 2024
95570ab
Types
GermanBluefox Nov 5, 2024
9188791
Remove old processing of ZIP files
GermanBluefox Nov 5, 2024
cbe0d8c
Merge branch 'master' into astro-icon
GermanBluefox Nov 5, 2024
c8745df
Remove old processing of ZIP files
GermanBluefox Nov 5, 2024
8e3c5c0
Working on typescript
GermanBluefox Nov 5, 2024
280cd4e
Working on typescript
GermanBluefox Nov 11, 2024
7e2525c
Working on typescript
GermanBluefox Nov 12, 2024
db00c1d
Working on typescript
GermanBluefox Nov 13, 2024
0fc78c4
Working on typescript
GermanBluefox Nov 13, 2024
8bb3358
Backend could be compiled
GermanBluefox Nov 14, 2024
9d75bd5
Added codicon font back
GermanBluefox Nov 14, 2024
36ce681
Convert React to TypeScript
GermanBluefox Nov 14, 2024
c6deafc
Convert React to TypeScript
GermanBluefox Nov 15, 2024
c8d56b3
Convert React to TypeScript
GermanBluefox Nov 15, 2024
e07fce4
Working on typescript
GermanBluefox Nov 19, 2024
8cf2df1
Convert React to TypeScript
GermanBluefox Nov 20, 2024
3c7f89d
Working on TS
GermanBluefox Nov 24, 2024
0444f90
Rules are working
GermanBluefox Nov 24, 2024
db5ca2c
Blockly works
GermanBluefox Nov 24, 2024
89ed3fb
Blockly works with multiline and colour blocks
GermanBluefox Nov 25, 2024
a999c06
Blockly works with multiline and colour blocks
GermanBluefox Nov 25, 2024
c1bb7ef
Working on debug functionality
GermanBluefox Nov 25, 2024
b795607
Merge master into this branch
GermanBluefox Jan 15, 2025
8efa684
Merge master into this branch
GermanBluefox Jan 15, 2025
1593616
Fixing build
GermanBluefox Jan 15, 2025
0cbe148
Fixing build
GermanBluefox Jan 15, 2025
9cdf90b
Fixing build
GermanBluefox Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["iobroker", "license"]
"plugins": ["iobroker", "license"]
}
1,482 changes: 880 additions & 602 deletions CHANGELOG_OLD.md

Large diffs are not rendered by default.

43 changes: 26 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,53 @@ Executes Javascript, Typescript Scripts.

## Documentation

- 🇺🇸 [Function documentation](docs/en/javascript.md)
- 🇺🇸 [Upgrade guide](docs/en/upgrade-guide.md)
- 🇩🇪 [Benutzung](docs/de/usage.md)
- Blockly
- 🇺🇸 Here you can find the description of [blockly](docs/en/blockly.md).
- 🇩🇪 Hier kann man die Beschreibung von [Blockly](docs/de/blockly.md) finden.
- 🇷🇺 Описание по [blockly](docs/ru/blockly.md) можно найти [здесь](docs/ru/blockly.md).
- 🇺🇸 [Function documentation](docs/en/javascript.md)
- 🇺🇸 [Upgrade guide](docs/en/upgrade-guide.md)
- 🇩🇪 [Benutzung](docs/de/usage.md)
- Blockly
- 🇺🇸 Here you can find the description of [blockly](docs/en/blockly.md).
- 🇩🇪 Hier kann man die Beschreibung von [Blockly](docs/de/blockly.md) finden.
- 🇷🇺 Описание по [blockly](docs/ru/blockly.md) можно найти [здесь](docs/ru/blockly.md).

## Changelog

<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (@GermanBluefox) Migrated GUI to Typescript
- (@GermanBluefox) Backend re-written to TypeScript
- (@GermanBluefox) Removed the `request` module from the default modules
- (@GermanBluefox) Migrated GUI to TypeScript

### 8.8.3 (2024-09-05)
* (bluefox) Fixed object selector in rules

- (@GermanBluefox) Fixed object selector in rules

### 8.8.2 (2024-08-07)
* (bluefox) updated dependencies

- (@GermanBluefox) updated dependencies

### 8.8.0 (2024-08-05)
* (@klein0r) Added option to register notifications via scripts
* (@klein0r) Fixed sendTo block with an empty name list

- (@klein0r) Added option to register notifications via scripts
- (@klein0r) Fixed sendTo block with an empty name list

### 8.7.7 (2024-08-04)
* (@klein0r) Fixed import scripts dialog
* (@klein0r) Allowed removing all custom packages (empty list)

- (@klein0r) Fixed import scripts dialog
- (@klein0r) Allowed removing all custom packages (empty list)

### 8.7.6 (2024-07-28)
* (foxriver76) fix error with subpath imports in scripts

- (foxriver76) fix error with subpath imports in scripts

## License

The MIT License (MIT)

Copyright (c) 2014-2024 bluefox <[email protected]>,
Copyright (c) 2014-2024 @GermanBluefox <[email protected]>,

Copyright (c) 2014 hobbyquaker
Copyright (c) 2014 hobbyquaker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified admin/back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions admin/custom/i18n/de.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/en.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/es.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/fr.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/it.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/nl.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/pl.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/pt.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/ru.json

This file was deleted.

30 changes: 0 additions & 30 deletions admin/custom/i18n/uk.json

This file was deleted.

Loading
Loading