All changes to the XmlHasher gem are documented here. Releases follow semantic versioning.
- Fix deprecation warning: "EscapeUtils.unescape_html is deprecated".
- Resolve gem build warnings.
- Run tests on CI
- Little refactoring for Node hash builder.
- Use new ruby style guide and
rubocop
gem.
- Updated ox version.
- Fixed warning for global variable
$INPUT_RECORD_SEPARATOR
. - CHANGELOG.md added.
- Use new ruby style guide and
rubocop
gem. - Added transform cache for keys.
- Added
rake benchmark
command. - Enabled CDATA parsing.
- Cleanup travis config.
- Updated ox version.
- Updated ruby version requirement.
- Fix deprecation warning on SimpleCov::Formatter::MultiFormatter use.
- Update dependencies.
- Cleaned up support environments.
- Updated ruby version requirement.
- Bumped OX and escape_utils gem dependency versions.
- Small changes in README.md.
- Removed roby-head from Travis - too unstable.
- Fixed ruby 2.2+ issue with single node parsing.
- Added script for benchmarks.
- Added 'string_keys' option to keep keys at Strings vs Symbols.
- Test release (CI).
- Fixed mixed children array detection.
- Enable Coveralls.
- Add more examples and license into README.md
- Added escape method for attributes and dependency from
escape_utils
gem. - Some fixes for node children parsing.
- Added more tests.
- Some fixes for node children parsing.
- Add more tests.
- Updated gem description.
- The first implementation of the XML parser.