Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.17 KB

Version_changes.md

File metadata and controls

38 lines (26 loc) · 1.17 KB

2.0

  • Examples and exercises added for d and v flags
  • Strings in code snippets changed to be uniformly represented in single quotes
  • In general, many of the examples, exercises, solutions, descriptions and external links were updated/corrected
  • Updated Acknowledgements section
  • Code snippets related to info/warning sections will now appear as a single block
  • Book title changed to Understanding JavaScript RegExp
  • New cover image
  • Images centered for EPUB format

1.6

  • Code snippets checked to work with Chrome/Chromium console version 89+
  • Updated escapeRegExp function as per MDN: Regular Expressions doc
  • Typo and miscellaneous changes

1.5

  • Added epub version of the book
  • Added plenty of new exercises, perhaps too many
  • Added solutions for the exercises to the repo
  • Added two interlude chapters to highlight external resources
  • Added separate section about escape sequences
  • Updated and clarified descriptions for many concepts, typo corrections and miscellaneous changes, too many changes to list individually

1.0

  • First version