Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## Dev
## v0.1.2 (2021-10-17)
### Enhancements
- Allow safe functions from the `:erlang` module
### Bug fixes
- Fix bug when calling custom function in nested AST
## v0.1.1 (2021-10-16)
### Bug fixes
- Prevent atom leaks due to `Code.string_to_quoted/2` not respecting
`static_atoms_encoder`
- Handle Elixir 1.12 bug on single atom ASTs
- Handle atoms prefixed with `Elixir.` properly
- Fix inspect for quoted atoms
## v0.1.0 (2021-09-19)
- Initial release