Sha256: 2e7c4954af33fd603e3fd45c056df956e045ccafb3bc0ccedb0c93410a00ea06

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

0.7.2
----

  - Allows interoperability between `ActiveModel::Validations` and
    `RDF::Graph#valid?`. This fixes a bug with validation callbacks. See:
    [#167](https://github.com/ActiveTriples/ActiveTriples/pull/167).
    
0.7.1
----

  - Adds a Schema concept, for defining property definitions that are portable
    across RDFSource types.

0.7.0
-----

__ATTN: This release withdraws support for Ruby 1.9__

  - Removes `#solrize` which was a badly named holdever from the
  ActiveFedroa days.
  - Fixes a bug on properties defined without a predicate. They are now
  rejected.
  - Disallows setting properties on the `ActiveTriples::Resource` base
  class directly. This kind of property setting is unintended and
  resulted in unexpected behavior.
  - Introduces `ActiveTriples::RDFSource` as a mixin module for which
  forms the basis of `Resource`.
    - Use of this module is now preferred to single inheritance of the
  `Resource` base class.
    - `Resource` will remain indefinitely as the generic model.
  - Renamed `Term` to `Relation`. `Term` is deprecated for removal in
  the next minor release.
  - Allow configuration of multiple `rdf:type`s.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active-triples-0.7.2 CHANGES.md