New features
Adding LazyData
to enable creation of lazy objects via two new functions: createLazy
and createLazyUsing
Adding Lazy
attribute to force enable lazy objects in core functions: create
, from
, empty
and with
Updated documentation and added Lazy data
docs.
What's Changed
- V0.5 Support for Arr helpers and collections by @Fa-BRAIK in #16
- Lazy objects implementation by @Fa-BRAIK in #17
Full Changelog: v0.4.1...v0.5.0