Skip to content

Releases: DreamerDeLy/dream

v0.8.0 - Remake of HTTPRequest

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 22 Mar 12:30

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

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 15 Mar 11:32

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

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 14 Mar 13:52

14.03.2023

  • Added HTTPPackageParser with tests and examples

v0.5.0 - HTTPPackage added

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 03 Nov 14:45

02.11.2022

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

v0.4.0 - CLI countinnuous integration and changes in SerialLog

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 03 Nov 14:43

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

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 03 Nov 14:36

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

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 11 Aug 12:11

11.08.2022

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

v0.1.0

Choose a tag to compare

@DreamerDeLy DreamerDeLy released this 11 Aug 11:59

Very first release 🎉

It will be a long journey!