Skip to content

v0.3.0

Compare
Choose a tag to compare
@ararslan ararslan released this 02 May 17:57
fix some deprecations (#106)

* update ind(min|max) to arg(min|max)

* update uninitialized to undef

* fix using A.B deprecation warning for non-modules

* use Compat instead of VERSION-dancing

* contains(haystack, needle) -> occursin(needle, haystack)

* STDERR -> stderr