-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: zhangjx/coffeescript-cookbook.github.io
base: master
head repository: coffeescript-cookbook/coffeescript-cookbook.github.io
compare: master
- 10 commits
- 11 files changed
- 6 contributors
Commits on Sep 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9b10230 - Browse repository at this point
Copy the full SHA 9b10230View commit details -
Merge pull request coffeescript-cookbook#141 from tijwelch/master
Fix typo in syntax chapter
Configuration menu - View commit details
-
Copy full SHA for 2cd41d7 - Browse repository at this point
Copy the full SHA 2cd41d7View commit details
Commits on Jan 11, 2017
-
Update development dependencies
The versions of gems specified in the Gemfile.lock require ruby 1.9.3. Update them to the latest and greatest gems.
Configuration menu - View commit details
-
Copy full SHA for e3fbf9f - Browse repository at this point
Copy the full SHA e3fbf9fView commit details -
Use new Jekyll configuration for code highlighting
This removes the following warning: Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
Configuration menu - View commit details
-
Copy full SHA for 482af69 - Browse repository at this point
Copy the full SHA 482af69View commit details -
Merge pull request coffeescript-cookbook#143 from blowmage/update-dev…
…elopment Update development environment [refs coffeescript-cookbook#142]
Configuration menu - View commit details
-
Copy full SHA for 3346056 - Browse repository at this point
Copy the full SHA 3346056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50515c7 - Browse repository at this point
Copy the full SHA 50515c7View commit details -
Merge pull request coffeescript-cookbook#144 from blowmage/update-data
Replace page data with site data [refs coffeescript-cookbook#142]
Configuration menu - View commit details
-
Copy full SHA for 7ff9e5c - Browse repository at this point
Copy the full SHA 7ff9e5cView commit details
Commits on Mar 17, 2017
-
Add more accurate details on CS ?= opperator (coffeescript-cookbook#146)
* Update object-literal.md The example was wrong. It stated that ?= is similar to JS || when the || will affect not only not defined scenario but also any falsy values (values that evaluate as false) There are way to many differences between the 2: 1. window.var = false; 2. window.var = 0; 3. window.var = ''; 4. window.var = []; 5. window.var = null; window.var ?= 'something' console.log(window.var) -> 1. false 2. 0 3. '' 4. [] 5. 'something' window.var ||= 'something' console.log(window.var) -> 1. 'something' 2. 'something' 3. 'something' 4. [] 5. 'something' * Update object-literal.md * Update object-literal.md
Configuration menu - View commit details
-
Copy full SHA for 685b09b - Browse repository at this point
Copy the full SHA 685b09bView commit details
Commits on Nov 5, 2017
-
Add myself to the Developers list
Because I've [contributed fixes to the code base][1] I thought maybe I could be on the attributions list. [1]: https://github.com/coffeescript-cookbook/coffeescript-cookbook.github.io/search?q=author%3Asukima&type=Commits
Configuration menu - View commit details
-
Copy full SHA for b152fa0 - Browse repository at this point
Copy the full SHA b152fa0View commit details
Commits on Nov 6, 2017
-
Merge pull request coffeescript-cookbook#150 from coffeescript-cookbo…
…ok/authors-self Add myself to the Developers list
Configuration menu - View commit details
-
Copy full SHA for 53fc002 - Browse repository at this point
Copy the full SHA 53fc002View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master