Skip to content

Releases: modelcreate/epanet-js

0.7.0 (May 11, 2022)

12 May 03:44
Compare
Choose a tag to compare

epanet-js

  • Fixed memory issue for functions passing arrays - these methods now work correctly: setPattern, setVertices & setCurve #62
  • Typo on method name getPatternLength, was incorrectly getPatternLenth

0.6.3 (December 9, 2021)

10 Dec 03:53
1d65fd5
Compare
Choose a tag to compare

epanet-engine

  • Fixed stack overflow issue when generating a report because build was not being optimized

0.6.2 (October 3, 2021)

04 Oct 01:05
Compare
Choose a tag to compare

Fixed epanet-engine issue in pre-release

0.6.0 (October 3, 2021)

04 Oct 00:11
fb1c933
Compare
Choose a tag to compare
Pre-release

epanet-js

Fixed memory issue in getError #52

0.5.0 (July 9, 2021)

09 Jul 13:41
Compare
Choose a tag to compare

epanet-js

  • Fixed memory issue #47

epanet-engine

  • Bumped emscripten to latest docker image

0.4.0 (January 29, 2021)

29 Jan 06:12
7030c1a
Compare
Choose a tag to compare

epanet-js

  • public website
  • More tests and bug fixes
  • Added type and id to OutputReader, thanks @alvarobp-qatium

epanet-engine

0.3.0 (January 26, 2020)

26 Jan 19:07
6d965ea
Compare
Choose a tag to compare

epanet-js

  • Warnings were being thrown, changed to console.warn - #17
  • Added a draft function to read the binary output, will expand on this so it's still in testing

0.2.0 (January 17, 2020)

17 Jan 19:00
e762eb3
Compare
Choose a tag to compare

epanet-js

  • All methods implemented
  • Enums now exported

epanet-engine

  • Updates to build from C to enable support for UMD build of epanet-js