Skip to content

Releases: wied03/karma-opal-rspec

Release list

v1.1.0

Choose a tag to compare

@wied03 wied03 released this 01 Apr 14:37
  • Add in stacktrace-js for source maps in stack traces and hide Opal/Opal-RSpec/Karma code from test failure traces
  • Examples filtered out using filter_run_including now show up as skipped in Karma results
  • Remove undocumented source map results feature
  • Improve error handling for cases where Sprockets can't find an asset or the Rack server dies before starting up

v1.0.10

Choose a tag to compare

@wied03 wied03 released this 01 Apr 14:38
  • Do a Bundler.require by default to reduce the number of additional MRI/Rack side require statements necessary for Opal load paths to be correct
  • Allow additional server side (MRI side) require statements to be supplied so that the Opal load path can include their
    locations