-
-
Notifications
You must be signed in to change notification settings - Fork 123
Comparing changes
Open a pull request
base repository: freeCodeCamp/curriculum
base: v2.0.0
head repository: freeCodeCamp/curriculum
compare: v3.0.0
- 15 commits
- 15 files changed
- 10 contributors
Commits on Jun 29, 2018
-
fix(challenges): change test for template literals challenge (#37)
The original test was too rigid, and many users were forced to use one solution, usually map, to complete the challenge. The test is changed here to allow for multiple solutions to the problem, including the use of either single or double quotes when naming a class. BREAKING CHANGE: None
Configuration menu - View commit details
-
Copy full SHA for 4b1c5eb - Browse repository at this point
Copy the full SHA 4b1c5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e74192e - Browse repository at this point
Copy the full SHA e74192eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd046d6 - Browse repository at this point
Copy the full SHA dd046d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7105507 - Browse repository at this point
Copy the full SHA 7105507View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a0266 - Browse repository at this point
Copy the full SHA a6a0266View commit details -
fix(challenges): fixed telephone number validator project (#53)
fixed telephone number validator projects to show example telephone numbers on new lines ISSUES CLOSED: #47
Configuration menu - View commit details
-
Copy full SHA for 2b034e2 - Browse repository at this point
Copy the full SHA 2b034e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2375d0c - Browse repository at this point
Copy the full SHA 2375d0cView commit details -
fix(challenges): update regular expression that fails (#56)
* fix(challenges): update regular expression that fails Changes regular expression in testString to remove negative look behind that is not implemented across all browsers. ISSUES CLOSED: #55 * Fixed line spacing It is definitely something to do with a linter. I re-ran the `npm run commit` in my own environment and watched the line spacing jump. Should probably be checked if it ends up happening to others. However, this should fix it all for this PR! * Back to `prettier` formatting Reverting back to pretty formatting from commit.
Configuration menu - View commit details
-
Copy full SHA for 9fa5907 - Browse repository at this point
Copy the full SHA 9fa5907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0702d - Browse repository at this point
Copy the full SHA 0c0702dView commit details -
docs(contributing): add Contributing Guide
Took the challenge guide from the main repo and reworked it for the Curriculum repo. Moved the CONTRIBUTING.md file to the root directory. Added an image directory and sample image to more clearly show how to open a PR and point it to the correct branch, like in the guide in the main repo. ISSUES CLOSED: #61
Configuration menu - View commit details
-
Copy full SHA for 97360b0 - Browse repository at this point
Copy the full SHA 97360b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5617dc - Browse repository at this point
Copy the full SHA d5617dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49ddba - Browse repository at this point
Copy the full SHA c49ddbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f0b27 - Browse repository at this point
Copy the full SHA c4f0b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71342cb - Browse repository at this point
Copy the full SHA 71342cbView commit details -
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2018-06-29) ### Bug Fixes * **challenge:** Fixed the typo for automatically ([#48](#48)) ([dd046d6](dd046d6)) * **challenge:** Updated tests to avoid confusion ([#57](#57)) ([7105507](7105507)) * **challenges:** change test for template literals challenge ([#37](#37)) ([4b1c5eb](4b1c5eb)) * **challenges:** cherry pick pr 17664 & 17672 from main repo ([#52](#52)) ([2375d0c](2375d0c)) * **challenges:** fixed telephone number validator project ([#53](#53)) ([2b034e2](2b034e2)), closes [#47](#47) * **challenges:** fixed typo in css-grid.json ([#46](#46)) ([e74192e](e74192e)) * **challenges:** grammar fix in css-grid auto-fit challenge ([#60](#60)) ([a6a0266](a6a0266)) * **challenges:** Typo errors ([#39](#39)) ([0c0702d](0c0702d)) * **challenges:** update regular expression that fails ([#56](#56)) ([9fa5907](9fa5907)), closes [#55](#55) ### BREAKING CHANGES * **challenges:** None
Configuration menu - View commit details
-
Copy full SHA for ebf0399 - Browse repository at this point
Copy the full SHA ebf0399View 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 v2.0.0...v3.0.0