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: 0.5.1
Choose a base ref
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.2
Choose a head ref
  • 9 commits
  • 55 files changed
  • 1 contributor

Commits on Feb 24, 2010

  1. upgrading the optparse library to avoid having to register callbacks …

    …for each argument. It just returns a simple options hash.
    jashkenas committed Feb 24, 2010
    Configuration menu
    Copy the full SHA
    aba8cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8710b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b26e577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a46e13 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2010

  1. adding a minified combined coffee-script.js. Include it on the page, …

    …after any text/coffeescript tags, and call CoffeeScript.activate(); to run it
    jashkenas committed Feb 25, 2010
    Configuration menu
    Copy the full SHA
    c1427d6 View commit details
    Browse the repository at this point in the history
  2. implementing the inline javascript in the documentation page in text/…

    …coffeescript, switching from the closure compiler to the yui compressor for building the browser version -- the closure compiler had a bug for our input -- fixable by hand but not worth the tiny savings
    jashkenas committed Feb 25, 2010
    Configuration menu
    Copy the full SHA
    c14869f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c5ebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22674bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05d95ac View commit details
    Browse the repository at this point in the history
Loading