CHANGES.md in active-triples-0.7.6 vs CHANGES.md in active-triples-0.8.0
- old
+ new
@@ -1,22 +1,17 @@
-0.7.3
-----
+0.8.0
+-----
+ - Adds RDF.rb interfaces to `RDFSource`, improving interoperability
+ with other `ruby-rdf` packages.
+ - Introduces a defined `Persistable` interface and
+ `PersistenceStrategies`.
+ - Changes `Relation`'s delete methods to remove all values, instead of
+ trying to maintain a predicate -> class pair on the property
+ definitions in some cases. The previous functionality was unclear and
+ unreliable.
+ - Adds a `Schema` concept, for defining property definitions that are
+ portable across `RDFSource` types.
- - Optimize querying by using Graph#query instead of Queryable#query
- - Improved error handling
-
-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__