UNPKG

4.67 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [4.2.1](https://github.com/substack/stream-adventure/compare/v4.2.0...v4.2.1) (2020-06-20)
6
7
8### Bug Fixes
9
10* **read_it:** specify how readable will receive content ([b877f22](https://github.com/substack/stream-adventure/commit/b877f22dacbc0448b84ca26905c3dcbcf4ad1f3f))
11
12## 4.2.0 (2020-06-20)
13
14
15### Features
16
17* **meet_pipe:** add an introduction about stream and pipe ([f38d649](https://github.com/substack/stream-adventure/commit/f38d64931eb3a0a5a946b45be17593d52f4e447c))
18* add problem to implement a Readable stream ([7dcab70](https://github.com/substack/stream-adventure/commit/7dcab70e165897d433d4d132222ae5fc59e39043))
19* change problems files to markdown ([6704af0](https://github.com/substack/stream-adventure/commit/6704af081794bcec13651a366a9d38e34e53357f))
20
21
22### Bug Fixes
23
24* add default messages ([ba718c9](https://github.com/substack/stream-adventure/commit/ba718c96e2e1c1b8d317ee8a9df31023113e8cc0))
25* **secretz:** update problem description ([6a8bbf4](https://github.com/substack/stream-adventure/commit/6a8bbf459fa06fdbf04ae4dde7aa1c21c8e2b9e5))
26* call solutionSetup after execute on exercise ([2183015](https://github.com/substack/stream-adventure/commit/2183015c56b29aa2e766c817c4e65af32ce3063e))
27* output message ([76200f2](https://github.com/substack/stream-adventure/commit/76200f29303622838d8517608ad8b298aa8e93c8))
28* set appDir to fix i18n lookup ([0c4b04c](https://github.com/substack/stream-adventure/commit/0c4b04cc64c832f0af02ebb71fc956b993e87644))
29* stop cheating in concat solution ([a2fd01a](https://github.com/substack/stream-adventure/commit/a2fd01a6ce0353874837f2021d6e709c3f21f06d))
30* update concat problem description ([6bcb767](https://github.com/substack/stream-adventure/commit/6bcb76793e5fb2c5231c5e45d69afe3a55c9cf82))
31* use `crypto.createCipheriv` instead `crypto.createCipher` ([d0342fb](https://github.com/substack/stream-adventure/commit/d0342fbb5925176b348b63fe9ad14a07a1d100b4))
32
33### 4.1.2 (2020-04-23)
34
35### Updates
36
37* use workshopper-adventure/adventure instead adventure ([5bcf696](https://github.com/workshopper/stream-adventure/commit/5bcf696b7d77d363c584ee1c52577c4c402cf5e0))
38* update problems to use workshopper-exercise ([35db979](https://github.com/workshopper/stream-adventure/commit/35db979e60172b4573c4a12104e10bd48fcc5b1b))
39* use workshopper-adventure core ([29c9e85](https://github.com/workshopper/stream-adventure/commit/29c9e85a1a7f71e8145a7e5cb7cc42ec5f50764b))
40* update websockets problem ([74160ac](https://github.com/workshopper/stream-adventure/commit/74160ac46dcb1b669d9a17a6d76f48debcb53bc6))
41
42### Bug Fixes
43
44* add default messages ([ba718c9](https://github.com/substack/stream-adventure/commit/ba718c96e2e1c1b8d317ee8a9df31023113e8cc0))
45* output message ([76200f2](https://github.com/substack/stream-adventure/commit/76200f29303622838d8517608ad8b298aa8e93c8))
46* set appDir to fix i18n lookup ([0c4b04c](https://github.com/substack/stream-adventure/commit/0c4b04cc64c832f0af02ebb71fc956b993e87644))
47* use `crypto.createCipheriv` instead `crypto.createCipher` ([d0342fb](https://github.com/substack/stream-adventure/commit/d0342fbb5925176b348b63fe9ad14a07a1d100b4))
48
49<a name="4.1.1"></a>
50## [4.1.1](https://github.com/substack/stream-adventure/compare/4.1.0...4.1.1) (2018-01-22)
51
52* tar.Parse class has to be invoked with new.
53* Remove objectMode: true for the duplexer solution
54
55<a name="4.1.0"></a>
56# [4.1.0](https://github.com/workshopper/stream-adventure/compare/4.0.5...4.1.0) (2017-04-05)
57
58
59Contains several updates in definitions of problems, making exercises more accessible.
60
61### Updates
62
63* [Add documentation on contributing](https://github.com/workshopper/stream-adventure/pull/187)
64* [Create directory for stream adventure and unique program](https://github.com/workshopper/stream-adventure/pull/188)
65* [Add a new file creation step, and verify command - combiner](https://github.com/workshopper/stream-adventure/pull/189)
66* [Add a new file creation step, and verify command - concat](https://github.com/workshopper/stream-adventure/pull/190)
67* [Update badge](https://github.com/workshopper/stream-adventure/pull/192)
68* [Update LINES problem definition](https://github.com/workshopper/stream-adventure/pull/193)
69* [Update http-client problem definition](https://github.com/workshopper/stream-adventure/pull/194)
70* [Update duplexer problem](https://github.com/workshopper/stream-adventure/pull/196)
71* [Update duplexer-redux problem definition](https://github.com/workshopper/stream-adventure/pull/197)