Releases: umbrellio/utils
Releases · umbrellio/utils
v0.5.1
v0.4.2
Changes
Features
UmbrellioUtils::Database.create_temp_table
creates unlogged tables, which has a positive effect on their performance.
v0.4.0
Changes
Features
- Add
UmbrellioUtils::SemanticLogger::TInyJsonFormatter
for the SemanticLogger gem. - Implemented the ability to change the names of fields in the resulting JSON.
v0.3.2
Changes
Fixes
UmbrellioUtils::Parsing#parse_xml
- Now hyphens are not replaced by underscores ifsnakecase: false
is passed.
v0.3.1
Changes
New methods
UmbrellioUtils::Misc#reset_defaults_for_hash
- Deeply sets #default and #default_proc values to nil.
Fixes
UmbrellioUtils::Formatting#expand_hash
andUmbrellioUtils::Formatting#deeply_expand_hash
return hash with retested defaults.
v0.3.0
Changes
New methods
UmbrellioUtils::Misc.deeply_expand_hash
Other
- Add yard documentation for few methods
v0.2.0
Changes
New methods
UmbrellioUtils::Misc.build_infinite_hash
UmbrellioUtils::Formatting.expand_hash
v0.1.0
Features
- Initial version of library.
- Added modules:
Cards
,Checks
,Constants
,Control
,Database
,Formatting
,Misc
,Parsing
,Passwords
,Random
,Rounding
,Store
,Vault
- Added classes:
HTTPClient
,RequestWrapper