oozcitak / xmlbuilder2

An XML builder for node.js
362 stars 35 forks source link

ampersand encoding fixes #154

Closed jgrubb16 closed 1 year ago

jgrubb16 commented 1 year ago

Type of change:

Fix for #109 & #110

Builds on the work started in #124. Notably, my changes cause @coffeemakr's added tests to pass. I noticed this regex pattern was repeated multiple times, so I chose to define it once for import. Not married to this approach. Open to your thoughts.

andrenarchy commented 1 year ago

@oozcitak Would you mind merging and releasing this fix? Thanks! :raised_hands:

universalhandle commented 1 year ago

Hello, folks. I'm a new co-maintainer for xmlbuilder2. I'll slowly be making my way through the backlog of pull requests and issues.

I've been talking with @oozcitak about transitioning some maintenance responsibilities to me, and as soon as I'm added as a maintainer on npm I'll ship this bug fix, which I've been using in production for several months.

benasher44 commented 1 year ago

Exciting! This might also fix #117