Sha256: b26077c86044d4087a2b28ac7a24ad206d2d2df06e77f738580ba0da68241231

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

# Changelog

All notable changes to this project will be documented in this
file.  This project adheres to [Semantic Versioning](http://semver.org/).

As this project is pre 1.0, breaking changes may happen for minor version
bumps.  A breaking change will get clearly notified in this log.

## [Unreleased](https://github.com/stellar/ruby-xdr/compare/v3.0.1...master)

## [3.0.1](https://github.com/stellar/ruby-xdr/compare/v3.0.0...v3.0.1)


### Added
- Add encoding parameter to Union#to_xdr ((#7)[https://github.com/stellar/ruby-xdr/pull/7]).

### Fixed
- Padding bytes are now properly validated when reading xdr values.  According to the XDR spec, padding must be zeros.

## [1.0.0](https://github.com/stellar/ruby-xdr/compare/v0.1.0...v1.0.0)

### Added
- the `to_xdr` helpers can take a second parameter that will encode the resulting output to hex or base64 when requested.
- the `from_xdr` helpers can take a second parameter that will trigger a decode from hex or base64 of the provided string before decoding from xdr.

### Changed

- `from_xdr` raises an ArgumentError when the input data is not fully consumed

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xdr-3.0.1 CHANGELOG.md