All Versions
23
Latest Version
Avg Release Cycle
12 days
Latest Release
1569 days ago

Changelog History
Page 1

  • v2.5.3 Changes

    January 09, 2020
    • Fixed: test of function uef_time:add_months/2 not passed for leap year.
  • v2.5.2 Changes

    November 15, 2019
    • License changed to Apache 2.0.
    • README converted to asciidoc format.
  • v2.5.1 Changes

    September 26, 2019
    • Some binary optimizations in uef_bin and uef_format modules.
  • v2.5.0 Changes

    August 09, 2019
    • Separator option sep added for function uef_format:format_bytes/2.
  • v2.4.0 Changes

    July 28, 2019
    • ๐Ÿ†• New function uef_lists:search/2.
  • v2.3.0 Changes

    July 10, 2019
    • New function uef_format:format_bytes/1.
    • New function uef_format:format_bytes/2.
  • v2.2.0 Changes

    June 28, 2019
    • ๐Ÿ†• New function uef_num:ctz/1.
    • New function uef_num:lsb_pos/1.
    • New function uef_num:msb_pos/1.
  • v2.1.0 Changes

    June 24, 2019
    • ๐Ÿ†• New function uef_num:popcount/1.
  • v2.0.5 Changes

    May 31, 2019
    • Fixed: call of function uef_format:format_price/3 could fail with exception when currency symbol or separator was an UTF-8 string (not binary).
  • v2.0.4 Changes

    May 30, 2019
    • ๐Ÿ›  Fixed: {get_warnings, true} in rebar.config was the reason of high load when building PLT.
    • xref options added to rebar.config.
    • cover options added to rebar.config.