Releases: pinterest/elixir-thrift
Releases · pinterest/elixir-thrift
1.3.2
- Only builds dialyxir in
:dev
and excludes it from the set of runtime applications
- Fixes Elixir 1.4 "function call ambiguity" warnings
- Includes various improvements to the experimental Thrift IDL parser
1.3.1
- Adds
true
/false
literals to the parser (#30)
- Adds a file parser / resolver for parsing full Thrift IDL files and their includes (#31)
- Fixes the lexer's double-escaped
{CCOMMENT}
rule pattern (#33)
- Fixes broken
--gen
compiler option merging (#37)
1.3.0
- Adds support for Elixir 1.3. Elixir 1.2+ is now required.
- The experimental Thrift IDL parser now understands the Thrift grammar.
1.2.1
- Adds a test suite for
Mix.Tasks.Compile.Thrift
- Support overriding the Thrift compiler executable with
thrift_executable
1.2.0
- Reduced the size of the packaged Apache Thrift library. It now only contains the relevant documentation and Erlang bits.
- Support overriding the
--gen
Thrift option with thrift_options
(#3). This makes it possible to pass compiler flags like --gen erl:maps
.
1.1.0
Adds an experiment Thrift IDL lexer and a new thrift_version
compiler option.
1.0.0
Initial open source release.