What's Changed
- Revert to v0.4.4 by @dangduomg in #7
- 3rd rewrite by @dangduomg in #6
This rewrite added:
- Exception system (including
throw
,try
,catch
) - Better
include
handling - Iterator
for
- More magic methods (
dump
,to_string
,to_bool
)
Full Changelog: v0.4.4...v0.5.0