Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@TrueBrain TrueBrain released this 06 Aug 13:08
· 3 commits to main since this release
a1617d1

Breaking changes

  • TypeId is renamed to Type (#55).
  • The API has changed (#61).

What's Changed

  • feat: allow building dogma-engine without "wasm" support by @TrueBrain in #51
  • feat: Rust library and binary by @TrueBrain in #53
  • feat: module to read EFT fits into ESF by @TrueBrain in #57
  • feat: Rust binary that outputs fit statistics by @TrueBrain in #58
  • feat: support EFT fits with service modules by @TrueBrain in #60
  • fix: crash if capacitor-peak-delta attribute value is absent by @TrueBrain in #52
  • fix: don't depend on hard-coded attribute IDs by @TrueBrain in #56
  • fix: enable eft module in CI / release by @TrueBrain in #59
  • chore: move all WASM related code into a single file by @TrueBrain in #50
  • chore: import from crate:: (instead of super::) when possible by @TrueBrain in #54
  • chore!: rename TypeId to Type by @TrueBrain in #55
  • chore: update README with the API changes by @TrueBrain in #61

Full Changelog: v6.0.0...v7.0.0