- Changed all messages logged to console.warn(), or the matching custom logger if provided.
- Handle multiple packets per layer. The .radialPackets structure will now return layers that have multiple packets as an array (typically text) or a single object when there is only one packet.
- Flatten graphic header to an array of packets and omit page and length values
- Parsers no longer return delimeters, block lengths, or IDs as these are internally evaluated and checked during the parsing process