Releases: ishtms/learn-nodejs-hard-way
Releases · ishtms/learn-nodejs-hard-way
v_0.0.25_chapter_06.11
8238a34 adds chapter 06.11 - Buildling a web server
41b1f62 updates genIndex.js
to limit the readme depth to 3
6bcda98 updates chapter naming if the sub-chapters are more than 10 for maintaining lexicographical ordering on github and generated files
665c8a1 adds chapter 06.10 - running-our-server
9816cbb adds chapter 06.10 - running-our-server
e92e098 fixes #57
7ca7243 fixes #57
7718076 Update Readme.md
bb43d1c adds automation
v0.0.24
Full Changelog: v0.0.23...v0.0.24
v0.0.23
v0.0.22
What's Changed
- A lot of code changes to make the implementations more performant and readable
- Update open_file to read_file in ch03 by @Rishabh-Singh-01 in #28
- Simple Typo fixes in ch04 by @Rishabh-Singh-01 in #29
- fix a typo by @tal7aouy in #30
- docs: typo on comment by @rafaelnacle in #34
- Minor punctuation fixes to Ch 6 by @timbot1789 in #35
- docs: typo fix in ch04.1 by @souhub in #52
- Fixed Typo (ch. 6, 6.2) by @Alucard2169 in #46
New Contributors
- @Rishabh-Singh-01 made their first contribution in #28
- @tal7aouy made their first contribution in #30
- @rafaelnacle made their first contribution in #34
- @timbot1789 made their first contribution in #35
- @souhub made their first contribution in #52
- @Alucard2169 made their first contribution in #46
Full Changelog: v0.0.21...v0.0.22
ch-08-exercise-implementing-router
v0.0.21 name changes for chapters - each exercise now owns a chapter
ch-7-first-exercises
- Adds chapter 07.0 - Exercises
- Include two exercises
- Implement Inserting
- Implement Searching
ch6.3+6.4_content
- Adds chapter 6.3 - Improving the
Router
api - Adds chapter 6.4 - The need for a
Trie
velocy_code+chapter6.1
- Velocy has a small implementation of the actual router
- Adds chapter 6.1 with partial content
ch6.5+fix-inline-code
- Shows inline code with background on both light and dark versions of the PDF.
ch6.4-headers
- Adds the content for chapter 6.4 - Headers
- Fixes code snippet based on #22
- Corrects jsdoc section, and the explanations based on #21