Skip to content

v1.0.7

Choose a tag to compare

@wied03 wied03 released this 21 Apr 22:10
· 25 commits to master since this release
  • Node style requires (e.g. require './something') are back to not working now since we're using Opal Builder. Once an Opal defect is corrected, both Opal and this loader will have the same behavior as MRI.
  • Any files that Opal GEMs stub are now stubbed in the loader when using Bunder, Rails, or additional MRI requires
  • Use Opal's Builder class for compilation, which should address several issues (#12, #27)
  • Require filename resolution no longer breaks with suffixes that look like extensions (#26)