Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

50 lines (33 loc) · 1.88 KB

Contributing

Please read the guidelines in the contributing docs before contributing. Contributions to this project need to follow the correct workflow.

Change Log

Whenever a new version is created, add the new branch name and the changes here

[v1.0.0]

  • Initial soft release with news article

[v1.0.1]

  • Fix issues with logs not being generated after reset
    • Move the two SQL log files to ~
    • Change to that location in postgresql.conf
    • Update all watchers to that location
    • Change tests to get logs from those locations

[v1.0.2]

  • Fix typo in yippee.wav
    • Change TUTORIAL.md
    • Change test .freeCodeCamp/test/1320.test.js in step 1320.1
    • Change .freeCodeCamp/db.sql in step 1330.1

[v1.0.3]

  • Move startup commands to reset.sh
  • Run reset.sh on continue
  • Add IF EXISTS to db.sql when dropping database to stop warnings
  • Terminate only user freeCodeCamp from db when resetting

[v1.0.4]

  • This is an attempt to fix the frequent issues that have come up on the forum
    • Instead of loading a new test file, and commenting out the old one on each commit, this loads all the tests in the INIT commit and uses mocha settings to only run tests in a specific file. The commits now just change the test file that should run.
  • There was an issue with the last commit not loading after using the reset button in a tutorial. I added a final commit at end that seems to have resolved it.
  • Fix test text on 1660, 1670, and 1680
  • Fix bad hints on 1260 - Issue

[v1.0.5]

[v2.0.0]

  • Add Gitpod config