Skip to content

Version 2.1.0

Latest
Compare
Choose a tag to compare
@jeffrey-s-foster jeffrey-s-foster released this 14 Jun 17:15
· 268 commits to master since this release

Key changes:

  • Ruby 2.4 support.
  • Annotations removed from Object, added to RDL::Annotate.
  • Annotations also accessible via RDL module and RDL::RDLAnnotate
    modules; see README.
  • o.type_cast(t) now must be written RDL.type_cast(o, t) and
    similarly with instantiate! and deinstantiate!.