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.2.3
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.2.4
Choose a head ref
  • 5 commits
  • 30 files changed
  • 3 contributors

Commits on Mar 13, 2018

  1. simplified test file skipping (#4996) (#5003)

    simplified test file skipping (#4996)
    rdeforest authored and GeoffreyBooth committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    5a43b2d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Optimize 'for-range-by' loop when 'by' is literal number (#5016)

    * optimize 'for-range-by' loop when 'by' is literal number
    
    * small fix
    zdenko authored and GeoffreyBooth committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    0268505 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Make node --harmony bin/cake test pass on Node 9 (#5012)

    * Make `node --harmony bin/cake test` pass on Node 9
    
    Make classMaker() explicitly return an object
    
    * Update Travis and AppVeyor to use --harmony and v9
    rdeforest authored and GeoffreyBooth committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    ce66a49 View commit details
    Browse the repository at this point in the history
  2. Fix #5013: return statement as an expression (#5014)

    * fix #5013
    
    * disallow statement in the expression
    zdenko authored and GeoffreyBooth committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    001f97a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. 2.2.4 (#5025)

    * Update changelog for 2.2.4
    
    * Bump version to 2.2.4; update output
    GeoffreyBooth authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    e5aa758 View commit details
    Browse the repository at this point in the history
Loading