-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: leolujuyi/coffeescript-cookbook.github.io
base: master
head repository: coffeescript-cookbook/coffeescript-cookbook.github.io
compare: master
- 19 commits
- 14 files changed
- 9 contributors
Commits on Dec 10, 2015
-
Fixed a minor typo in the chaining page.
Sami Pussinen committedDec 10, 2015 Configuration menu - View commit details
-
Copy full SHA for a0f55a3 - Browse repository at this point
Copy the full SHA a0f55a3View commit details -
Added myself to the authors page.
Sami Pussinen committedDec 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 7fa9559 - Browse repository at this point
Copy the full SHA 7fa9559View commit details -
Merge pull request coffeescript-cookbook#136 from SamiPussinen/chaini…
…ng-typo-fix Fixed a minor typo in the chaining page.
Configuration menu - View commit details
-
Copy full SHA for 2fd9c30 - Browse repository at this point
Copy the full SHA 2fd9c30View commit details
Commits on Jan 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 202bdfd - Browse repository at this point
Copy the full SHA 202bdfdView commit details -
Merge branch 'Data-Meister-master'
Closes PR coffeescript-cookbook#137 This was a squashed rebase of the following: commit 721deae Author: Data-Meister <[email protected]> Date: Thu Jan 21 18:02:57 2016 +0000 remove todo commit f56cd11 Author: Data-Meister <[email protected]> Date: Thu Jan 21 18:02:13 2016 +0000 Fix indentation commit 83f146e Author: Data-Meister <[email protected]> Date: Thu Jan 21 18:01:17 2016 +0000 Add a recipe to count occurrences of a given string within a message
Configuration menu - View commit details
-
Copy full SHA for 9d67a39 - Browse repository at this point
Copy the full SHA 9d67a39View commit details
Commits on Jan 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d6da838 - Browse repository at this point
Copy the full SHA d6da838View commit details -
Merge pull request coffeescript-cookbook#139 from Data-Meister/master
Faster, simpler way to count occurrences of a given string
Configuration menu - View commit details
-
Copy full SHA for 23eb90c - Browse repository at this point
Copy the full SHA 23eb90cView commit details
Commits on Feb 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fdb756a - Browse repository at this point
Copy the full SHA fdb756aView commit details
Commits on Feb 10, 2016
-
Merge pull request coffeescript-cookbook#140 from Data-Meister/master
Add new chapter: replacing sub-strings
Configuration menu - View commit details
-
Copy full SHA for 4f1223a - Browse repository at this point
Copy the full SHA 4f1223aView commit details
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