Skip to content

Releases: r-lib/xmlparsedata

v1.0.5

08 Apr 07:38
Compare
Choose a tag to compare
  • Translate \ in lambda expression to OP-LAMBDA (#18 @renkun-ken).

  • Drop all control characters, except horizontal tab and newline (#19).

v1.0.4

09 Nov 16:09
Compare
Choose a tag to compare
  • Translate ] tokens to OP-RIGHT-BRACKET instead of
    OP-RIGHT-BRACE (#11 @AshesITR).

  • xml_parse_data() now works if includeText = FALSE
    (#14 @renkun-ken).

v1.0.3

27 Sep 11:54
Compare
Choose a tag to compare
  • Ensure that closing xml-tags for code expressions that end at the same
    position in a file respect start-first-end-last ordering in the produced xml.
    Ensures that the new equal_assign token in getParseData() for R-3.6 is
    handled appropriately. #5 @russHyde

v1.0.2

27 Sep 11:54
Compare
Choose a tag to compare
  • Remove control characters \003, \007, \010, \027, as they are
    not allowed in XML 1.0, #1 @GregoireGauriot

  • Always convert parsed text to UTF-8