Matthieu Monsch

Results 6 issues of Matthieu Monsch

Suggestion from https://github.com/mtth/avsc/issues/255.

enhancement

This would for example be useful when generating record names with `Type.forValue` (more context in https://github.com/mtth/avsc/issues/233). We could provide the path as a third argument to the hook, nested in...

enhancement

Also delete all previously deprecated functionality. Wiki documentation (API, ...) will be updated separately once this is in.

`avsc` now builds on three separate packages, which can be imported separately: + `@avro/types`, serialization logic + `@avro/streams`, object containers + `@avro/idl`, AVDL parsing Breaking changes: + [ ] `type.hash()`...

Hi there. First off, thank you for this great plugin - it's now my daily driver for most languages. One feature I miss from other similar plugins is the ability...