chore(curriculum): spring cleaning, bump pupeeter
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0a4316b0ae
commit
5eed1f6ea1
@ -1,12 +0,0 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
@ -1,4 +0,0 @@
|
||||
*
|
||||
!lib.js
|
||||
!utils.js
|
||||
!curricula.json
|
@ -1,29 +0,0 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 'lts/*'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- ~/.npm
|
||||
- node_modules
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
||||
script:
|
||||
- commitlint-travis
|
||||
- npm run lint
|
||||
- npm run test
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script:
|
||||
- npx semantic-release
|
||||
|
||||
branches:
|
||||
except:
|
||||
- /^v\d+\.\d+\.\d+$/
|
@ -1,221 +0,0 @@
|
||||
## [3.2.1](https://github.com/freeCodeCamp/curriculum/compare/v3.2.0...v3.2.1) (2018-09-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Add videoUrl field ([#298](https://github.com/freeCodeCamp/curriculum/issues/298)) ([ce3cc22](https://github.com/freeCodeCamp/curriculum/commit/ce3cc22))
|
||||
|
||||
# [3.2.0](https://github.com/freeCodeCamp/curriculum/compare/v3.1.2...v3.2.0) (2018-09-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenges:** a sentence didn't make sense, so I modified it ([3d77920](https://github.com/freeCodeCamp/curriculum/commit/3d77920)), closes [#18046](https://github.com/freeCodeCamp/curriculum/issues/18046)
|
||||
* **challenges:** add missing test to check for for css class ([6e42f53](https://github.com/freeCodeCamp/curriculum/commit/6e42f53)), closes [#254](https://github.com/freeCodeCamp/curriculum/issues/254)
|
||||
* **challenges:** add note at bottom of description in d3 challenge ([c60d332](https://github.com/freeCodeCamp/curriculum/commit/c60d332)), closes [#17767](https://github.com/freeCodeCamp/curriculum/issues/17767)
|
||||
* **challenges:** add solution, test to project euler problems ([f572324](https://github.com/freeCodeCamp/curriculum/commit/f572324))
|
||||
* **challenges:** add solutions to first 3 debugging challenges ([c2e5794](https://github.com/freeCodeCamp/curriculum/commit/c2e5794))
|
||||
* **challenges:** add test to check user is using \W in Regex ([296cf44](https://github.com/freeCodeCamp/curriculum/commit/296cf44))
|
||||
* **challenges:** add test to lookahead regex challenge ([e044de4](https://github.com/freeCodeCamp/curriculum/commit/e044de4)), closes [#209](https://github.com/freeCodeCamp/curriculum/issues/209)
|
||||
* **challenges:** added code tags ([065036b](https://github.com/freeCodeCamp/curriculum/commit/065036b)), closes [#18054](https://github.com/freeCodeCamp/curriculum/issues/18054)
|
||||
* **challenges:** added solutions to project euler problems 28, 31 ([5e12499](https://github.com/freeCodeCamp/curriculum/commit/5e12499))
|
||||
* **challenges:** adding code tags to description ([57d5b55](https://github.com/freeCodeCamp/curriculum/commit/57d5b55)), closes [#17911](https://github.com/freeCodeCamp/curriculum/issues/17911)
|
||||
* **challenges:** adding negative integer to challenge to improve tests ([#211](https://github.com/freeCodeCamp/curriculum/issues/211)) ([2adc516](https://github.com/freeCodeCamp/curriculum/commit/2adc516))
|
||||
* **challenges:** allow user to comment out undesired code ([72c2407](https://github.com/freeCodeCamp/curriculum/commit/72c2407))
|
||||
* **challenges:** challenge description is formatted and concise ([dcd8e45](https://github.com/freeCodeCamp/curriculum/commit/dcd8e45))
|
||||
* **challenges:** change challengeType to fix help button ([ddcc661](https://github.com/freeCodeCamp/curriculum/commit/ddcc661))
|
||||
* **challenges:** change definition of complementary colors ([#299](https://github.com/freeCodeCamp/curriculum/issues/299)) ([c022dff](https://github.com/freeCodeCamp/curriculum/commit/c022dff))
|
||||
* **challenges:** check for shorthand character in regex ([#238](https://github.com/freeCodeCamp/curriculum/issues/238)) ([0bf8d32](https://github.com/freeCodeCamp/curriculum/commit/0bf8d32))
|
||||
* **challenges:** commented output was wrong ([3cb972e](https://github.com/freeCodeCamp/curriculum/commit/3cb972e))
|
||||
* **challenges:** converts delete html test to regex ([d80d98d](https://github.com/freeCodeCamp/curriculum/commit/d80d98d)), closes [#251](https://github.com/freeCodeCamp/curriculum/issues/251)
|
||||
* **challenges:** corrected challenge instructions ([159203a](https://github.com/freeCodeCamp/curriculum/commit/159203a))
|
||||
* **challenges:** fix [#17155](https://github.com/freeCodeCamp/curriculum/issues/17155) ([cb21e59](https://github.com/freeCodeCamp/curriculum/commit/cb21e59))
|
||||
* **challenges:** fix confusing destructuring es6 challenge ([1a4f6a8](https://github.com/freeCodeCamp/curriculum/commit/1a4f6a8)), closes [#213](https://github.com/freeCodeCamp/curriculum/issues/213)
|
||||
* **challenges:** fix description in css variable fallback challenge ([bc33a03](https://github.com/freeCodeCamp/curriculum/commit/bc33a03)), closes [freeCodeCamp/freeCodeCamp#17546](https://github.com/freeCodeCamp/freeCodeCamp/issues/17546)
|
||||
* **challenges:** fix flex direction row regex ([25ea07e](https://github.com/freeCodeCamp/curriculum/commit/25ea07e)), closes [#260](https://github.com/freeCodeCamp/curriculum/issues/260)
|
||||
* **challenges:** fix grammar and spelling errors ([#244](https://github.com/freeCodeCamp/curriculum/issues/244)) ([b0c0b74](https://github.com/freeCodeCamp/curriculum/commit/b0c0b74))
|
||||
* **challenges:** fix grid-gap shorthand regex ([#232](https://github.com/freeCodeCamp/curriculum/issues/232)) ([a49f45e](https://github.com/freeCodeCamp/curriculum/commit/a49f45e)), closes [#229](https://github.com/freeCodeCamp/curriculum/issues/229)
|
||||
* **challenges:** fix grid-gap shorthand regex ([#237](https://github.com/freeCodeCamp/curriculum/issues/237)) ([b369fa0](https://github.com/freeCodeCamp/curriculum/commit/b369fa0)), closes [#229](https://github.com/freeCodeCamp/curriculum/issues/229)
|
||||
* **challenges:** fix regex in a JS challenge ([#257](https://github.com/freeCodeCamp/curriculum/issues/257)) ([6058da3](https://github.com/freeCodeCamp/curriculum/commit/6058da3))
|
||||
* **challenges:** fix typo in wrap-reverse description ([434ea5c](https://github.com/freeCodeCamp/curriculum/commit/434ea5c))
|
||||
* **challenges:** fixed challenge accepted without any new code ([96b39c1](https://github.com/freeCodeCamp/curriculum/commit/96b39c1)), closes [#198](https://github.com/freeCodeCamp/curriculum/issues/198)
|
||||
* **challenges:** fixed esc chars in managing packages with npm lesson ([6335a15](https://github.com/freeCodeCamp/curriculum/commit/6335a15))
|
||||
* **challenges:** fixed tests to check for pre operators ([ded4705](https://github.com/freeCodeCamp/curriculum/commit/ded4705)), closes [#199](https://github.com/freeCodeCamp/curriculum/issues/199)
|
||||
* **challenges:** fixed typo in algorithms and ds ([31957a4](https://github.com/freeCodeCamp/curriculum/commit/31957a4))
|
||||
* **challenges:** Incorrect html closing tag ([a1464f0](https://github.com/freeCodeCamp/curriculum/commit/a1464f0))
|
||||
* **challenges:** insufficient objectives for javascript_algorithm/es6/19 ([7707b18](https://github.com/freeCodeCamp/curriculum/commit/7707b18))
|
||||
* **challenges:** missing space in code example ([c50cc4e](https://github.com/freeCodeCamp/curriculum/commit/c50cc4e))
|
||||
* **challenges:** remove race condition from react lifecycle challenge ([a20ac56](https://github.com/freeCodeCamp/curriculum/commit/a20ac56))
|
||||
* **challenges:** removed duplicate css top property ([0a79c58](https://github.com/freeCodeCamp/curriculum/commit/0a79c58))
|
||||
* **challenges:** rephrased wording in applied visual design ([#268](https://github.com/freeCodeCamp/curriculum/issues/268)) ([d560d58](https://github.com/freeCodeCamp/curriculum/commit/d560d58))
|
||||
* **challenges:** replaced em tags with code tags ([68daaf7](https://github.com/freeCodeCamp/curriculum/commit/68daaf7)), closes [#18048](https://github.com/freeCodeCamp/curriculum/issues/18048)
|
||||
* **challenges:** reword test text and improve test accuracy ([f834a98](https://github.com/freeCodeCamp/curriculum/commit/f834a98))
|
||||
* **challenges:** small edit to correct semantic issues ([322bf80](https://github.com/freeCodeCamp/curriculum/commit/322bf80))
|
||||
* clickjacking challenge description ([037990c](https://github.com/freeCodeCamp/curriculum/commit/037990c))
|
||||
* **challenges:** spelling and grammar errors addressed ([8f17adf](https://github.com/freeCodeCamp/curriculum/commit/8f17adf))
|
||||
* **challenges:** typo ([4f7faba](https://github.com/freeCodeCamp/curriculum/commit/4f7faba))
|
||||
* **challenges:** update test and add solution for DS challenge ([d1b2075](https://github.com/freeCodeCamp/curriculum/commit/d1b2075)), closes [#164](https://github.com/freeCodeCamp/curriculum/issues/164)
|
||||
* **challenges:** Update test to include whitespace ([#272](https://github.com/freeCodeCamp/curriculum/issues/272)) ([77689f4](https://github.com/freeCodeCamp/curriculum/commit/77689f4)), closes [#271](https://github.com/freeCodeCamp/curriculum/issues/271)
|
||||
* **schema:** change schema and unpack script ([b014b23](https://github.com/freeCodeCamp/curriculum/commit/b014b23))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **challenges:** add browser fallback challenge ([b090e8b](https://github.com/freeCodeCamp/curriculum/commit/b090e8b)), closes [freeCodeCamp/freeCodeCamp#17546](https://github.com/freeCodeCamp/freeCodeCamp/issues/17546)
|
||||
|
||||
## [3.1.2](https://github.com/freeCodeCamp/curriculum/compare/v3.1.1...v3.1.2) (2018-07-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenges:** allow for omitted unit after zero values ([45b573b](https://github.com/freeCodeCamp/curriculum/commit/45b573b)), closes [#166](https://github.com/freeCodeCamp/curriculum/issues/166)
|
||||
* **challenges:** changed complementary color for blue to orange ([e41f078](https://github.com/freeCodeCamp/curriculum/commit/e41f078)), closes [#17934](https://github.com/freeCodeCamp/curriculum/issues/17934)
|
||||
* **challenges:** fix test in hr challenge ([#189](https://github.com/freeCodeCamp/curriculum/issues/189)) ([2edb306](https://github.com/freeCodeCamp/curriculum/commit/2edb306))
|
||||
* **challenges:** fix third test for template literals ([b8d004e](https://github.com/freeCodeCamp/curriculum/commit/b8d004e)), closes [#135](https://github.com/freeCodeCamp/curriculum/issues/135)
|
||||
* **challenges:** fixes escaping of ([fd8c9e4](https://github.com/freeCodeCamp/curriculum/commit/fd8c9e4))
|
||||
* **scripts:** fix unpack and repack scripts for the new challenge schema ([52ed7cf](https://github.com/freeCodeCamp/curriculum/commit/52ed7cf))
|
||||
|
||||
## [3.1.1](https://github.com/freeCodeCamp/curriculum/compare/v3.1.0...v3.1.1) (2018-07-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenges:** improve test for mongodb and mongoose ([8ae372a](https://github.com/freeCodeCamp/curriculum/commit/8ae372a))
|
||||
|
||||
# [3.1.0](https://github.com/freeCodeCamp/curriculum/compare/v3.0.1...v3.1.0) (2018-07-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenge:** syntax error in sample code snippet ([1d3e076](https://github.com/freeCodeCamp/curriculum/commit/1d3e076))
|
||||
* **challenge:** typos in first Basic CSS challenge test ([5e41e74](https://github.com/freeCodeCamp/curriculum/commit/5e41e74))
|
||||
* **challenges:** add code input space for final d3 challenge ([f0b7ea9](https://github.com/freeCodeCamp/curriculum/commit/f0b7ea9))
|
||||
* **challenges:** add comments to getter/setter instructions codeblock ([9e9bc27](https://github.com/freeCodeCamp/curriculum/commit/9e9bc27)), closes [#92](https://github.com/freeCodeCamp/curriculum/issues/92)
|
||||
* **challenges:** add solution project euler 52 ([f31fe38](https://github.com/freeCodeCamp/curriculum/commit/f31fe38))
|
||||
* **challenges:** add solution to project euler 53 ([56d7caf](https://github.com/freeCodeCamp/curriculum/commit/56d7caf))
|
||||
* **challenges:** add user story to tribute page challenge ([12c78d4](https://github.com/freeCodeCamp/curriculum/commit/12c78d4))
|
||||
* **challenges:** allows single quotes ([57dab6d](https://github.com/freeCodeCamp/curriculum/commit/57dab6d))
|
||||
* **challenges:** broken link ([64b93df](https://github.com/freeCodeCamp/curriculum/commit/64b93df))
|
||||
* **challenges:** broken link ([de30ac8](https://github.com/freeCodeCamp/curriculum/commit/de30ac8)), closes [#17823](https://github.com/freeCodeCamp/curriculum/issues/17823)
|
||||
* **challenges:** change del tag to s tag ([4dc7589](https://github.com/freeCodeCamp/curriculum/commit/4dc7589))
|
||||
* **challenges:** change green-box class margin to match red-box ([9fd5533](https://github.com/freeCodeCamp/curriculum/commit/9fd5533)), closes [#169](https://github.com/freeCodeCamp/curriculum/issues/169)
|
||||
* **challenges:** change innerHTML to textContent ([#160](https://github.com/freeCodeCamp/curriculum/issues/160)) ([06e1ba1](https://github.com/freeCodeCamp/curriculum/commit/06e1ba1)), closes [freeCodeCamp/freeCodeCamp#17888](https://github.com/freeCodeCamp/freeCodeCamp/issues/17888)
|
||||
* **challenges:** fix 2nd test bug ([362fc8a](https://github.com/freeCodeCamp/curriculum/commit/362fc8a)), closes [#17769](https://github.com/freeCodeCamp/curriculum/issues/17769) [#17039](https://github.com/freeCodeCamp/curriculum/issues/17039) [#16967](https://github.com/freeCodeCamp/curriculum/issues/16967)
|
||||
* **challenges:** fix broken tests - es6_declarative_function ([667dba9](https://github.com/freeCodeCamp/curriculum/commit/667dba9))
|
||||
* **challenges:** fix challenge for fallback value of CSS variable ([3abf7ad](https://github.com/freeCodeCamp/curriculum/commit/3abf7ad))
|
||||
* **challenges:** fix description and tests to use sync hashing ([cfa99ef](https://github.com/freeCodeCamp/curriculum/commit/cfa99ef)), closes [#119](https://github.com/freeCodeCamp/curriculum/issues/119)
|
||||
* **challenges:** fix initial contents ([9329543](https://github.com/freeCodeCamp/curriculum/commit/9329543))
|
||||
* **challenges:** fix regex (es6 : import vs require) ([f4d598f](https://github.com/freeCodeCamp/curriculum/commit/f4d598f)), closes [#108](https://github.com/freeCodeCamp/curriculum/issues/108)
|
||||
* **challenges:** fix regex in applied visual design challenge ([#162](https://github.com/freeCodeCamp/curriculum/issues/162)) ([5a34767](https://github.com/freeCodeCamp/curriculum/commit/5a34767)), closes [#161](https://github.com/freeCodeCamp/curriculum/issues/161) [#161](https://github.com/freeCodeCamp/curriculum/issues/161)
|
||||
* **challenges:** fix regex to allow redundant space characters ([8b99b8b](https://github.com/freeCodeCamp/curriculum/commit/8b99b8b))
|
||||
* **challenges:** fix typo in "split string into array using split" ([5b27dfd](https://github.com/freeCodeCamp/curriculum/commit/5b27dfd))
|
||||
* **challenges:** fix typo in a "mongodb and mongoose" challenge ([bd67a66](https://github.com/freeCodeCamp/curriculum/commit/bd67a66))
|
||||
* **challenges:** fix typo in a node and express challenge ([78d86a4](https://github.com/freeCodeCamp/curriculum/commit/78d86a4))
|
||||
* **challenges:** fix typo in findOneAndUpdate() challenge ([ab912e4](https://github.com/freeCodeCamp/curriculum/commit/ab912e4))
|
||||
* **challenges:** fix typo in node and express challenge ([7f3ed42](https://github.com/freeCodeCamp/curriculum/commit/7f3ed42))
|
||||
* **challenges:** fix typos ([82f85b0](https://github.com/freeCodeCamp/curriculum/commit/82f85b0))
|
||||
* **challenges:** fixed a typo in Data structures challenge ([a4f810e](https://github.com/freeCodeCamp/curriculum/commit/a4f810e)), closes [freeCodeCamp/freeCodeCamp#17786](https://github.com/freeCodeCamp/freeCodeCamp/issues/17786)
|
||||
* **challenges:** fixed RegEx for template literals javascript challenge ([66d8463](https://github.com/freeCodeCamp/curriculum/commit/66d8463)), closes [#65](https://github.com/freeCodeCamp/curriculum/issues/65)
|
||||
* **challenges:** fixed regex in a challenge ([c28aac0](https://github.com/freeCodeCamp/curriculum/commit/c28aac0)), closes [freeCodeCamp/freeCodeCamp#17861](https://github.com/freeCodeCamp/freeCodeCamp/issues/17861)
|
||||
* **challenges:** glitch links in backend projects now open in new tabs ([507c22d](https://github.com/freeCodeCamp/curriculum/commit/507c22d)), closes [#17799](https://github.com/freeCodeCamp/curriculum/issues/17799)
|
||||
* **challenges:** grammatical error ([5308332](https://github.com/freeCodeCamp/curriculum/commit/5308332))
|
||||
* **challenges:** improve template literal challenge instructions ([99f4b9f](https://github.com/freeCodeCamp/curriculum/commit/99f4b9f))
|
||||
* **challenges:** inline style semicolon consistency ([3557016](https://github.com/freeCodeCamp/curriculum/commit/3557016)), closes [#17909](https://github.com/freeCodeCamp/curriculum/issues/17909)
|
||||
* **challenges:** minor css grid typo ([f147430](https://github.com/freeCodeCamp/curriculum/commit/f147430))
|
||||
* **challenges:** moved the `<em>` tag inside the `<p>` tag ([128794d](https://github.com/freeCodeCamp/curriculum/commit/128794d))
|
||||
* **challenges:** remove obsolete mention of beta and update link [#144](https://github.com/freeCodeCamp/curriculum/issues/144) ([59d98b8](https://github.com/freeCodeCamp/curriculum/commit/59d98b8))
|
||||
* **challenges:** replace assertions in authentication with socket.io ([20e3617](https://github.com/freeCodeCamp/curriculum/commit/20e3617)), closes [#82](https://github.com/freeCodeCamp/curriculum/issues/82)
|
||||
* **challenges:** typo and grammatical error ([c1160c5](https://github.com/freeCodeCamp/curriculum/commit/c1160c5))
|
||||
* **challenges:** typo error ([2d3ca6d](https://github.com/freeCodeCamp/curriculum/commit/2d3ca6d))
|
||||
* **challenges:** typo in javascript algorithms/debugging/2 ([8286ff9](https://github.com/freeCodeCamp/curriculum/commit/8286ff9))
|
||||
* **challenges:** typos in some basic node and express challenges ([93277e5](https://github.com/freeCodeCamp/curriculum/commit/93277e5)), closes [#113](https://github.com/freeCodeCamp/curriculum/issues/113) [#114](https://github.com/freeCodeCamp/curriculum/issues/114)
|
||||
* clarify unclear instructions ([2a7a3fa](https://github.com/freeCodeCamp/curriculum/commit/2a7a3fa))
|
||||
* incomplete Sass Test ([086a4a0](https://github.com/freeCodeCamp/curriculum/commit/086a4a0))
|
||||
* penguin colors to match directions ([0f4b8a9](https://github.com/freeCodeCamp/curriculum/commit/0f4b8a9))
|
||||
* **challenges:** update pseudo-element selector syntax from CSS2 to CSS3 ([15675e8](https://github.com/freeCodeCamp/curriculum/commit/15675e8))
|
||||
* **challenges:** update RegEx for testcase in es6 challenge ([857b3e9](https://github.com/freeCodeCamp/curriculum/commit/857b3e9))
|
||||
* **challenges:** update test suite CDN link ([a311e06](https://github.com/freeCodeCamp/curriculum/commit/a311e06))
|
||||
* **challenges:** updated dates ([21bb9d0](https://github.com/freeCodeCamp/curriculum/commit/21bb9d0)), closes [#17908](https://github.com/freeCodeCamp/curriculum/issues/17908)
|
||||
* **gitignore file:** added .vscode and unpacked folder to the file ([1b8eb67](https://github.com/freeCodeCamp/curriculum/commit/1b8eb67))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **challenge:** add tests for the timestamp microservice challenge ([0cb0da8](https://github.com/freeCodeCamp/curriculum/commit/0cb0da8))
|
||||
|
||||
## [3.0.1](https://github.com/freeCodeCamp/curriculum/compare/v3.0.0...v3.0.1) (2018-06-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenges:** change comment to make it clearer ([#72](https://github.com/freeCodeCamp/curriculum/issues/72)) ([46fcf43](https://github.com/freeCodeCamp/curriculum/commit/46fcf43))
|
||||
* **challenges:** fix a test case in an Applied Accessibility ([4c0d587](https://github.com/freeCodeCamp/curriculum/commit/4c0d587))
|
||||
* **challenges:** remove unnecessary test cases ([17af3dd](https://github.com/freeCodeCamp/curriculum/commit/17af3dd))
|
||||
* **challenges:** removed a test in basic javascript challenge ([#76](https://github.com/freeCodeCamp/curriculum/issues/76)) ([ff26697](https://github.com/freeCodeCamp/curriculum/commit/ff26697)), closes [#73](https://github.com/freeCodeCamp/curriculum/issues/73)
|
||||
* **challenges:** removed comment in the seed ([6a8a9db](https://github.com/freeCodeCamp/curriculum/commit/6a8a9db))
|
||||
* **challenges:** removed redundant text from challenge ([c37a1e8](https://github.com/freeCodeCamp/curriculum/commit/c37a1e8)), closes [#36](https://github.com/freeCodeCamp/curriculum/issues/36)
|
||||
|
||||
# [3.0.0](https://github.com/freeCodeCamp/curriculum/compare/v2.0.0...v3.0.0) (2018-06-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenge:** Fixed the typo for automatically ([#48](https://github.com/freeCodeCamp/curriculum/issues/48)) ([dd046d6](https://github.com/freeCodeCamp/curriculum/commit/dd046d6))
|
||||
* **challenge:** Updated tests to avoid confusion ([#57](https://github.com/freeCodeCamp/curriculum/issues/57)) ([7105507](https://github.com/freeCodeCamp/curriculum/commit/7105507))
|
||||
* **challenges:** change test for template literals challenge ([#37](https://github.com/freeCodeCamp/curriculum/issues/37)) ([4b1c5eb](https://github.com/freeCodeCamp/curriculum/commit/4b1c5eb))
|
||||
* **challenges:** cherry pick pr 17664 & 17672 from main repo ([#52](https://github.com/freeCodeCamp/curriculum/issues/52)) ([2375d0c](https://github.com/freeCodeCamp/curriculum/commit/2375d0c))
|
||||
* **challenges:** fixed telephone number validator project ([#53](https://github.com/freeCodeCamp/curriculum/issues/53)) ([2b034e2](https://github.com/freeCodeCamp/curriculum/commit/2b034e2)), closes [#47](https://github.com/freeCodeCamp/curriculum/issues/47)
|
||||
* **challenges:** fixed typo in css-grid.json ([#46](https://github.com/freeCodeCamp/curriculum/issues/46)) ([e74192e](https://github.com/freeCodeCamp/curriculum/commit/e74192e))
|
||||
* **challenges:** grammar fix in css-grid auto-fit challenge ([#60](https://github.com/freeCodeCamp/curriculum/issues/60)) ([a6a0266](https://github.com/freeCodeCamp/curriculum/commit/a6a0266))
|
||||
* **challenges:** Typo errors ([#39](https://github.com/freeCodeCamp/curriculum/issues/39)) ([0c0702d](https://github.com/freeCodeCamp/curriculum/commit/0c0702d))
|
||||
* **challenges:** update regular expression that fails ([#56](https://github.com/freeCodeCamp/curriculum/issues/56)) ([9fa5907](https://github.com/freeCodeCamp/curriculum/commit/9fa5907)), closes [#55](https://github.com/freeCodeCamp/curriculum/issues/55)
|
||||
|
||||
# [2.0.0](https://github.com/freeCodeCamp/curriculum/compare/v1.2.1...v2.0.0) (2018-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenges:** Correct a regex in ES6 read-only challenge ([#41](https://github.com/freeCodeCamp/curriculum/issues/41)) ([cf9336a](https://github.com/freeCodeCamp/curriculum/commit/cf9336a))
|
||||
* **challenges:** fix responsive web design cert claim ([6e02f9d](https://github.com/freeCodeCamp/curriculum/commit/6e02f9d))
|
||||
* **interview-prep:** Remove duplicates ([816be51](https://github.com/freeCodeCamp/curriculum/commit/816be51))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([21930a8](https://github.com/freeCodeCamp/curriculum/commit/21930a8))
|
||||
|
||||
## [1.2.1](https://github.com/freeCodeCamp/curriculum/compare/v1.2.0...v1.2.1) (2018-06-21)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* changes text to bold in the JS Algo and DS ([#20](https://github.com/freeCodeCamp/curriculum/issues/20)) ([999c6af](https://github.com/freeCodeCamp/curriculum/commit/999c6af))
|
||||
* example link will open in new tab ([#22](https://github.com/freeCodeCamp/curriculum/issues/22)) ([5815401](https://github.com/freeCodeCamp/curriculum/commit/5815401))
|
||||
* give 'Exercise Tracker' the correct id ([6de827c](https://github.com/freeCodeCamp/curriculum/commit/6de827c))
|
||||
* Remove an unnecessary line from basic javascript challenge ([#19](https://github.com/freeCodeCamp/curriculum/issues/19)) ([e1dfe8f](https://github.com/freeCodeCamp/curriculum/commit/e1dfe8f))
|
||||
* sample code in intro to currying ([d4cf9de](https://github.com/freeCodeCamp/curriculum/commit/d4cf9de))
|
||||
* typo errors ([#23](https://github.com/freeCodeCamp/curriculum/issues/23)) ([16ff132](https://github.com/freeCodeCamp/curriculum/commit/16ff132))
|
||||
|
||||
# [1.2.0](https://github.com/freeCodeCamp/curriculum/compare/v1.1.3...v1.2.0) (2018-06-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **challenges:** Fix typo in security challenge ([#17608](https://github.com/freeCodeCamp/curriculum/issues/17608)) ([1573455](https://github.com/freeCodeCamp/curriculum/commit/1573455))
|
||||
* blockquote-formatting-in-challenges ([#17590](https://github.com/freeCodeCamp/curriculum/issues/17590)) ([d31e0a3](https://github.com/freeCodeCamp/curriculum/commit/d31e0a3))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([a133a3f](https://github.com/freeCodeCamp/curriculum/commit/a133a3f))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* "test(challenges): Corrected expected average value" ([#17568](https://github.com/freeCodeCamp/curriculum/issues/17568)) ([20fac4e](https://github.com/freeCodeCamp/curriculum/commit/20fac4e))
|
||||
|
||||
## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143))
|
@ -1,42 +0,0 @@
|
||||
/* eslint-env node */
|
||||
|
||||
const types = [
|
||||
{
|
||||
value: 'feat',
|
||||
name: 'feat: A new challenge or feature is being added.'
|
||||
},
|
||||
{
|
||||
value: 'fix',
|
||||
name: `fix: Modifying an existing challenge, fixing a bug, text,
|
||||
or updating challenge tests.`
|
||||
},
|
||||
{
|
||||
value: 'docs',
|
||||
name: 'docs: Documentation only changes to readme, guides, etc.'
|
||||
},
|
||||
{
|
||||
value: 'test',
|
||||
name: `test: Adding missing tests to tooling (NOT to be used for tests
|
||||
inside challenges).`
|
||||
},
|
||||
{
|
||||
value: 'chore',
|
||||
name: `chore: Changes to the build process or auxiliary tools
|
||||
and libraries such as documentation generation.`
|
||||
},
|
||||
{
|
||||
value: 'revert',
|
||||
name: 'revert: Revert a commit.'
|
||||
}
|
||||
];
|
||||
|
||||
const scopes = ['challenges', 'tools', 'scripts'].map(name => ({
|
||||
name
|
||||
}));
|
||||
|
||||
module.exports = {
|
||||
types,
|
||||
scopes,
|
||||
allowCustomScopes: true,
|
||||
allowBreakingChanges: ['feat', 'fix', 'perf', 'refactor']
|
||||
};
|
@ -1,24 +0,0 @@
|
||||
/* eslint-env node */
|
||||
|
||||
const { types, scopes, allowCustomScopes } = require('./commitizen.config');
|
||||
|
||||
const validTypes = types.map(type => type.value);
|
||||
const validScopes = scopes.map(scope => scope.name);
|
||||
const scopeValidationLevel = allowCustomScopes ? 0 : 2;
|
||||
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
|
||||
// Add your own rules. See http://marionebl.github.io/commitlint
|
||||
rules: {
|
||||
// Apply valid scopes and types
|
||||
'scope-enum': [scopeValidationLevel, 'always', validScopes],
|
||||
'type-enum': [2, 'always', validTypes],
|
||||
|
||||
// Disable subject-case rule
|
||||
'subject-case': [0, 'always'],
|
||||
|
||||
// Disable language rule
|
||||
lang: [0, 'always', 'eng']
|
||||
}
|
||||
};
|
7874
curriculum/package-lock.json
generated
7874
curriculum/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,25 +20,16 @@
|
||||
"reorder-steps": "cross-env CALLING_DIR=$INIT_CWD node ../tools/challenge-helper-scripts/reorder-steps",
|
||||
"develop": "gulp",
|
||||
"lint": "gulp lint",
|
||||
"semantic-release": "semantic-release",
|
||||
"pretest": "cd ../client && npm run build:workers",
|
||||
"pretest:full-output": "npm run pretest",
|
||||
"test": "mocha --delay --reporter progress --bail",
|
||||
"test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress"
|
||||
},
|
||||
"dependencies": {
|
||||
"invariant": "^2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/polyfill": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/register": "^7.11.5",
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^7.0.1",
|
||||
"@commitlint/travis-cli": "^8.3.5",
|
||||
"@semantic-release/changelog": "^2.0.2",
|
||||
"@semantic-release/git": "^5.0.0",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
@ -53,44 +44,19 @@
|
||||
"cross-env": "^7.0.2",
|
||||
"fs-extra": "^6.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
"invariant": "^2.2.4",
|
||||
"joi": "^13.3.0",
|
||||
"joi-objectid": "^2.0.0",
|
||||
"jquery": "^3.5.1",
|
||||
"js-yaml": "^3.14.0",
|
||||
"jsdom": "^12.2.0",
|
||||
"lint-staged": "^7.2.0",
|
||||
"live-server": "^1.2.1",
|
||||
"lodash": "^4.17.20",
|
||||
"mocha": "5.2.0",
|
||||
"puppeteer": "^1.19.0",
|
||||
"puppeteer": "^5.3.1",
|
||||
"readdirp-walk": "^1.7.0",
|
||||
"rx": "^4.1.0",
|
||||
"semantic-release": "^15.13.24",
|
||||
"string-similarity": "^4.0.2",
|
||||
"validator": "^10.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"challenges",
|
||||
"curriculum",
|
||||
"freecodecamp",
|
||||
"interview",
|
||||
"javascript",
|
||||
"json"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"release": {
|
||||
"branch": "master",
|
||||
"verifyConditions": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git"
|
||||
],
|
||||
"prepare": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user