Skip to content

Release 2.2.10

Compare
Choose a tag to compare
@gkellogg gkellogg released this 08 Oct 18:42
· 467 commits to develop since this release
  • Allow RDF::Vocabulary#send and #public_send (@no-reply)
    • We were previously undefining :send and :public_send. This closes #356.
  • Performance Improvements (@jperville)
  • Don't attempt to build URIs from Class names (@no-reply)
    • RDF::Vocabulary would previously attempt to build URIs from Class names when no URI was present for the vocabulary class. We now use a null relative URI instead.