Skip to content

v7.0.0

Compare
Choose a tag to compare
@portyanikhin portyanikhin released this 04 Aug 15:18
· 261 commits to master since this release

What's Changed

⚡️Breaking Changes

  • To compare instances of the Fluid, Mixture, and HumidAir classes, you now need to use only the Equals method (not the equality operators: == and !=).
  • The Reset method of the Fluid, Mixture and HumidAir classes has become public.
  • The Fluid, Mixture, and HumidAir classes now implements the IFluid, IMixture, and IHumidAir interfaces, respectively.
    Now, to add new properties to these classes, you also need to extend these interfaces. See examples: FluidExtended class and IFluidExtended interface (for the Fluid and Mixture); HumidAirExtended class and IHumidAirExtended interface (for the HumidAir).

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