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.2
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.0.3
Choose a head ref
  • 8 commits
  • 45 files changed
  • 2 contributors

Commits on Nov 14, 2017

  1. Fix #4780: Don't mutate the options object when compiling and transpi…

    …ling, so that options are correct on subsequent iterations (#4785)
    GeoffreyBooth authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    bd824c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Fix #4774: export default followed by an object should always work,…

    … even if the object contains braces. `default` shouldn't suppress a newline, we should handle it in the grammar the same way returning an implicit object is handled (#4783)
    GeoffreyBooth authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    637fe30 View commit details
    Browse the repository at this point in the history
  2. Fix #4765: .map file should always have the same output base filename…

    … as the generated .js file (#4784)
    GeoffreyBooth authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    a706a64 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

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

Commits on Nov 20, 2017

  1. fix #4580 (#4793)

    zdenko authored and GeoffreyBooth committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    555c22a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Fix #4787: Destructuring of objects within arrays can generate invali…

    …d JavaScript (#4791)
    
    * Fix #4787
    
    * simplify condition
    zdenko authored and GeoffreyBooth committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    9812d28 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Fix #4790: Double-check that we're not creating a bound generator fun…

    …ction, even if the yield got stuffed inside a compiler-generated IIFE (#4792)
    GeoffreyBooth authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    7864aca View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. 2.0.3 (#4795)

    * Fix #4775: Remove no-longer-correct mention of the docs using text/coffeescript
    
    * 2.0.3 changelog
    
    * Update output for 2.0.3
    
    * Bump date
    GeoffreyBooth authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    64b8dd4 View commit details
    Browse the repository at this point in the history
Loading