Skip to content

Releases: DreamerDeLy/dream

v0.8.0 - Remake of HTTPRequest

22 Mar 12:30
Compare
Choose a tag to compare

21.03.2023

  • HTTPRequestType renamed to HTTPMethod.
  • Renamed files in /net folder to snake case.
  • Remake of HTTPRequest, so that commands can be called in any order.
  • Added test for HTTPRequest.

v0.7.0 - Renames and changes in CLI

15 Mar 11:32
Compare
Choose a tag to compare

15.03.2023

  • HTTPPackage and HTTPPackageParser modules renamed to HTTPRequest and HTTPResponse.
  • Type of HTTPRequestType changet from enum class to enum for simpler usage.
  • Added output setting support to CLI.

v0.6.0 - Added HTTPPackageParser

14 Mar 13:52
Compare
Choose a tag to compare

14.03.2023

  • Added HTTPPackageParser with tests and examples

v0.5.0 - HTTPPackage added

03 Nov 14:45
Compare
Choose a tag to compare

02.11.2022

  • SimpleTimer та SimpleStopwatch added to namespace dream
  • Added HTTPPackage

v0.4.0 - CLI countinnuous integration and changes in SerialLog

03 Nov 14:43
Compare
Choose a tag to compare

23.10.2022

  • In SerialLogging, the ability to add multiple output Stream objects has been removed.
  • Removed dependency on SerialLogging from CLI.
  • Added ability to continuously read from Stream and execute in CLI.
  • Some examples have been renamed.

v0.3.0 - Updated SimpleTimer

03 Nov 14:36
Compare
Choose a tag to compare

01.09.2022

  • ⏱ Updated SimpleTimer!
    • Added callbacks support (onElapsed(function))
    • Added new examples
  • ⚖ Added example for UnitConversion module

v0.2.0 - Fixes and remake of SerialLog

11 Aug 12:11
Compare
Choose a tag to compare

11.08.2022

  • Small fixes
  • Remake of SerialLog
  • Added CLI and Value examples

v0.1.0

11 Aug 11:59
Compare
Choose a tag to compare

Very first release 🎉

It will be a long journey!