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: 2.0.0
Choose a base ref
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 14 commits
  • 41 files changed
  • 6 contributors

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    1cb7339 View commit details
    Browse the repository at this point in the history
  2. Tweaking font sizes.

    jashkenas committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    a67dfae View commit details
    Browse the repository at this point in the history
  3. slightly less cramped code

    jashkenas committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    1965996 View commit details
    Browse the repository at this point in the history
  4. fix the code popping

    jashkenas committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    c17b6b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35f784b View commit details
    Browse the repository at this point in the history
  6. boom

    jashkenas committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    81260bf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Fix link to logo

    jz5 authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    42da56d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4708 from jz5/master

    Fix link to logo
    jashkenas authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    eb12792 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Docs fixes (#4707)

    * Mobile Safari needs the code to be >= 16px
    
    * Buttons that just run the code shouldn’t have a label, since in all the other examples the label signifies the command to be run
    
    * Use Bootstrap’s breakpoints
    
    * Use Bootstrap’s styling for the <code> element, to avoid misaligned baseline
    
    * Updated output
    
    * Fix #4704: use replaceState, so that back/forward only happen for user clicks on links; opening and closing Try CoffeeScript doesn’t count as a new history entry, and closing it retrieves the previous URL
    
    * Fix #4702: Some changelog entries are more equal than others
    
    * Updated output
    
    * Eliminate the 1px jitter when initializing code editors
    
    * On first time opening Try CoffeeScript, use just #try as the hash
    
    * Update output
    
    * Increase general body line spacing
    
    * Code styling per Jeremy
    
    * Don’t let the main text column grow unreasonably wide
    
    * Give list items some modest bottom margin (and use ems whenever possible)
    
    * Updated output
    GeoffreyBooth authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    5cbd25f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Fix #4464: backticked expressions in class body (#4712)

    * Fix #4464: backticked expressions in class body should be left in the body, not hoisted
    
    * Fix #4464: backticked expressions in class body should be left in the body, not hoisted
    
    * Simplify fix for #4464
    
    This uses more of the existing machinery for moving class body
    expressions into the initializer.
    
    * Clarify the purpose of Class::addInitializerExpression
    
    * Further clarify the purpose of Class::addInitializerExpression
    
    * Add reference to class fields; format
     comment wrapping
    
    * Reapply 1d3af8c, that got lost because of rebase/force-push shenanigans
    
    * Updated output
    connec authored and GeoffreyBooth committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    27eff5c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Update ASCII logo (#4718)

    Attempt to reproduce the official logo in ASCII :)
    Easy Bills authored and GeoffreyBooth committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    cd516b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Add example of comment include type annotation (#4705)

    * Add example of comment include type annotation
    
    * build website
    jamiebuilds authored and GeoffreyBooth committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    22f92f2 View commit details
    Browse the repository at this point in the history
  2. Fix #4703, 4713: Transpile fixes (#4717)

    * Show an appropriate error if the user tries to use --transpile via the CLI and babel-core isn’t installed
    
    * Update documentation around global/local
    
    * Fix #4713: Use Babel’s built-in `filename` option to let Babel search for its options, rather than us doing so
    
    * Improve transpilation docs
    
    * Colons are good
    
    * Docs cleanup
    
    * Rewrite transpilation docs
    
    * Better identifier for compiled scripts that didn’t come from files; better resolving of paths
    GeoffreyBooth authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    9df1457 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. 2.0.1 (#4719)

    * 2.0.1 changelog
    
    * Version bump to 2.0.1
    GeoffreyBooth authored Sep 27, 2017
    Configuration menu
    Copy the full SHA
    0b0a9ef View commit details
    Browse the repository at this point in the history
Loading