Releases: rudifa/RudifaUtilPkg
Releases · rudifa/RudifaUtilPkg
FileBackedDictionary: fix bugs in file creation
What's Changed
- FileBackedDictionary: prevent errors in saving/restoring by @rudifa in #63
Full Changelog: 1.7.3...v1.7.4
1.7.3
What's Changed
- update RegexExt func extractCurrencyAndAmount to ignore a comma... by @rudifa in #60
- add extension Date: millisecondsSince1970 by @rudifa in #62
Full Changelog: 1.7.2...1.7.3
1.7.0
What's Changed
- add extension Array where Element == String { func sortedBySuffixAndPrefix()...} by @rudifa in #53
- add TimerDeltaSigma by @rudifa in #54
- add UIImage summary by @rudifa in #55
Full Changelog: 1.6.3...1.7.0
FileBackedDictionary: make public removeValue
Merge pull request #50 from rudifa/fix-remove-value
FileBackedDictionary.removeValue: make public
fix copyright notice
Merge pull request #49 from rudifa/fix-copyright
.jazzy.yam: update copyright notice
Add FileBackedDictionary
struct FileBackedDictionary
persist its values in the iOS/macOS app's file system
apply DRY
What's Changed
- extension Encodable: apply DRY to the recently added var json and var jsonpp by @rudifa in #43
Full Changelog: 1.5.0...1.5.1