Sha256: f90a91954b8ed954e06ba9dfd363fce1703c6658822c1c6b16e1f89016751e18

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

== activerdf (1.6) Thu, 12 Apr 2007 23:12:40 +0100
  * no need for ObjectManager.construct_classes anymore (classes exist automagically after Namespace.register)
  * added resource.localname (alias for Namespace.localname(resource))

== activerdf (1.5) Thu, 12 Apr 2007 22:42:28 +0100
  * allows directly using classes in query: where(:s, RDF::type, SIOC::Post)
  * extended search in Resource.find (e.g. order results, pagination)
  * added eyal.all_age and eyal.all_foaf::name to always return Arrays
  * added support for writing namespaced attributes (eyal.foaf::name = ...)

== activerdf (1.4) Tue, 27 Feb 2007 20:50:21 +0000
  * dynamic finders support prefixes (find_by_foaf::name)
  * ntriples parser supports encoded literals (HTML)

== activerdf (1.3.1) Mon, 19 Feb 2007 17:04:57 +0000
  * fixed type-checking bug in query.rb
  * added language support to literals

== activerdf (1.3) Sun, 18 Feb 2007 15:09:35 +0000
  * added support for datatyped literals in SPARQL queries

== activerdf (1.2.3) Wed, 14 Feb 2007 16:07:41 +0000
  * namespaced properties are first-class citizens: FOAF::name or RDFS::domain

== activerdf (1.2.2) Tue, 13 Feb 2007 19:40:19 +0000
  * gems published automatically from Rakefile 
  * added support for namespaced attributes:
    eyal.foaf::name or eyal.foaf.name (do not require predicate lookup)
  * minor changes to activerdf loader and documentation

== activerdf (1.2.1) Tue, 30 Jan 2007 19:09:59 +0000
  * added ancestors when looking at domain/range in Resource#method_missing
    (makes foaf.name='eyal' work without reasoning because foaf:name defined in 
    superclass, but does not work when reasoning enabled)
  * activerdf loader uses 'gem' instead of deprecated 'require_gem'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerdf-1.6 CHANGELOG