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: 1.12.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: 1.12.1
Choose a head ref
  • 11 commits
  • 54 files changed
  • 4 contributors

Commits on Dec 5, 2016

  1. Runtime should support for...of (#4385)

    [Docs] Runtime should support for…of
    mitar authored and GeoffreyBooth committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    81b9fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03eceeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4388 from GeoffreyBooth/import-member-named-default

    Allow imported module members to be named `default`
    lydell authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    3ea0481 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Detect when from in a for loop declaration is an identifier (#4393)

    * Try to detect when `from` in a `for` loop declaration is an identifier, not a keyword
    
    * Handle destructured arrays
    
    * from as a destructured, aliased object variable name in a for loop declaration
    GeoffreyBooth authored Dec 6, 2016
    Configuration menu
    Copy the full SHA
    88f2bf9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    a80d74a View commit details
    Browse the repository at this point in the history
  2. Improve docs (#4396)

    * Replace tiny bitmaps with base64-encoded URIs
    
    * Optimize SVGs; replace logo PNG with SVG
    
    * Modernize favicon
    
    * Embed CSS; a bit unorthodox, but we’re a single page so there’s no point in separate .css files and their separate HTTP requests
    GeoffreyBooth authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    8fbe095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5dd7e View commit details
    Browse the repository at this point in the history
  4. Bump date

    GeoffreyBooth committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6fc9e33 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    04961af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a678f2 View commit details
    Browse the repository at this point in the history
  3. Update 1.12.1 release date

    lydell committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    26cfd19 View commit details
    Browse the repository at this point in the history
Loading