Releases: nodecfdi/xml-resource-retriever
Releases · nodecfdi/xml-resource-retriever
v2.0.1
- test: 🧪 increment code coverage and correct handle reject on node downloader ac6d7d4
- build: 🚧 remove not necessary export of package json file 0f2499f
- perf: 🏗️ move handle error on private method for node downloader 5907f3f
- style: 🚨 enable and apply fix on issues reported by eslint 91e8f42
- test: 🧪 update how to handle local server for retrieve files public 8d5d08e
- chore: ⬆️ update dependencies e560628
- chore: 💚 remove usage of pool 0dd8f82
- test: 🚧 check if work setting pool using forks 0f481dd
- style: 🚨 resolve all issues report by eslint 3f6ae51
- test: 🚧 resolve run on single thread for better handle start, restart server 5fae96a
- chore: ⬆️ update dependencies b945a82
v2.0.0
- docs: 📝 update readme with link to official documentation 239c629
- test: 🩹 resolve problem with handle multiple threads and build paths clear 4185c57
- build: 🚧 prebuild with support to commonjs 77f298e
- test: 🐛 resolve bad recursive delete dirs and usage of rimraf 12fad4e
- ci: 💚 update workflows and husky hook for better commit msg 95f6106
- build: 🚧 generate prebuild for exports and initial doc generation c669adf
- test: 📝 update readme for public node internal web server 9a56361
- refactor: 🗑️ remove old config files, docs and unused dirs 199b279
- style: 🚨 resolve all problem reported by linter and formatter 3c53c6c
- style: 🚨 add editor config and linter config, and others small development tools b83d7c9
- docs: 📝 update license 2024 happy new year 6afe2fa
- refactor: 🗑️ remove old config files, docs and unused dirs d1bc3e3
- chore(deps): update vitest monorepo to ^0.33.0 77713e9
- chore(deps): update vitest monorepo to ^0.32.0 5212e70
- chore(deps): update vitest monorepo to ^0.31.0 fa22c58
- chore(deps): update dependency typedoc to ^0.24.0 7ed8df8
- chore(deps): update vitest monorepo to ^0.29.0 2cd0a70
- chore(deps): update dependency eslint-config-xo-typescript to ^0.56.0 26d7804
- Merge pull request #8 from nodecfdi/dev 88b6877
- chore: update gitignore added not detect others files only ts files cc409a0
- refactor: remove tests files not required on repository only on ci 162e6ef
- docs: generate docs d4b22ef
v1.1.1
Change build tool from microbundle to rollup
- Change build tool
- Update dependencies
- Added api-extractor for check types
.d.ts
- Replace microbundle to rollup
- Replace jest to vitest (added support to fast testing and multiple environment)
- Increment code coverage with missing jsdom test environment
v1.1.0
DOM agnostic
- Added support to DOM agnostic
- Added dependency to use @nodecfdi/cfdiutils-common
CI
- Update workflow for use pnpm and better test coverage
- Added Sonarcloud for better continuos code quality
Build
- Replace rollup bundle to microbundle for generation of library.
Version 1.0.2
- Resolve bad encoded for files xml (need utf-8)
- Updated sat-urls.txt and fixes xsl-retriever test (works :3)
- Update GitHub workflow only one worker for jest test (no access to same time to same files)
- Fixed tsconfig.json not any and strict mode on tests files
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
- Update dependencies
- Small fixes on async functions
- Improve GitHub workflow CI
Full Changelog: v.1.0.0...v1.0.1
Version 1.0.0
- First release version