Sha256: 31f5861bec022da145758c24370700c0d0c7416b897127fb28d8e3a933121ce0

Contents?: true

Size: 882 Bytes

Versions: 1

Compression:

Stored size: 882 Bytes

Contents

# Saxy Changelog

## 0.7.0

* [BREAKING] Yielded hashes now have strings as keys instead of symbols (performance and security fix).

## 0.6.1

* Fixed passing options from `Saxy.parse` to parser's initializer

## 0.6.0

* [BREAKING] `Saxy::ParsingError` now inherits from `StandardError`, not `Exception`.
* [BREAKING] Forced encoding is now an option instead of third argument of `Saxy.parse` method.
* Added `recovery` and `replace_entities` options that are internally passed to `Nokogiri::XML::SAX::ParserContext`
* Added `context` method to `Saxy::ParsingError` that holds parser context at the time of error.

## 0.5.2

* Added optional `encoding` argument to `Saxy.parse`

## 0.5.1

* Removed `activesupport` dependency

## 0.5.0

* [BREAKING] Dropped support for ruby 1.9.2 and lower
* [BREAKING] Yields hashes instead of `OpenStruct`s
* Added support for `IO`-like objects

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
saxy-0.7.0 CHANGELOG.md