- Validation
- Breaks backward compat. Now all paths must be prefixed either with /, . or ..
- Added module cache resetting
- Added logging
- Ensure that the internal environment is not leaked, and the new environment is created with the global environment as parent, rather than the function environment
- Added Repository tag to workaround packrat bugs
- Provide better error messages for module/symbol not found or unable to parse
- Add support for files named as a directory
- Support passing prefixes to prefix()
- Added prefix() to shorten long imports
- Added useonly() to import a specific symbol instead of a full module.
- Initial release