- Stop monkeypatching core classes
- Catch both prefix and postfix function forms
- Count
require
andcontain
functions properly
- Parse more syntax edge cases without exploding. We can't evaluate everything because it's pre-compilation, but do what we can or just use a marker token.
- Only print out undeclared module warnings once per module.
- Added the option for debug logging of files as they're evaluated.
- Improved the external element detection logic.
- Add namespace validation. This will now warn you if you're using elements from modules which have not been declared as dependencies.
- Allow you to filter to external resources only.
- Initial release