2021-05-03
@dreptin
docs: wrote the documentation for the Document class in a markdown file + fixed some docs errors in the Document class source code
dreptin committed on 3 May 2021
@dreptin
docs: fixed typo in the Document class description
dreptin committed on 3 May 2021
2021-04-30
@dreptin
refactor: removed the files with the old count, find and setNamespace functions
dreptin committed on 30 Apr 2021
@dreptin
docs: modified the example code in README.md and added a global description to the Document class
dreptin committed on 30 Apr 2021
@dreptin
fix: fixed encoding() and setNamespace() not returning the current Document instance
dreptin committed on 30 Apr 2021
@dreptin
docs: added docs in the Document class
dreptin committed on 30 Apr 2021
@dreptin
test: adapted tests to the new object-oriented pattern
dreptin committed on 30 Apr 2021
@dreptin
fix: added a missing xpath type check in .count()
dreptin committed on 30 Apr 2021
@dreptin
fix: fixed the condition to check if found is an array in .get() being wrong
dreptin committed on 30 Apr 2021
@dreptin
fix: remade multiple overloads for encoding() and root() because the optional argument way didn't work
dreptin committed on 30 Apr 2021
@dreptin
feat: added a count method to the Document class
dreptin committed on 30 Apr 2021
@dreptin
feat: added support to set the namespace of the Document + refactored functions that had multiple overloads
dreptin committed on 30 Apr 2021
@dreptin
fix: fixed _hasContent not being set to true in the Document constructor and shortened the optional options argument in the parsing functions
dreptin committed on 30 Apr 2021
@dreptin
feat: created a Document class to be exactly like the one from libxmljs with a few tweaks
dreptin committed on 30 Apr 2021
@dreptin
chore: switched to babel parser to make eslint support ES6 classes better
dreptin committed on 30 Apr 2021
2021-04-28
@dreptin
docs: fixed the example in README.md to make it work
dreptin committed on 28 Apr 2021
@dreptin
chore: added the git repo to package.json
dreptin committed on 28 Apr 2021
@dreptin
docs: formatting in the docs
dreptin committed on 28 Apr 2021
@dreptin
Initial commit
dreptin committed on 28 Apr 2021