All Versions
23
Latest Version
Avg Release Cycle
12 days
Latest Release
1176 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.3 Changes
May 30, 2019- Strict options added to rebar.config.
- ๐ Fixed some typespecs and dialyzer warnings.
-
v2.0.2 Changes
May 29, 2019- Edoc tags added to all modules.
-
v2.0.1 Changes
May 22, 2019- ๐ Fixed:
uef.app.src
did not containuef_maps
module.
- ๐ Fixed:
-
v2.0.0 Changes
May 19, 2019- OTP-19 or higher is now required.
- ๐ New module
uef_maps
. - New function
uef_maps:delete_nested/2
. - New function
uef_maps:find_nested/2
. - New function
uef_maps:get_nested/2
. - New function
uef_maps:get_nested/3
. - New function
uef_maps:is_key_nested/2
. - New function
uef_maps:new_nested/1
. - New function
uef_maps:new_nested/2
. - New function
uef_maps:put_nested/3
. - โก๏ธ New function
uef_maps:update_nested/3
. - ๐ New function
uef_maps:remove_nested/2
. - New function
uef_maps:take_nested/2
.
-
v1.6.1 Changes
May 12, 2019- Fixed: function
uef_time:unix_time/0
did not work with OTP-18 and OTP-19. - OTP-18 or higher is now required.
- Fixed: function
-
v1.6.0 Changes
May 12, 2019- New function
uef_time:unix_time/0
. - New function
uef_time:unix_time/1
.
- New function
-
v1.5.0 Changes
May 12, 2019- ๐ New function
uef_time:today/0
. - ๐ New function
uef_time:tomorrow/0
. - ๐ New function
uef_time:yesterday/0
.
- ๐ New function
-
v1.4.0 Changes
May 11, 2019- New functions
uef_time:add_seconds/1,2
. - New functions
uef_time:add_minutes/1,2
. - New functions
uef_time:add_hours/1,2
. - New functions
uef_time:add_days/1,2
. - New functions
uef_time:add_weeks/1,2
. - New functions
uef_time:add_months/1,2
. - New functions
uef_time:add_years/1,2
. - New functions
uef_time:add_time/1,2
.
- New functions
-
v1.3.0 Changes
May 03, 2019- ๐ New function
uef_bin:repeat/2
.
- ๐ New function
-
v1.2.0 Changes
April 30, 2019- New function
uef_bin:reverse_utf8/1
which returns a binary in reverse character order.
- New function