This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Implementation of the new API #190
Merged
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
654cd4c
feat: implementation of the new `resolve()` function
vmx cb2551d
refactor: make `_getFormat()` async/await
vmx 2026f9f
refactor: store codecs by their code
vmx c9dab0f
feat: implementation of the new `put()` function
vmx 1f23312
feat: implementation of the new `get()` function
vmx b7c5101
feat: implementation of the new `remove()` function
vmx 57858c9
feat: implementation of the new `addFormat/removeFormat()` functions
vmx 4e0bdea
feat: implementation of the new `tree()` function
vmx 0c329d3
chore: update dependencies
vmx f34aa41
fix: error if loadFormat() is not a function
vmx 8aabe30
fix: add dynamically loaded format via addFormat()
vmx eae1870
feat: make addFormat() and removeFormat() return the instance
vmx c0f49f8
chore: fix typo in comment
vmx 7678a2b
refactor: promisify resolve()
vmx 6358536
refactor: promisify get()
vmx 2f286a9
refactor: promisify put()
vmx ba6225c
refactor: promisify remove()
vmx a49c026
refactor: promisify tree()
vmx effde6e
refactor: make put() a generator
vmx 838aca8
refactor: make get() a generator
vmx d4a58d7
refactor: make resolve() a generator
vmx d0bf6de
refactor: make remove() a generator
vmx 381e8dc
refactor: make tree() a generator
vmx a72f13d
fix: use promisify-es6 instead of Nodes.js' promisify
vmx af2dfd7
fix: don't throw if it's not a proper old-style link
vmx 185814a
fix: use a version of typical where async iterators are supported
vmx 4666a54
feat: add single item functions
vmx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still needs async?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes for the tests. The tests should be refactored as there's a lot of duplicated code, but I'd do that at a later stage.