Releases: lf-lang/reactor-ts
Releases · lf-lang/reactor-ts
v0.6.1
What's Changed
- Update lingua-franca-ref.txt by @byeonggiljun in #224
- Added
publish
npm script/hook to ensure runtime gets built when referenced as a git repo by @axmmisaka in #239 - Use of
pinojs
as logger instead ofulog
by @axmmisaka in #237 - Bump the all-dependencies group with 11 updates by @dependabot in #236
- Bump the all-dependencies group with 6 updates by @dependabot in #240
- Bump @babel/traverse from 7.22.10 to 7.23.2 by @dependabot in #241
- Bump the all-dependencies group with 7 updates by @dependabot in #242
- Remove PTAG and ABS messages by @byeonggiljun in #260
- Bump the all-dependencies group with 13 updates by @dependabot in #259
- Bump the all-dependencies group with 10 updates by @dependabot in #268
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #287
- Bump the all-dependencies group across 1 directory with 9 updates by @dependabot in #286
- Retrieval of reactor-ts via git and not the local filesystem by @byeonggiljun in #298
- Bump @75lb/deep-merge from 1.1.1 to 1.1.2 by @dependabot in #299
- Bump the all-dependencies group across 1 directory with 11 updates by @dependabot in #300
- Graceful termination of socket connections to the RTI by @byeonggiljun in #302
- Bump the all-dependencies group across 1 directory with 6 updates by @dependabot in #309
- Refactor Reactor::{connect, connectMulti, canConnect} by @axmmisaka in #232
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Bugfix: use copy of set in PrecedenceGraph::addAll by @axmmisaka in #212
- Use dependabot grouping feature to make sure it doesn't make 1000 PRs every day by @axmmisaka in #210
- Bump major npm package versions, and move rimraf to devDependencies by @axmmisaka in #211
- Handle cyclic dependencies by applying the
MLAA
based execution andTPO level
by @byeong-gil in #198
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Bump @types/node from 20.3.3 to 20.4.1 by @dependabot in #187
- Bump prettier from 2.8.8 to 3.0.0 by @dependabot in #188
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #189
- Bump eslint-config-standard-with-typescript from 36.0.0 to 36.1.0 by @dependabot in #192
- Bump @types/node from 20.4.1 to 20.4.2 by @dependabot in #191
- Draft: Add a special class for network receiver and sender reactors by @byeong-gil in #190
NetworkSender
andNetworkSender
classes for new federated execution scheme by @byeong-gil in #186
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Install the RTI while testing and Prevent unintended tag advancement by @byeong-gil in #152
- Remove unused imports (reopen #154) by @axmmisaka in #155
- Support for auto-formatting using Prettier by @lhstrh in #83
- Do not run CI on non-master branches by @axmmisaka in #161
- Add eslint by @axmmisaka in #160
- Remove alias to this and remove relevant rule in eslint by @axmmisaka in #165
- Refactor graph package (addresses #166) by @axmmisaka in #170
- Fix CI workflow by using locally checked out reactor-ts by @axmmisaka in #157
- Add eslint and prettier job to CI and add caching by @axmmisaka in #163
- Remove
Present
and replace withunknown
; remove Args and Trigger and use TS Tuple by @axmmisaka in #168 - Dependabot configuration by @lhstrh in #176
- Bump rimraf from 3.0.2 to 5.0.1 by @dependabot in #182
- More
eslint
issues addressed by @lhstrh in #175 - Bump typedoc from 0.23.28 to 0.24.8 by @dependabot in #183
- Bump eslint-config-standard-with-typescript from 34.0.1 to 36.0.0 by @dependabot in #178
- Bump command-line-usage from 6.1.3 to 7.0.1 by @dependabot in #179
- Bump uuid and @types/uuid by @dependabot in #180
- Bump @types/node from 16.18.34 to 20.3.3 by @dependabot in #181
- Various upgrades suggested by
npm audit
by @lhstrh in #185
Full Changelog: v0.3.5...v0.4.0
v0.3.5
v0.3.4
Full Changelog: v0.3.3...v0.3.4
Changed published artifact to include compiled .js
files.
v0.3.3
What's Changed
- Send appropriate upstream connection delays to the RTI by @byeong-gil in #138
- Remove Babel dependencies by @axmmisaka in #142
- Fix for the scheduling of events coming from physical connections between federates by @byeong-gil in #144
- Handling of physical connections with after delay in federations by @byeong-gil in #148
- Unnecessary field
rtiSynchronized
removed by @byeong-gil in #149 - Simplification of build configuration by @lhstrh in #141
- Use index variable when access to the
upstreamConnectionDelays
array by @byeong-gil in #150 - Update lingua-franca-ref.txt by @byeong-gil in #151
New Contributors
- @axmmisaka made their first contribution in #142
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Spurious commits reverted.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- Fixes to the graph package and added tests by @Wonseo-C in #108
- Mutation connect test by @Wonseo-C in #107
- Cleanup by @lhstrh in #127
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #132
- Bump cacheable-request and got by @dependabot in #133
- Refactoring, fixes, and tests for the graph package by @mattchorlian in #98
- Implementation of the disconnect function by @Wonseo-C in #136
- Add the microstep only when the actions are scheduled at the current tag by @byeong-gil in #135
New Contributors
Full Changelog: v0.2.0...v0.3.0