Sha256: e003bd39fde79029a17b289d61008bd8792e163943778337918c146ac948034a

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

redlander (0.5.1)

  * fixed a memory leak in Model#query
  * using xml_schema 0.1.3 to handle integer literals and "integer", not "int"

redlander (0.5.0)

  * Model#query for queries in SPARQL (and other supported languages)
  * model.statements.size is obsolete, use model.size or model.statements.count
  * model.statements.delete_all accepts a pattern to delete only matching statements
  * added "model.statements.exist?" checker, with a pattern
  * bugfixes

redlander (0.4.0)

  * deprecated Parser, Serializer, Storage, Stream and related classes and modules
  * moved parsing and serialization methods to Model instance
  * renamed parsing/serialization option :name to :format
  * Redlander::Uri now explicitly belongs to private (internal) API
  * ModelProxy (model.statements) is now Enumerable, with all benefits thereof
  * Statement no longer has "valid?" method and "errors" container
  * blank Nodes can be created with a given ID (:blank_id option)
  * public methods for handling transactions
  * URI is preferred over Redlander::Uri as method arguments or output,
    e.g., Node#datatype, Node#uri and others return an instance of URI
  * updated gem dependencies
  * updated README and YARD documentation
  * added LICENSE (MIT)

redlander (0.3.6)

  ... the dark ages ...

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redlander-0.5.1 ChangeLog