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: main
Choose a base ref
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1
Choose a head ref
  • 8 commits
  • 69 files changed
  • 2 contributors

Commits on Sep 17, 2017

  1. Remove v2 docs

    GeoffreyBooth committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    249cc59 View commit details
    Browse the repository at this point in the history
  2. Revise v1 docs to reflect that v2 is out; update paths to reflect tha…

    …t the v2 docs are now the primary docs, and the v1 docs only live under /v1/
    GeoffreyBooth committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    1ad9c61 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. [CS1] Travis CI for 1.x (#4797)

    * Update dependencies, use ~ notation for compatibility with Travis Node 0.8
    
    * First attempt at .travis.yml for 1.x
    
    * Drop Node 0.8 because dev dependencies want a higher Node runtime version; run all tests in harmony mode
    
    * Closure Compiler requires Node 4+
    
    * Exclude the test files that use template literal syntax for Node < 4, where that syntax is unsupported
    
    * Filter out incompatible tests for Node 0.10
    GeoffreyBooth authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    c5f4314 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. [CS1] Add postinstall message for direct installs of ‘coffee-script’ (#…

    …4759)
    
    [CS1] Add postinstall message for installs of ‘coffee-script’ (with hyphen)
    GeoffreyBooth authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    f301b04 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

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

Commits on Nov 30, 2017

  1. 1.12.8 (#4801)

    * 1.12.8 changelog
    
    * 1.12.8 output
    GeoffreyBooth authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    943579a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

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

Commits on Dec 3, 2017

  1. [CS1] AppVeyor (#4816)

    * First attempt at AppVeyor for CS1
    
    * Update NPM for Node < 4
    
    * Backport #4731, fix for test failing in Windows
    
    * Don't install NPM for Node-latest; cache node_modules
    
    * Polyfill os.tmpdir for Node 0.8, update Travis to support Node 0.8
    
    * Try to make Travis Node 0.8 happen
    
    * Try different batch syntax
    
    * Output NPM version if we install a 2.x version; never return a nonzero exit code if we skip NPM upgrade
    
    * Try another syntax
    
    * Fix syntax for latest Node
    
    * Fix Windows batch syntax
    GeoffreyBooth authored Dec 3, 2017
    Configuration menu
    Copy the full SHA
    8adb30b View commit details
    Browse the repository at this point in the history
Loading