expat v1.0.5 Release Notes
Release Date: 2018-03-22 // about 7 years ago-
✨ Enhancements
- Add
Result
type example in tests.
🐛 Bug Fixes
- Binding non guarded variables to expressions just replaces those vars.
- Add
Previous changes from v1.0.3
-
✨ Enhancements
- Add HOW_IT_WORKS.md to add some details on how guards are expanded.
- Add bang
!
macro for named pattern that can be used as constructor.
🐛 Bug Fixes
- Pattern variables starting with
_
were able to be bound.