Skip to content

Commit

Permalink
chore: release v2.8.0
Browse files Browse the repository at this point in the history
* (foxriver76) ported to `@iobroker/webserver`
  • Loading branch information
foxriver76 committed May 23, 2024
1 parent 6b8ec6d commit a8ddd83
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2022 bluefox <dogafox@gmail.com>
Copyright (c) 2015-2024 bluefox <dogafox@gmail.com>

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ If no data source was specified or the noHistory parameter is passed, then only
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.8.0 (2024-05-23)
* (foxriver76) ported to `@iobroker/webserver`

### 2.7.2 (2022-10-08)
Expand Down Expand Up @@ -750,7 +750,7 @@ If no data source was specified or the noHistory parameter is passed, then only
## License
The MIT License (MIT)

Copyright (c) 2015-2022 bluefox <dogafox@gmail.com>
Copyright (c) 2015-2024 bluefox <dogafox@gmail.com>

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
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "simple-api",
"version": "2.7.2",
"version": "2.8.0",
"news": {
"2.8.0": {
"en": "ported to `@iobroker/webserver`",
"de": "an `@iobroker/webserver `",
"ru": "в порту `@iobroker/webserver \"",
"pt": "portado para `@iobroker/webserver \"",
"nl": "geporteerd naar .@iobroker/webserver wat",
"fr": "porté à `@iobroker/webserver \"",
"it": "inviato a `@iobroker/webserver #",
"es": "portada a `@iobroker/webserver `",
"pl": "wysłany do '@ iobroker / webserver'",
"uk": "сайт: www.iobroker.com й",
"zh-cn": "移植到 xqio 经纪人/网络服务器 `"
},
"2.7.2": {
"en": "Prepare for future js-controller versions",
"de": "Bereiten Sie sich auf zukünftige js-Controller-Versionen",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "Optimizar mensaje de error para objetos multilenguaje\nNo sobrescribir propiedades de estado por propiedades de objeto",
"pl": "Zoptymalizuj komunikat o błędzie dla obiektów wielojęzycznych\nNie nadpisuj właściwości stanu przez właściwości obiektu",
"zh-cn": "优化多语言对象的错误消息\n不要用对象属性覆盖状态属性"
},
"2.6.2": {
"en": "Support of new flags for `getPlainValue`: `json` and `noStringify`",
"de": "Unterstützung neuer Flags für `getPlainValue`: `json` und `noStringify`",
"ru": "Поддержка новых флагов для getPlainValue: json и noStringify",
"pt": "Suporte para novos sinalizadores para `getPlainValue`:` json` e `noStringify`",
"nl": "Ondersteuning van nieuwe vlaggen voor `getPlainValue`: `json` en `noStringify`",
"fr": "Prise en charge de nouveaux indicateurs pour `getPlainValue` : `json` et `noStringify`",
"it": "Supporto di nuovi flag per `getPlainValue`: `json` e `noStringify`",
"es": "Soporte de nuevas banderas para `getPlainValue`:` json` y `noStringify`",
"pl": "Obsługa nowych flag dla `getPlainValue`: `json` i `noStringify`",
"zh-cn": "支持 `getPlainValue` 的新标志:`json` 和 `noStringify`"
}
},
"title": "Simple RESTful API",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.simple-api",
"version": "2.7.2",
"version": "2.8.0",
"description": "RESTful interface for ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit a8ddd83

Please sign in to comment.