Releases: Pebaz/nimporter
Releases · Pebaz/nimporter
Release version 0.1.2
Includes changes from
Changelog
- Improvement: Uploaded to PyPi.
- Improvement: Install via PyPi using:
pip install nimporter
. - Improvement: Updated documentation to reflect the new preferred installation method.
Release Version 0.1.1
Includes changes from
Changelog
- Bugfix: Compile modules in current working directories that contain spaces in the preceding path.
- Bugfix: Typo in readme.
- Improvement: Simplified hash function to use standard library implementation.
- Improvement: Used simpler
pathlib.Path.glob()
API rather than manually iterating over folders to find Nim modules.