这是indexloc提供的服务,不要输入任何密码
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.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: 2.3.1
Choose a head ref
  • 12 commits
  • 144 files changed
  • 5 contributors

Commits on Apr 29, 2018

  1. Fix README ASCII art

    GeoffreyBooth committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    708e575 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    fe75548 View commit details
    Browse the repository at this point in the history
  2. Fix #1832: Browser compiler should run code using globally-scoped eval (

    #5047)
    
    * Explicitly turn off minify mangling, because it was previously implicitly disabled by the existence of the `eval` call we’re about to remove
    
    * Update babel-core
    
    * Run browser-compiled scripts using window.eval rather than just eval, to use a clean scope (many times faster)
    
    * Update output
    
    * Fix browser-based test broken by #5028
    
    * Update output
    GeoffreyBooth authored May 1, 2018
    Configuration menu
    Copy the full SHA
    d82272b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Delete CNAME

    jashkenas committed May 3, 2018
    Configuration menu
    Copy the full SHA
    c2792e4 View commit details
    Browse the repository at this point in the history
  2. Create CNAME

    jashkenas committed May 3, 2018
    Configuration menu
    Copy the full SHA
    7beb631 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. fix JSX expression indentation bug (#5056)

    * fix JSX expression indentation bug
    
    * fixes from code review
    
    * tweak test
    helixbass authored and GeoffreyBooth committed May 13, 2018
    Configuration menu
    Copy the full SHA
    8e66ae4 View commit details
    Browse the repository at this point in the history
  2. Allow implicit call with class with no body (#5053)

    * allow implicit call with class with no body
    
    * more tests
    helixbass authored and GeoffreyBooth committed May 13, 2018
    Configuration menu
    Copy the full SHA
    7dbdca8 View commit details
    Browse the repository at this point in the history
  3. Normalize :: syntax (#5048)

    * normalize :: syntax
    
    * fixes from code review
    helixbass authored and GeoffreyBooth committed May 13, 2018
    Configuration menu
    Copy the full SHA
    41185ca View commit details
    Browse the repository at this point in the history
  4. Lexer, helpers and comments cleanup (#5063)

    * Move the building of the comments hash into its own function, to make clearer that it only happens once
    
    * Abstract token comments dictionary
    
    * Format comments
    
    * Allow attaching a “data” property to tokens, to allow extra info to pass through the parser into the node classes
    
    * Add data to StringLiteral tokens such that we should be able to deindent them in the nodes class
    
    * Update output
    
    * Another comment fix
    
    * Add data to every token, with common properties
    
    * Be more defensive, even though we apparently don't need to be
    
    * Improve comments
    
    * Remove the token data property, leaving all unrelated improvements
    
    * Code review improvements; update output
    GeoffreyBooth authored May 13, 2018
    Configuration menu
    Copy the full SHA
    7cf739e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Fix #5046: Adjacent JSX (#5049)

    * Fix #5046: Adjacent JSX
    
    * check CSX only when wrapped in parentheses
    
    * Fix indentation
    
    * Add test for unlikely, but valid, JSX syntax
    zdenko authored and GeoffreyBooth committed May 20, 2018
    Configuration menu
    Copy the full SHA
    0e7677a View commit details
    Browse the repository at this point in the history
  2. Docs headings and changelog refactor (#5067)

    * Changelog sub-sections should use h3, not h2; no need for hack anchor tag anymore
    
    * Internationalize dates to user’s locale
    
    * Consistent names
    
    * Split up the changelog into separate files per version; make HTML markup consistent with the other sections in the docs
    
    * Fix sidebar links for introduction and overview
    GeoffreyBooth authored May 20, 2018
    Configuration menu
    Copy the full SHA
    68302e6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. 2.3.1 (#5069)

    * Update links to use https://coffeescript.org
    
    * 2.3.1 changelog
    
    * Bump version to 2.3.1; update output
    
    * Forgot one
    
    * Another one
    
    * Lock Babel versions for Node 6 build to succeed, until Babel 7 is out
    GeoffreyBooth authored May 22, 2018
    Configuration menu
    Copy the full SHA
    be702d6 View commit details
    Browse the repository at this point in the history
Loading