Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1133163670e9
Choose a base ref
...
head repository: opal/opal-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9cc8cbf06246
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 25, 2015

  1. Fix typo "not" => "now"

    dfyx committed Jun 25, 2015
    Copy the full SHA
    64cbc70 View commit details
  2. Merge pull request #60 from dfyx/patch-2

    Fix typo "not" => "now"
    elia committed Jun 25, 2015
    Copy the full SHA
    9cc8cbf View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 CHANGELOG.md
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# edge

* Opal 0.8
* Default spec location is not `spec-opal`, this will allow opal specs to be "alphabetically" near other specs.
* Default spec location is now `spec-opal`, this will allow opal specs to be "alphabetically" near other specs.
* Don't run the sourcemap server unless sprockets is active and sourcemaps enabled and sprockets is in debug mode
* Align spec compilation done via `rake opal:spec` vs. in the browser at `/opal_spec`
* Dynamic require severity now defaults to `:ignore`