Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

73 lines (43 loc) · 2.54 KB

CHANGELOG

v0.2.3 - 2022-11-02 13:30:08

Refactor code to support multiple config format: toml, ron, json, yaml.

Feature

  • config:
    • support multiple config format (6b8f95c)

Documentation

  • readme:

v0.2.2 - 2022-02-09 09:55:21

Improve per run performance by replace --run with --run-no-build to avoid build time.

Performance Improvements

  • exec:
    • remove build time for per run (4666b76)

v0.2.1 - 2022-02-08 08:51:25

  • refactor inner function for generalizability

Documentation

Refactor

  • exec:
    • use more generic interface (75bc1d2)

v0.2.0 - 2022-01-25 09:24:54

  • Seperate NS3 build part, providing stderr when build fails
  • Add more document on how to use it in example

Feature

  • ns3:

Documentation

  • example:

  • readme:

v0.1.0 - 2022-01-23 09:54:21

No description

Feature

Documentation

  • readme:

* This CHANGELOG was automatically generated by auto-generate-changelog