- Fix workflow for scorecards. See PR #90
- Add stale issues policy. See PR #87
- Update all dependencies.
Package Type Update Change actions/cache action minor v3.2.3
->v3.3.1
actions/checkout action major v3.3.0
->v4.0.0
erlef/setup-elixir action minor v1.15.2
->v1.16.0
github/codeql-action action minor v2.1.37
->v2.21.5
ossf/scorecard-action action minor v2.1.2
->v2.2.0
step-security/harden-runner action minor v2.1.0
->v2.5.1
- Lock ubuntu version to
ubuntu-20.04
in CI/CD. - Ignore updates for
ubuntu
.
- Update all dependencies.
- Block egress traffic in GitHub Actions.
- Add stability badge in README.
- Add Renovate as dependency update tool.
- Add default permissions as read-only in the CI workflow.
- Harden GitHub Actions.
- Bump ossf/scorecard-action to v2.0.6.
- Update build badge and lock to ubuntu-20.04.
- Enable ExCoveralls with parallel builds.
- Include OpenSSF BestPractices & Scorecard in README.
- Add scorecards actions
- Add security policy to the repository
- Automate publishing releases
- Fix array's elements encoding bug.
- Refactor library exceptions.
- Credo integration.
- Code cleanup.
- Solve success-typing dialyzer warnings.
- Properly define typespecs.
- Remove compilation warnings from old dependencies.
- Improve library documentation.
- Fix max length issue on Strings.
- Fix issues encoding/decoding discriminated unions.
- Improve README.
- Improve documentation of all the XDR types for Hexdocs.
- Added custom implementations of all the XDR types to examples for Hexdocs.
- Improve functions specs for all the XDR types.
- Improve Discriminated Union allowing add module as arm type.
- Add Discriminated Union with
:default
arm. - Improve Void allowing return remaining binary after decoding.
- Fix maximum default length set to Variable-Length Array.
- Add some unit tests.
- Improve the documentation and some implementations of all XDR types modules.
- Increase test coverage to 100%
- The encode_xdr() and decode_xdr() functions now return error tuples
- The encode_xdr!() and decode_xdr!() functions raise the errors
- Add examples of all the XDR-types to README
- Add examples to Hexdocs
- Remove Anti-Patterns
- Add support for older Elixir versions strating from 1.7.0.
- Setup ExCoveralls and Credo for code quality.
- Improve readme file.
- Add project badges.
Initial release