Sha256: b6f5365002173b101dac0230b43308cdefc5f96062c2afa7946d75cd18b2bbf1

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

## 0.3.4 (27 January 2016)

- Make gemspec smart enough to handle SSH checkouts
- Update to [typesafe_enum](https://github.com/dmolesUC3/typesafe_enum) 0.1.5

## 0.3.3 (18 December 2015)

- Fix issue where `StringIO` wasn't always implicitly `required`

## 0.3.2 (11 December 2015)

- Add `XML::Mapping#write_xml` and `XML::Mapping::ClassMethods#parse_xml`

## 0.3.1 (19 November 2015)

- Update to [typesafe_enum](https://github.com/dmolesUC3/typesafe_enum) 0.1.2.

## 0.3.0 (19 November 2015)

- Replaced `EnumNodeBase` with (simpler) `TypesafeEnumNode` for interoperability
  with [typesafe_enum](https://github.com/dmolesUC3/typesafe_enum) rather than
  [ruby-enum](https://github.com/dblock/ruby-enum/).

## 0.2.1 (16 November 2015)

- Modified `EnumNodeBase` to deal with either enum object instances or enum value
  constants (e.g. `MyEnum::MY_VALUE` -- which happens to be the string value
  of that enum instance, not the enum instance itself as one might expect).

## 0.2.0 (16 November 2015)

- Fixed `EnumNodeBase` to correctly parse string values as enum instances,
  and to correctly map enum instances to string values.
  (See [ruby-enum issue #6](https://github.com/dblock/ruby-enum/issues/6).)

## 0.1.1 (24 September 2015)

- Added support for UTC "Zulu" time designator to `DateNode`
- Added example to `example.rb` and README

## 0.1.0 (21 September 2015)

- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xml-mapping_extensions-0.3.4 CHANGES.md