Skip to content

Commit

Permalink
Update info files
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamerDeLy committed Mar 21, 2023
1 parent a0736f1 commit bf1deef
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
38 changes: 23 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,52 @@

* Портовано з EnvOS без значних змін в файлах.
* Малі виправлення, що дозволяють працювати як бібліотека.
* Додано модуль SerialLog.
* Додано модуль `SerialLog`.
* Виправлення в файлах тестів.
* Додано приклад роботи з SerialLog.
* Додано приклад роботи з `SerialLog`.

## v0.2.0
*11.08.2022*

* Невеликі фікси та перероблений шаблон SerialLog.
* Додано приклади роботи з CLI та з Value.
* Невеликі фікси та перероблений шаблон `SerialLog`.
* Додано приклади роботи з `CLI` та з `Value`.

## v0.3.0
*01.09.2022*

* Доданий приклад з UnitConversion.
* Функціонал SimpleTimer розширено: додана можливість працювати з калбеками. Додані приклади роботи в різних варіантах.
* Доданий приклад з `UnitConversion`.
* Функціонал `SimpleTimer` розширено: додана можливість працювати з калбеками. Додані приклади роботи в різних варіантах.

## v0.4.0
*23.10.2022*

* В SerialLogging видалена можливість додавати декілька вихідних Stream об'єктів.
* З CLI видалена залежність від SerialLogging.
* В CLI додана можливість постійного зчитування з Stream та виконання.
* В `SerialLogging` видалена можливість додавати декілька вихідних `Stream` об'єктів.
* З `CLI` видалена залежність від `SerialLogging`.
* В `CLI` додана можливість постійного зчитування з `Stream` та виконання.
* Перейменовані деякі приклади.

## v0.5.0
*02.11.2022*

* SimpleTimer та SimpleStopwatch додані до загального `namespace`.
* Додано HTTPPackage.
* `SimpleTimer` та `SimpleStopwatch` додані до загального `namespace`.
* Додано `HTTPPackage`.

## v0.6.0
*14.03.2023*

* Додано HTTPPackageParser разом з тестами і прикладом.
* Додано `HTTPPackageParser` разом з тестами і прикладом.

## v0.7.0
*15.03.2023*

* Модулі HTTPPackage та HTTPPackageParser перейменовані на HTTPRequest та HTTPResponse відповідно.
* HTTPRequestType перетворене з enum `class` на простий `enum`, що б спростити синтаксис.
* В CLI додана підтримка встановлення `output`.
* Модулі `HTTPPackage` та `HTTPPackageParser` перейменовані на `HTTPRequest` та `HTTPResponse` відповідно.
* `HTTPRequestType` перетворене з enum `class` на простий `enum`, що б спростити синтаксис.
* В `CLI` додана підтримка встановлення `output`.

## v0.8.0
*21.03.2023*

* Перейменовано `HTTPRequestType` в `HTTPMethod`.
* Перейменовані файли в теці `/net`, що б відповідати іншим.
* Перероблений `HTTPRequest`, що б можна було викликати команди в будь-якому порядку.
* Доданий тест для `HTTPRequest`.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Also you can select specific version, using tag:

```ini
lib_deps =
https://github.com/DreamerDeLy/dream.git#v0.7.0
https://github.com/DreamerDeLy/dream.git#v0.8.0
```

**For ArduinoIDE**:
Expand All @@ -44,8 +44,8 @@ lib_deps =
- [**CLI**](src/debug/cli.h) - Library for the developer's CLI, into which any command can be integrated.
- [**Serial Logging**](src/debug/serial_logging.h) - Macro-based logging library.
- **NET**
- [**HTTPRequest**](src/net/HTTPRequest.h) - Generator of HTTP request packages.
- [**HTTPResponse**](src/net/HTTPResponse.h) - Module for parsing HTTP response packages.
- [**HTTPRequest**](src/net/http_request.h) - Generator of HTTP request packages.
- [**HTTPResponse**](src/net/http_response.h) - Module for parsing HTTP response packages.
- **Realtime**
- [**Simple Timer**](src/realtime/simple_timer.h) - Simple software timer.
- [**Simple Stopwatch**](src/realtime/simple_stopwatch.h) - A simple object for measuring the elapsed time between the execution of some functions.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/DreamerDeLy/dream.git"
},
"version": "0.7.0",
"version": "0.8.0",
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms": [
Expand Down

0 comments on commit bf1deef

Please sign in to comment.