Added
- common: `BROTLI_BOOL`, `BROTLI_TRUE`, `BROTLI_FALSE`
- decoder: API with `BrotliDecoder` prefix instead of plain `Brotli`
- build: Bazel, CMake
Deprecated
- decoder: API with plain `Brotli` prefix
Changed
- boolean argument / result types are re-branded as `BROTLI_BOOL`
Improved
- build: reduced amount of warnings in various build environments
- encoder: faster compression
- encoder: lower memory usage