8000 Tags · reuzel/avsc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: reuzel/avsc

Tags

5.2.3

Toggle 5.2.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Fix typescript declaration

5.2.2

Toggle 5.2.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Improve resolution of logical types

5.2.1

Toggle 5.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Improve schema resolution

+ Fix record resolution when field names are JavaScript keywords.
+ Allow resolution from logical type to logical type inside unions.

5.2.0

Toggle 5.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Include improved typings

5.1.2

Toggle 5.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Enable custom long type evolution

5.1.1

Toggle 5.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Add block decoder reader schema option

5.1.0

Toggle 5.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Add field multi-resolution

For example, this will allow resolving...

  record { int foo; }

...directly into...

  record {
    int foo;
    long @Aliases(["foo"]) fooAsLong;
    double @Aliases(["foo"]) fooAsDouble;
  }

5.0.7

Toggle 5.0.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mtth Matthieu Monsch
Add package lock file

5.0.6

Toggle 5.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
mtth Matthieu Monsch
Switch to custom buffer allocator

5.0.4

Toggle 5.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
mtth Matthieu Monsch
Speed up encoding

This change should lead to significant improvements for large values
and/or strings.
0