Skip to content

v2023-07-13

Compare
Choose a tag to compare
@Viir Viir released this 13 Jul 18:54
· 860 commits to main since this release
Cover more math functions of the Elm core module 'Basics'

+ Add steps in the automated tests to cover the functions min, max, abs, modBy, remainderBy, negate, abs, clamp.
+ Add declarations for said functions to the 'Basics' module and add the to the list of default imports.