Skip to content

Releases: Pebaz/nimporter

Release version 0.1.2

13 Dec 19:41
Compare
Choose a tag to compare

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

13 Dec 00:55
Compare
Choose a tag to compare

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.