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: jashkenas/coffeescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3ae0c5
Choose a base ref
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ab8503
Choose a head ref
  • 11 commits
  • 20 files changed
  • 5 contributors

Commits on Jan 28, 2014

  1. Configuration menu
    Copy the full SHA
    e4c8bcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3334 from dannguyen/patch-1

    Just a small typo in 1.7.0 changelog
    jashkenas committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    734fced View commit details
    Browse the repository at this point in the history
  3. Fix markup in math operator documentation

    In the documentation, surround the new operators with `<tt>` tags instead of Markdown-style backticks, since this is HTML.
    roryokane committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    a5fef52 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. Merge pull request #3336 from roryokane/fix-math-operator-docs-markup

    Fix markup in math operator documentation
    jashkenas committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    7c4f842 View commit details
    Browse the repository at this point in the history
  2. index.html

    jashkenas committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    e543eb5 View commit details
    Browse the repository at this point in the history
  3. In docs, move commas out of code

    The commas separating these three keywords are not code themselves – not what the user would write – so they should be outside of the `<tt>` tags.
    
    Edits the table in the section [Operators and Aliases](http://coffeescript.org/#operators).
    roryokane committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    3fcaebb View commit details
    Browse the repository at this point in the history
  4. In docs, move commas, part 2

    I had missed that the next line had comma-separated operators, too.
    roryokane committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    b4d35f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3337 from roryokane/fix-operator-docs-commas

    In docs, move commas out of code
    jashkenas committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    a73a6e2 View commit details
    Browse the repository at this point in the history
  6. Fix a typo causing module.paths to be always set as the cwd.

    `options.fileName` was used instead of `options.filename`.
    goffrie committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    38bd879 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3340 from benbria/master

    Fix a typo causing module.paths to be always set as the cwd.
    jashkenas committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    114eccb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. CoffeeScript 1.7.1

    michaelficarra committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    4ab8503 View commit details
    Browse the repository at this point in the history
Loading