Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
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: freeCodeCamp/curriculum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: freeCodeCamp/curriculum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 15 commits
  • 15 files changed
  • 10 contributors

Commits on Jun 29, 2018

  1. 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
    scissorsneedfoodtoo authored and raisedadead committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4b1c5eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74192e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd046d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7105507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6a0266 View commit details
    Browse the repository at this point in the history
  6. fix(challenges): fixed telephone number validator project (#53)

    fixed telephone number validator projects to show example telephone numbers on new lines
    
    ISSUES CLOSED: #47
    gforce2k5 authored and raisedadead committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    2b034e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2375d0c View commit details
    Browse the repository at this point in the history
  8. 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.
    matthew-t-smith authored and raisedadead committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    9fa5907 View commit details
    Browse the repository at this point in the history
  9. fix(challenges): Typo errors (#39)

    Nirajn2311 authored and raisedadead committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    0c0702d View commit details
    Browse the repository at this point in the history
  10. 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
    scissorsneedfoodtoo authored and raisedadead committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    97360b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5617dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c49ddba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4f0b27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    71342cb View commit details
    Browse the repository at this point in the history
  15. 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
    semantic-release-bot committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ebf0399 View commit details
    Browse the repository at this point in the history
Loading