## 0.1.13 (2 May 2016) - Update to XML::MappingExtensions 0.3.6 for improved namespace support - Added `namespace_prefix` accessor to `Resource` to support explicit namespace prefixing - Update to TypesafeEnum 0.1.7 for improved debug output ## 0.1.12 (28 April 2016) - Update to XML::MappingExtensions 0.3.5 ## 0.1.11 (28 April 2016) - (withdrawn) ## 0.1.10 (25 April 2016) - Replace all `require_relative` with absolute `require` to avoid symlink issues ## 0.1.9 (19 April 2016) - Added convenience methods to directly access creator names and affiliations - Added convenience methods to directly access funder attributes ## 0.1.8 (7 April 2016) - Add convenience method `Identifier.from_doi()` to parse DOI strings in various formats (`doi:`, `http://dx.doi.org/`, etc.) ## 0.1.7 (28 March 2016) - Stop having XML::Mapping generate accessors for fields that need validation (& stop using aliasing to layer validation on top of generated accessors) ## 0.1.6 (24 March 2016) - Make validation method aliasing more robust against double-require problems, hopefully preventing `SystemStackError (stack level too deep)` on misconfigured systems ## 0.1.5 (27 Jan 2016) - Make gemspec smart enough to handle SSH checkouts - Update to [XML::MappingExtensions](https://github.com/dmolesUC3/xml-mapping_extensions) 0.3.4 - Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.5 ## 0.1.4 (6 Jan 2016) - Fix issue where missing `xml:lang` attribute in `` would produce a `no value, and no default value` error instead of defaulting to `'en'` as documented - Ensure that YARD formats README correctly when converting from GitHub-flavored Markdown to HTML - Update to [XML::MappingExtensions](https://github.com/dmolesUC3/xml-mapping_extensions) 0.3.3 ## 0.1.3 (18 Dec 2015) - Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.4 ## 0.1.2 (17 Dec 2015) - Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.3 ## 0.1.1 (14 Dec 2015) - Update to [XML::MappingExtensions](https://github.com/dmolesUC3/xml-mapping_extensions) 0.3.2, allowing use of [#parse_xml](http://www.rubydoc.info/github/dmolesUC3/xml-mapping_extensions/master/XML/Mapping/ClassMethods#parse_xml-instance_method) and [#write_xml](http://www.rubydoc.info/github/dmolesUC3/xml-mapping_extensions/master/XML/Mapping#write_xml-instance_method) in examples and tests ## 0.1.0 (10 Dec 2015) - Initial release