Releases: codefellows/data-structures-and-algorithms
Releases · codefellows/data-structures-and-algorithms
1.1.0
What's Changed
- Adding GitHub action to automatically test Java code by @edy-cf in #55
- Added Selective Runs by @johncokos in #56
- adds sorting folders with placholder markdowns by @JB-Tellez in #57
New Contributors
Full Changelog: 1.0.2...1.1.0
Updates Code Challenge Instructions
Fixes a bug in the code challenges instructions that now has the students properly running npm run challenges ##
Deleted package-lock.json for security reasons.
Let students generate their own lock files with latest package versions. This improves security.
Update gitignore to Prevent package-lock commits across the whole repo.
Thanks, Dependabot!
.NET Guidance
Data Structures: Adds updates to .NET Data structure repo setup and instructions.