Closed ioquatix closed 9 years ago
The commits between 0.2.0 and 0.3.0 are listed below. 0.3.0 marks the addition of the stream option https://github.com/rburns/ansi-to-html#options. I'd like to make stream: true the default. But would like to get some usage and feedback, if possible. before doing that. There were a handful of bug fixes in 0.2.1.
02ecef0 - Merge pull request #13 from rburns/streams (5 months ago) <Rob Burns>
a3ca7d7 - Update README.md (5 months ago) <Rob Burns>
e860a70 - document options in a clearer fashion (5 months ago) <Rob Burns>
4ac65b0 - update default options (5 months ago) <Rob Burns>
1254d59 - Merge branch 'master' into streams (7 months ago) <Rob Burns>
74ab07f - fix typo (7 months ago) <Rob Burns>
c179a1a - bump version number (7 months ago) <Rob Burns>
42bafa1 - update contributors (7 months ago) <Rob Burns>
994b2da - reset persistent state when encountering a reset (7 months ago) <Rob Burns>
a2bf5d0 - correct color code categorization (7 months ago) <Rob Burns>
dd2bb93 - don't save unnecessary style state in between invocations (7 months ago) <Rob Burns>
887f40a - another test (7 months ago) <Rob Burns>
b40b767 - refactor stream test to use test helper (7 months ago) <Rob Burns>
193107a - refactor test helper to accept multiple strings (7 months ago) <Rob Burns>
28d89b9 - remove stale commented code (7 months ago) <Rob Burns>
06567b2 - save and regenerate style state inbetween toHtml() invocations (7 months ago) <Rob Burns>
1b97657 - whitespace (7 months ago) <Rob Burns>
ae184e4 - use tap reporter for tests (7 months ago) <Rob Burns>
f6be8a9 - update readme (7 months ago) <Rob Burns>
8a7aa52 - ignore remove in line sequences (7 months ago) <Rob Burns>
596fd17 - correct test (7 months ago) <Rob Burns>
a1d55b0 - failing test for erase in line (7 months ago) <Rob Burns>
dbdcc88 - failing test for streamable input (7 months ago) <Rob Burns>
86aec49 - convert spaces to tabs (7 months ago) <Rob Burns>
2dff1cc - Rearrange specs for testing constructor options (7 months ago) <Yoz Grahame>
8c67eea - Add an example in the readme with options in the constructor (7 months ago) <Rob Burns>
3fe3fa6 - Update README.md (10 months ago) <Rob Burns>
40ab5e8 - Update README.md (10 months ago) <Rob Burns>
df52e2b - add default grunt and grunt watch to README (10 months ago) <Rob Burns>
b036eeb - Merge pull request #10 from yozlet/package-test-fix (10 months ago) <Rob Burns>
61436cf - (yozlet/package-test-fix) Add docs for devel & test (10 months ago) <Yoz Grahame>
ef10935 - Fix npm test command (10 months ago) <Yoz Grahame>
de447ef - update contributors (12 months ago) <Rob Burns>
b6b99d8 - bump version number (12 months ago) <Rob Burns>
Okay, so basically just streams then? I am happy to test this.
yes, basically just streams. thanks for offering to test. let me know of any problems that may arise.
Hi,
I want to update some dependencies but I can't find what changed between 0.2.0 and 0.3.0. What were the major changes and are there any breaking changes?