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.3.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: 2.3.2
Choose a head ref
  • 8 commits
  • 46 files changed
  • 3 contributors

Commits on Jun 11, 2018

  1. Allow yield indented object (#5072)

    * allow yield indented object
    
    * allow await indented object
    
    * fixes from code review
    helixbass authored and GeoffreyBooth committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    70f6cb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. fix momentum scrolling on iOS (#5083)

    Paul Nta authored and GeoffreyBooth committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    8125718 View commit details
    Browse the repository at this point in the history
  2. Revert "fix momentum scrolling on iOS (#5083)" (#5084)

    This reverts commit 8125718.
    GeoffreyBooth authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    7f8b36a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    98b2a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. Babel 7 (#5105)

    * Port to Babel 7
    
    Use the Babel 7 @babel/core transpiler, falling back to the older babel-core version if possible.
    
    * Use Babel 7 and preset-env 7 to build the browser compiler and test Babel transpilation
    
    * Update docs for Babel 7
    GeoffreyBooth authored Sep 9, 2018
    Configuration menu
    Copy the full SHA
    c4245e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Fix #4609: support new.target (#5106)

    * support new.target
    
    * check token type
    helixbass authored and GeoffreyBooth committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    6225627 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Fix #5086: Don't generate unnecessary interpolations in JSX tags when…

    … the tags contain only here (`/* ... */`) comments (#5108)
    GeoffreyBooth authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    b4dceae View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Release 2.3.2 (#5110)

    * Bump version to 2.3.2
    
    * 2.3.2 changelog
    
    * Update output for 2.3.2
    GeoffreyBooth authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    6e86b67 View commit details
    Browse the repository at this point in the history
Loading