Release 1.1.2
This release includes:
- Add count of total completed katas in the README.md file (0453f38).
- Remove the option to create an index file; now, it will always create it, and it will be called "
README.md
" instead of "INDEX.md
" (so it appears at the main file of the folder) (158b6ca). - The link to the kata attached to every kata title on every kata's README.md file was pointing to the API endpoint URL, where it should have pointed to the actual page of the kata (
https://www.codewars.com/kata/
); now, it does (31eb907). - Fix portion of code that would throw an error (577b2b2).