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.4.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.4.1
Choose a head ref
  • 4 commits
  • 38 files changed
  • 3 contributors

Commits on Apr 2, 2019

  1. Preserve environment when calling coffee from test (#5191)

    This change spawns `coffee` with a new path, but without removing all other
    environment variables.  This is useful for preserving environment needed by
    Node, for example, `LD_LIBRARY_PATH` on Unix.  In particular, fix #5179.
    edemaine authored and GeoffreyBooth committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    d23919c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Actually publish the browser compilers to NPM (#5186)

    * Actually publish the browser compilers to NPM
    
    * Transpile and minify modern browser compiler; add to lib/ folder; update docs
    GeoffreyBooth authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    7422244 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Release 2.4.1 (#5195)

    * Fix #5133: Document that braces are required for object shorthand.
    
    * Changelog for 2.4.1
    
    * Update output
    GeoffreyBooth authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    92f69b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4fcf65 View commit details
    Browse the repository at this point in the history
Loading