avrodoc
avrodoc copied to clipboard
Documentation tool for Avro schemas
Hi! I am getting `sys.puts is not a function` [here](https://github.com/ept/avrodoc/blob/master/lib/cmdline.js#L56) because it was deprecated in newer versions of node. Thanks
Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 1.3.3 to 3.6.9. Release notes *Sourced from [uglify-js's releases](https://github.com/mishoo/UglifyJS2/releases).* > ## v3.6.9 > > > ## v3.6.8 > > > ## v3.6.7 > >...
Let node app listen signals to gracefully shutdown.
As it is necessary in some projects to keep documentation for different versions it might be helpful for users to see information about build/generation time and schema version on the...
It appears that currently named types are processed in alphabetical order, so any nested type which has not yet been processed will fail due to the type not yet being...
Currently the configuration of the bootstrap popover has the placement set to `bottom`. This means that smaller screens (for example a 13" MBP) would not be able to see the...
I have a schema defined in AVDL which makes heavy use of backtick-delimited preformatted code blocks for ASCII art. Avrodoc does not interpret these correctly at all. I think the...
Are decomposed Avro schemas are supported? I have a large number of objects in a deeply nested object hierarchy and we've separated each object into its own avsc schema file....
It seems some of the syntax for less has changed: "(~"@var") selector interpolation is removed. Use @{var} in selectors to have variable selectors" https://github.com/less/less.js/blob/master/CHANGELOG.md#140-beta-1--2 I'm not sure if there is...
There is a bug when generating the type definition pages that appears to be linked to a type definition having a complex member variable. When outputting these types (DateRange in...