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

Bugfix: remove cached instance #1

Merged
merged 10 commits into from
Jun 23, 2021
Merged

Conversation

Drarok
Copy link
Owner

@Drarok Drarok commented Jun 23, 2021

This fixes joelcolucci#22, at the cost of performance:

Before:

 FAIL  test/node-quill-converter.test.js
  node-quill-converter
    ✓ convertTextToDelta (77ms)
    ✓ convertHtmlToDelta (7ms)
    ✓ convertHtmlToDelta (3ms)
    ✓ GitHub Issue #2 (6ms)

After:

 PASS  test/node-quill-converter.test.js
  node-quill-converter
    ✓ convertTextToDelta (178ms)
    ✓ convertHtmlToDelta (108ms)
    ✓ convertHtmlToDelta (77ms)
    ✓ GitHub Issue #2 (76ms)
    ✓ GitHub Issue #22 (294ms)

dependabot bot and others added 10 commits April 5, 2020 08:38
….17.21' into bugfix/22/remove-cached-instance
@Drarok Drarok merged commit d6365ca into master Jun 23, 2021
@Drarok Drarok deleted the bugfix/22/remove-cached-instance branch June 23, 2021 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant