Skip to content

Tags: z0al/unread

Tags

v1.1.1

Toggle v1.1.1's commit message
build(npm): remove lock file

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: lazy evalute common attributes

This should also fix the `this` problem

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
build(release): enable auto release

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: expose item-level `get` helper

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: better HTML content handling

See the parent commit

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
perf(parser): use sax-js for better performance

I ran into performance problems where saxes just blocks the whole thing
for a second or two depending on how large is the input.

I noticed that other libraries that use sax-js don't suffer the same
problem so I  decided to give sax-js a shot and boom! the problem is
gone.

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: invalid regular expression flag

Single line (s) flag doesn't work with React Native. This removes it
since we don't really need it.

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: update typings

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
test: update Jest to fix Travis

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
docs: initial README