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.1
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.2
Choose a head ref
  • 10 commits
  • 72 files changed
  • 7 contributors

Commits on Dec 9, 2016

  1. Add a try/catch in the Error.prepareStackTrace implementation to make…

    … sure that it never throws. Resolves #4391.
    murrayju committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    7704cf5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    2858543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4399 from murrayju/issue4391

    Add a try/catch in the Error.prepareStackTrace implementation
    jashkenas authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    aee27fb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    8117418 View commit details
    Browse the repository at this point in the history
  2. Fix command completion under nodejs v6.9.1 (#4402)

    * Fix command completion under nodejs v6.9.1
    Closes #4397
    
    * Commit updated compiled version
    mdcb authored and GeoffreyBooth committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    07d6eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be0f1cb View commit details
    Browse the repository at this point in the history
  4. Docs improvements: content in Markdown, organization into subtemplate…

    …s, fixed tests (#4401)
    
    * 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
    
    * Documentation is now markdown, converted to HTML on compilation
    
    * Render the examples when we’re rendering index.html; they compile so quickly that there’s no need to pre-render them and save the intermediate .js files
    
    * Split apart index.html into components that Cakefile assembles, so that we can add in logic to include different files for v1 versus v2
    
    * Split building index.html and building test.html into two tasks; collapse the parts of `releaseHeader` into one compact function
    
    * Move include logic into templates
    
    * Get error messages tests to work in the browser
    
    * Update output index.html
    
    * Split body into nav and body
    
    * Watch subtemplates
    
    * Revert "Split body into nav and body"
    
    This reverts commit ec9e559.
    
    * Add marked
    
    * Update gitignore
    
    * Use idiomatic markdown output for code blocks (<pre><code>)
    
    * Handle ids within the template, not in the Cakefile; remove marked’s auto-generated and conflicting ids
    
    * Move the `codeFor` function into versioned folders, so that v1 and v2 docs can have different example code blocks/editors
    
    * Update packages, including new highlight.js which supports our newer keywords and triple backticks (docs output is unchanged)
    GeoffreyBooth authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    e620434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c81c4a View commit details
    Browse the repository at this point in the history
  6. Rebuild for 1.12.2

    GeoffreyBooth committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    e2a3a5b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4405 from GeoffreyBooth/1.12.2

    1.12.2
    lydell authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    de180dc View commit details
    Browse the repository at this point in the history
Loading