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.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.1.0
Choose a head ref
  • 9 commits
  • 38 files changed
  • 2 contributors

Commits on Nov 29, 2017

  1. Fixes #4684: Elision (#4796)

    * Elision
    
    * test
    
    * improvements
    
    * grammar optimization
    
    * cleanup
    zdenko authored and GeoffreyBooth committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    f14c7ff View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. AppVeyor (#4812)

    * First attempt at using AppVeyor
    
    * Maybe it doesn't like the leading dot?
    
    * Versions are an array
    
    * Fix tests on Windows: for some reason, Windows requires `coffee` to be executed as `node coffee` (in the context of `spawnSync`, at least)
    
    * Use npm@latest, see if that's less noisy
    
    * Nevermind, only an issue on Node 6
    
    * Better to see the NPM version before npm install
    GeoffreyBooth authored Dec 1, 2017
    Configuration menu
    Copy the full SHA
    0495916 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Configuration menu
    Copy the full SHA
    2dc3f6c View commit details
    Browse the repository at this point in the history
  2. Fix #4811: Heregex comments cannot contain three slashes in a row (#4814

    )
    
    * fix comment with /// in heregex
    
    * cleanup
    
    * improved pattern for comments in heregex; fixed unescaped hashes in lexer.coffee
    
    * improvements
    
    * refactor RegExp
    
    * cleanup
    
    * Improved RegEx
    zdenko authored and GeoffreyBooth committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    81d1b51 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Fix #4798: Incorrect output for object rest destructuring inside arra…

    …y destructuring (#4799)
    
    * fix #4798
    
    * additional tests
    zdenko authored and GeoffreyBooth committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    5bc85b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. [Enhancement] CSX fragments syntax (#4802) (#4804)

    * CSX fragments
    
    * regex improvement; tests
    
    * regex improvement
    
    * regex improvement
    
    * bug fix; regex
    
    * Fix style
    
    * Split fragment tests
    zdenko authored and GeoffreyBooth committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    7f5ab7e View commit details
    Browse the repository at this point in the history
  2. [Enhancement] Computed property keys (#4622) (#4803)

    * Computed property keys
    
    * refactor
    
    * improvements
    
    * refactor tests
    
    * fix comments
    zdenko authored and GeoffreyBooth committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    5eb9dde View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. improve elision output (#4824)

    zdenko authored and GeoffreyBooth committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    b128675 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. 2.1.0 (#4823)

    * Changelog for 2.1.0; remove text from objects section that is no longer valid for CS2/ES2015.
    
    * Update packages
    
    * 2.1.0 build
    
    * Update output
    
    * Correct reference to `//` division, per coffeescript6/discuss#39 (comment)
    GeoffreyBooth authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    926cb84 View commit details
    Browse the repository at this point in the history
Loading