UNPKG

pip-requirements-js

Version:

A robust parser for requirements.txt files

30 lines (13 loc) 1.03 kB
# Changelog ## [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))