Raynos / min-document

A minimal DOM implementation
MIT License
109 stars 27 forks source link

Add support for namespaced attributes. #18

Closed mtyaka closed 9 years ago

mtyaka commented 9 years ago

This patch adds support for getAttributeNS, setAttributeNS, and removeAttributeNS.

Raynos commented 9 years ago

lgtm, lets ship it.

Raynos commented 9 years ago

@mtyaka you are a collaborate, please merge at will.

Raynos commented 9 years ago

@mtyaka See https://github.com/Raynos/min-document/blob/master/CONTRIBUTION.md on how to cut new versions :D

mtyaka commented 9 years ago

@Raynos Thanks! Merged and bumped version to 2.13.0. Can you publish it, please?

Raynos commented 9 years ago

Done published.