Skip to content

Releases: lf-lang/reactor-ts

v0.2.0

21 Jan 00:41
6cb692b
Compare
Choose a tag to compare

What's Changed

  • Reduction in time spent on Lingua Franca tests by @lhstrh in #128
  • Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #130
  • Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #131
  • Implementation of portAbsent and outputControlReaction in federated execution of TypeScript by @byeong-gil in #119
  • Interface for federate configuration options and minor adjustments by @hokeun in #121

Full Changelog: v0.1.0...v0.2.0

Initial release on npm registry

21 Oct 23:50
07d8854
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Restructure the repository to use src folder by @nebgnahz in #8
  • Trying to fix Travis build issue by blocking command line arguments s… by @MattEWeber in #52
  • Federate by @MattEWeber in #55
  • Fix critical TypeScript errors in federation.ts and make TypeScript federated example run at a bare minimum. by @hokeun in #61
  • Finish fixing errors in TypeScript federated examples so that they can run with new standalone RTI. by @hokeun in #62
  • Re-enable and add some tests in simple.ts. by @hokeun in #63
  • Minor error fix by @lhstrh in #64
  • Update package versions of dtslint and ts-jest to address vulnerabilities. by @hokeun in #60
  • More version bumps. by @lhstrh in #65
  • Fix compile error in reactor.ts by @hokeun in #66
  • Add federation ID as an command line argument and pass it to RTIClient. by @hokeun in #68
  • Add more tests to improve coverage of core/time.ts and core/component.ts by @CloverCho in #70
  • Perform integration tests as part of CI by @lhstrh in #73
  • Change file name by @lhstrh in #74
  • Fix federated TS behavior mismatch with federated C, using intended tag from RTI for scheduling federate port action (LF issue #647) by @hokeun in #71
  • Check in Online Facility Location benchmark (from Savina) implementation in reactor-ts. by @hokeun in #79
  • Address cyclic dependencies + fix multiports by @lhstrh in #84
  • Add support for connecting multiports in TypeScript runtime. by @hokeun in #81
  • Fix the error with type mismatch between port() and _connectMulti(). by @hokeun in #87
  • Add support for ports from banks. by @hokeun in #89
  • Finish implementation of facility location benchmark in reactor-ts including printing summary. by @hokeun in #80
  • Improved test coverage and fixed conversion of tags to binary strings by @mattchorlian in #90
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #92
  • Fix issues in federated execution of TypeScript. by @hokeun in #91
  • Fix errors with using TimeValue where Tag is needed for federated execution. by @hokeun in #93
  • Make looking up bank ids easier by @lhstrh in #95
  • JSON serialization by @CloverCho in #99
  • Increased coverage of unit tests in bank.ts, multiport.ts and port.ts by @goekberk in #100
  • Bump got from 9.6.0 to 11.8.5 by @dependabot in #102
  • Handle physical action-triggered outputs in federated execution TS (previously handled by TAN - Time Advance Notice) by @hokeun in #106
  • Increased test coverage in cli.ts and deleted unused variable in bank.ts by @goekberk in #110
  • Configurable advance message interval and tagging of dummy events using physical time by @hokeun in #109
  • Implement stop request in federated execution of TypeScript by @byeong-gil in #111
  • Fix to ensure that reactions execute in the correct order by @hokeun in #115
  • Fixes to comparison methods on tags and time values by @hokeun in #114
  • [Required for fed-gen] Add default RTI port and fix error with logic collecting events at the same tag. by @hokeun in #113
  • Encoding of NEVER and FOREVER in TimeValue class by @byeong-gil in #120
  • Reference reactor-ts as module by @petervdonovan in #122
  • Use of Node version 18 in CI by @petervdonovan in #123
  • Fix to CI failure in documentation generation by @petervdonovan in #124
  • Update README.md by @lhstrh in #126

New Contributors

Full Changelog: https://github.com/lf-lang/reactor-ts/commits/v0.1.0