Packages

FieldMask implements Partial Responses protocol of Google+ API purely in Elixir via algorithmic method rather than grammar way.

Current section

Files

Jump to
ex_fieldmask CHANGELOG.md
Raw

CHANGELOG.md

## 0.3.1 (June 18, 2019)
- adopt list comprehensions to replace Enum.map to improve performance
- make `reveal` a private function
## 0.3.0 (June 16, 2019)
- let it crash, do not rescue inside
- simlify and refactor implement with pattern matching to improve performace
## 0.2.0 (June 15, 2019)
- make `a/*/c` when field a is an array invalid
- refactor code to apply more pattern matching
- update doc and description
## 0.1.0 (June 13, 2019)
- finish basic function and publish it to Hex with ❤️