Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.0 #62

Merged
merged 36 commits into from
Sep 19, 2020
Merged

Release v4.0.0 #62

merged 36 commits into from
Sep 19, 2020

Conversation

gsantiago
Copy link
Owner

  • Fixes Add streaming support #6 by introducing the stream interface (parse, stringify and resync are now stream-based functions)
  • Add parseSync and stringifySync as synchronous version of parse and stringify
  • Add map and filter to manipulate the parse stream
  • Update the nodes tree so it can support more types than just a cue
  • Refactor the internals by creating the Parser and Formatter classes
  • Format types are now "SRT" and "WebVTT" instead of "srt" and "vtt"

@gsantiago gsantiago merged commit abf7831 into master Sep 19, 2020
@gsantiago gsantiago deleted the feat/streams branch September 19, 2020 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add streaming support
1 participant