UNPKG

pip-requirements-js

Version:

A robust parser for requirements.txt files

75 lines (33 loc) 3 kB
# Changelog ## [1.0.3](https://github.com/Twixes/pip-requirements-js/compare/v1.0.2...v1.0.3) (2026-03-09) ### Bug Fixes * support chained and/or operators in environment markers ([#17](https://github.com/Twixes/pip-requirements-js/issues/17)) ([f122e2d](https://github.com/Twixes/pip-requirements-js/commit/f122e2d7c9fb62e029072788935dfa7f25efcc1b)) ## [1.0.2](https://github.com/Twixes/pip-requirements-js/compare/v1.0.1...v1.0.2) (2025-09-17) ### Bug Fixes * Standardize WithLocation typing ([79a8266](https://github.com/Twixes/pip-requirements-js/commit/79a82664255eab5f5050afe07e8f36766ee9b770)) ## [1.0.1](https://github.com/Twixes/pip-requirements-js/compare/v0.2.1...v1.0.1) (2025-09-17) ### Features * Add `includeLocations` parsing option ([3476fe7](https://github.com/Twixes/pip-requirements-js/commit/3476fe7e34fd606a4fedd0268c088eaf0c646b5b)) * Include version specs & extras in loose mode ([3476fe7](https://github.com/Twixes/pip-requirements-js/commit/3476fe7e34fd606a4fedd0268c088eaf0c646b5b)) ### Bug Fixes * Fully type location-enabled output ([#14](https://github.com/Twixes/pip-requirements-js/issues/14)) ([27684e2](https://github.com/Twixes/pip-requirements-js/commit/27684e26046bd47b285796bd5a06a1627ae03176)) ### Miscellaneous Chores * **main:** release 1.0.0 ([3891674](https://github.com/Twixes/pip-requirements-js/commit/389167428a8c8289f47eb93a82f56a440b83f760)) ## [1.0.0](https://github.com/Twixes/pip-requirements-js/compare/v0.2.1...v1.0.0) (2025-09-17) ### Features * Add `includeLocations` parsing option ([3476fe7](https://github.com/Twixes/pip-requirements-js/commit/3476fe7e34fd606a4fedd0268c088eaf0c646b5b)) * Include version specs & extras in loose mode ([3476fe7](https://github.com/Twixes/pip-requirements-js/commit/3476fe7e34fd606a4fedd0268c088eaf0c646b5b)) ### Miscellaneous Chores * **main:** release 1.0.0 ([3891674](https://github.com/Twixes/pip-requirements-js/commit/389167428a8c8289f47eb93a82f56a440b83f760)) ## [0.2.1](https://github.com/Twixes/pip-requirements-js/compare/v0.2.0...v0.2.1) (2023-08-01) ### Bug Fixes * Handle comment-only lines properly ([424bf01](https://github.com/Twixes/pip-requirements-js/commit/424bf01c0a1f6d7a41c1f24b010803e77e29863c)) ## [0.2.0](https://github.com/Twixes/pip-requirements-js/compare/v0.1.2...v0.2.0) (2023-07-31) ### Features * Add loose extraction ([5a81df1](https://github.com/Twixes/pip-requirements-js/commit/5a81df11b6ac331d3dabe842b934d3faf3bd48ba)) ## [0.1.2](https://github.com/Twixes/pip-requirements-js/compare/v0.1.1...v0.1.2) (2023-07-31) ### Bug Fixes * Include ohm-bundle files in distribution ([41dd5f9](https://github.com/Twixes/pip-requirements-js/commit/41dd5f9d86bbc4639806d1da675acb8b09c79c3e)) ## [0.1.1](https://github.com/Twixes/pip-requirements-js/compare/v0.1.0...v0.1.1) (2023-07-31) ### Bug Fixes * Actually export what's needed ([b4ddeb1](https://github.com/Twixes/pip-requirements-js/commit/b4ddeb1dbb20708c78d1d3ae3ec731accc5bb0cd))