Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 6.31 KB

CHANGELOG.md

File metadata and controls

102 lines (63 loc) · 6.31 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.3.2 (2021-03-27)

Bug Fixes

4.3.1 (2021-01-23)

Bug Fixes

  • ** write_to_me:** Typos (eb9b09c)
  • meet_pipe: clarify stream explanation (6e109b5)
  • read_it: remove constructor args (216bae6)

4.3.0 (2020-09-16)

Features

Bug Fixes

  • duplexer_redux: fix input message (89795a0)
  • read_it: adjust wording on challenge instructions (210cb33)
  • read_it: simplify reference solution (4c8d6e2)

4.2.1 (2020-06-20)

Bug Fixes

  • read_it: specify how readable will receive content (b877f22)

4.2.0 (2020-06-20)

Features

  • meet_pipe: add an introduction about stream and pipe (f38d649)
  • add problem to implement a Readable stream (7dcab70)
  • change problems files to markdown (6704af0)

Bug Fixes

  • add default messages (ba718c9)
  • secretz: update problem description (6a8bbf4)
  • call solutionSetup after execute on exercise (2183015)
  • output message (76200f2)
  • set appDir to fix i18n lookup (0c4b04c)
  • stop cheating in concat solution (a2fd01a)
  • update concat problem description (6bcb767)
  • use crypto.createCipheriv instead crypto.createCipher (d0342fb)

4.1.2 (2020-04-23)

Updates

  • use workshopper-adventure/adventure instead adventure (5bcf696)
  • update problems to use workshopper-exercise (35db979)
  • use workshopper-adventure core (29c9e85)
  • update websockets problem (74160ac)

Bug Fixes

  • add default messages (ba718c9)
  • output message (76200f2)
  • set appDir to fix i18n lookup (0c4b04c)
  • use crypto.createCipheriv instead crypto.createCipher (d0342fb)

4.1.1 (2018-01-22)

  • tar.Parse class has to be invoked with new.
  • Remove objectMode: true for the duplexer solution

4.1.0 (2017-04-05)

Contains several updates in definitions of problems, making exercises more accessible.

Updates