Releases: RemedyIT/ridl
Releases · RemedyIT/ridl
AXCIOMA v2.5.0
What's Changed
- Add experimental support for IDL 4.2 map, int8/uint8, explicitly-named integer types, bitmask, bitset, empty struct, and struct inheritance grammar extensions. IDL4 support must be explicitly enabled using the
--idl-version=4
commandline option - Use File.read instead of IO.read to fix reported security issues
- Upgrade to racc v1.7.2
Full Changelog: AXCIOMA_v2.4.0...AXCIOMA_v2.5.0
AXCIOMA_v2.4.0
Set ACE/TAO/MPC version to a fixed version
v2.9.0
What's Changed
- Enhanced error messages when an
exception
is used outside of athrow
clause - Several
rubocop
proposed changes - Extend usage of github actions for CI
Full Changelog: v2.8.2...v2.9.0
v2.8.2
What's Changed
- Extend usage of github actions for CI
- Simplify ruby code by using ruby safe navigation, as a result ruby 2.5 or newer is now required
- Upgrade embedded parser to use racc v1.6.1
Full Changelog: v2.8.1...v2.8.2
AXCIOMA_v2.3.0
What's Changed
- Remove gcc 4.8 from CI, gcc 4 has been deprecated by @jwillemsen in #66
- Corrected name build step by @jwillemsen in #67
- Limit access for github actions by @jwillemsen in #68
- simplify by using Ruby safe nav by @mcorino in #69
- Bump actions/checkout from 2 to 3 by @dependabot in #72
- Determine the branch for other repositories by @jwillemsen in #73
New Contributors
- @dependabot made their first contribution in #72
Full Changelog: AXCIOMA_v2.2.0...AXCIOMA_v2.3.0
AXCIOMA_v2.2.1
What's Changed
- Updated github actions to use specific branches/tags by @jwillemsen in #71
Full Changelog: AXCIOMA_v2.2.0...AXCIOMA_v2.2.1
AXCIOMA v2.2.0
Merge pull request #65 from jwillemsen/jwi-regeninstructions Add instructions how to regenerate parser.rb
v2.8.1
v2.8.0
AXCIOMA v2.1.0
Merge pull request #44 from jwillemsen/jwi-fixrubygemrelease Fixed ruby version for gem release