Skip to content

Releases: ishtms/learn-nodejs-hard-way

v_0.0.25_chapter_06.11

29 Aug 13:48
Compare
Choose a tag to compare

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

28 Aug 15:14
Compare
Choose a tag to compare

Full Changelog: v0.0.23...v0.0.24

v0.0.23

v0.0.22

27 Aug 17:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.21...v0.0.22

ch-08-exercise-implementing-router

17 Sep 01:50
Compare
Choose a tag to compare
v0.0.21

name changes for chapters - each exercise now owns a chapter

ch-7-first-exercises

16 Sep 04:24
Compare
Choose a tag to compare
  • Adds chapter 07.0 - Exercises
  • Include two exercises
    • Implement Inserting
    • Implement Searching

ch6.3+6.4_content

15 Sep 18:58
Compare
Choose a tag to compare
  • Adds chapter 6.3 - Improving the Router api
  • Adds chapter 6.4 - The need for a Trie

velocy_code+chapter6.1

01 Sep 17:42
Compare
Choose a tag to compare
  • Velocy has a small implementation of the actual router
  • Adds chapter 6.1 with partial content

ch6.5+fix-inline-code

30 Aug 03:52
Compare
Choose a tag to compare
  • Shows inline code with background on both light and dark versions of the PDF.

ch6.4-headers

29 Aug 02:46
Compare
Choose a tag to compare
  • Adds the content for chapter 6.4 - Headers
  • Fixes code snippet based on #22
  • Corrects jsdoc section, and the explanations based on #21