Skip to content

Releases: rudifa/RudifaUtilPkg

FileBackedDictionary: fix bugs in file creation

16 Sep 14:45
dfa63ea
Compare
Choose a tag to compare

What's Changed

  • FileBackedDictionary: prevent errors in saving/restoring by @rudifa in #63

Full Changelog: 1.7.3...v1.7.4

1.7.3

04 Feb 14:10
7da048f
Compare
Choose a tag to compare

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.2

28 Jan 18:05
bce1f81
Compare
Choose a tag to compare

What's Changed

  • update wrapped Date variables docs by @rudifa in #58

Full Changelog: 1.7.1...1.7.2

1.7.1

28 Jan 17:10
1149c0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

28 Jan 16:48
a82943f
Compare
Choose a tag to compare

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

1.6.3

17 Jan 22:02
723c8a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.3

FileBackedDictionary: make public removeValue

03 Jan 12:06
fdb1cac
Compare
Choose a tag to compare
Merge pull request #50 from rudifa/fix-remove-value

FileBackedDictionary.removeValue: make public

fix copyright notice

02 Jan 20:43
fb9f165
Compare
Choose a tag to compare
Merge pull request #49 from rudifa/fix-copyright

.jazzy.yam: update copyright notice

Add FileBackedDictionary

02 Jan 20:39
fb9f165
Compare
Choose a tag to compare

struct FileBackedDictionary persist its values in the iOS/macOS app's file system

apply DRY

27 Nov 19:59
54dc7a6
Compare
Choose a tag to compare

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