baraka v1.2.0 Release Notes

Release Date: 2020-12-04 // over 3 years ago
  • code is now more meaningful
    โž• added available slices mechanism to use remaining []byte from the filtered parts
    โž• added MaxParseCount variable to limit parse loop
    filter function now gets a []byte as a parameter
    ๐Ÿšš Storage removed
    ๐Ÿšš Marshaler removed
    โœ‚ removed Header related things from parser.Parse function,
    โž• added Part struct to access data easily
    โž• added NewParser function,
    ๐Ÿ“œ Options renamed to ParserOptions,
    ๐Ÿšš Parse method removed from Options,
    ๐Ÿ“œ Options struct not implements Parser anymore, parser implements Parser interface now,
    ๐Ÿ“œ parser can be created with NewParser function,
    now using Part struct instead of Header,
    not using Parts struct anymore, now using Request struct.