Packages

REnum is Enum extended with convenient functions inspired by Ruby and Rails ActiveSupport.

Current section

Files

Jump to
r_enum CHANGELOG.md
Raw

CHANGELOG.md

<!-- @format -->
# Changelog
## v0.2.1 (2022-1-16)
- Changes description and some docs.
## v0.2.0 (2022-1-15)
- REnum.Enumerable.ActiveSupport
## v0.1.0 (2022-1-14)
- Initial release.
- Support all native enumerable functions.
- REnum.Enumerable.Ruby
- REnum.Enumerable.Support