Sha256: 63d17a87b10204c41671422f97efa0999aae41a68061401a3c0b9c3c59b3755d
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
# News ## 3.2.0 - 2018-01-01 {#version-3-2-0} ### Fixes * Fixed a bug that no namespace attribute isn't matched with prefix. [ruby-list:50731][Reported by Yasuhiro KIMURA] * Fixed a bug that the default namespace is applied to attribute names. NOTE: It's a backward incompatible change. If your program has any problem with this change, please report it. We may revert this fix. * `REXML::Attribute#prefix` returns `""` for no namespace attribute. * `REXML::Attribute#namespace` returns `""` for no namespace attribute. ### Thanks * Yasuhiro KIMURA ## 3.1.9 - 2018-12-20 {#version-3-1-9} ### Improvements * Improved backward compatibility. Restored `REXML::Parsers::BaseParser::UNQME_STR` because it's used by kramdown. ## 3.1.8 - 2018-12-20 {#version-3-1-8} ### Improvements * Added support for customizing quote character in prologue. [GitHub#8][Bug #9367][Reported by Takashi Oguma] * You can use `"` as quote character by specifying `:quote` to `REXML::Document#context[:prologue_quote]`. * You can use `'` as quote character by specifying `:apostrophe` to `REXML::Document#context[:prologue_quote]`. * Added processing instruction target check. The target must not nil. [GitHub#7][Reported by Ariel Zelivansky] * Added name check for element and attribute. [GitHub#7][Reported by Ariel Zelivansky] * Stopped to use `Exception`. [GitHub#9][Patch by Jean Boussier] ### Fixes * Fixed a bug that `REXML::Text#clone` escapes value twice. [ruby-dev:50626][Bug #15058][Reported by Ryosuke Nanba] ### Thanks * Takashi Oguma * Ariel Zelivansky * Jean Boussier * Ryosuke Nanba
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rexml-3.2.0 | NEWS.md |