45 Commits

Author SHA1 Message Date
Georges Boumis
98bf973058 3.3.2 fix a podspec error requiring CommonCrypto 2019-12-16 13:32:38 +01:00
Georges Boumis
76f36b9b55 3.3.1 Fix bug in DataExtensions.md5Hash
The hash function always calculated the first CC_MD5_DIGEST_LENGTH (16)
bytes of input.
2019-12-16 12:21:11 +01:00
Georges Boumis
ddb4f17e24 update copyright 2019-12-16 11:55:16 +01:00
Georges Boumis
764a5dd0cf 3.2.6 public modifier for String & Data extensions 2019-03-28 17:33:37 +02:00
Georges Boumis
da98f10a08 3.2.5 Introduce md5hash & hex encoding for String & Data 2019-03-28 17:13:41 +02:00
Georges Boumis
952eee5148 3.2.4 Alarm will pass itself in the notify block 2019-03-15 09:35:32 +02:00
Georges Boumis
14eb663ac7 3.2.3 More conditional imports 2019-02-25 11:51:29 +02:00
Georges Boumis
0009436ea8 3.2.2 More conditional imports 2019-02-25 11:49:52 +02:00
Georges Boumis
d0c8b21eed 3.2.1 Always use Foundation 2019-02-25 11:46:28 +02:00
Georges Boumis
f8ed381b72 3.2 Use canImport to conditionally compile extensions 2019-02-25 11:33:31 +02:00
Georges Boumis
d193c51a11 3.1.6 Introduce different Concurrent types as well as .concurrentFilter 2018-12-12 17:31:23 +02:00
Georges Boumis
76a3125da1 3.1.5 Remove prints from stableSort 2018-12-10 12:33:07 +02:00
Georges Boumis
ffa92cf7e0 3.1.4 Introduce concurrent{map,flatMap,compactMap} & Concurrent<A> 2018-12-06 13:45:19 +02:00
Georges Boumis
6e2b884f47 3.1.3 Introduce combine(_:_:) for LayoutPropertyConverters 2018-11-12 09:52:09 +02:00
Georges Boumis
aa0a3f64e5 3.1.2 Introduce Milliseconds.oneFrame 2018-10-24 12:33:14 +03:00
Georges Boumis
2d6d8a352b 3.1.1 Swift 4.2 Support 2018-09-25 16:03:32 +03:00
Georges Boumis
3f4f10beca 3.1 Swift 4.2 support 2018-09-25 15:58:42 +03:00
Georges Boumis
375b86daeb 3.0.7 Re-introduce stableSort in RangeReplaceableCollectionExtensions 2018-09-10 17:05:22 +03:00
Georges Boumis
efcfb7689f 3.0.6 Derive UIOffsets from UIEdgeInsets 2018-08-27 14:47:57 +03:00
Georges Boumis
6eb3c8e2cf 3.0.5 Alarm has a debug description 2018-06-27 14:30:49 +03:00
Georges Boumis
1795bedaaa 3.0.4 optionalDescription for Optionals 2018-06-15 13:39:50 +03:00
Georges Boumis
d1780ef060 3.0.3 change ambiguous .forEach -> .forEachPerfom 2018-05-23 15:50:23 +03:00
Georges Boumis
0fe24694f2 3.0.2 introduce perpending of Collection & appending of Sequences to RangeReplaceableCollectionExtensions 2018-04-24 10:15:25 +03:00
Georges Boumis
b71d7a9f25 3.0.1 UIOffset & UIEdgeInsets updates
Signed-off-by: Georges Boumis <developer.george.boumis@gmail.com>
2018-04-13 12:44:49 +03:00
Georges Boumis
9fb715f711 3.0 swift 4.1 compatibility 2018-04-02 12:00:23 +03:00
Georges Boumis
29e5ca7786 2.7 UIEdgeInsetsExtenions 2018-03-30 13:27:27 +03:00
Georges Boumis
cb8a92fc55 2.6.2 make UIViewExtensions generic 2018-03-29 11:55:14 +03:00
Georges Boumis
c617ca6a48 2.6.1 use generic function in UIViewPositionLayoutDescription 2018-03-29 11:17:22 +03:00
Georges Boumis
fb22f71829 2.6 make LayoutPropertyDescription generic 2018-03-29 10:34:21 +03:00
Georges Boumis
2f673504cc fix bug in CGSizeExtensions scaled() 2018-01-15 15:17:45 +02:00
Georges Boumis
c816da43dd provide a new forEach function to Sequences 2018-01-15 12:07:14 +02:00
Georges Boumis
554123b93b provide even more capabilities to UIViewPositionLayoutDescription 2017-12-21 15:11:31 +02:00
Georges Boumis
9dc93dd919 add convenience extensions to CATransform3DE 2017-12-07 17:13:53 +02:00
Georges Boumis
514797f404 offset for CGPointExtensions 2017-11-29 17:41:27 +02:00
Georges Boumis
5251dae19e use @autoclosure in or() bool extension 2017-11-28 15:47:27 +02:00
Georges Boumis
a191f00bf0 RandomNumber fixes 2017-11-23 17:08:55 +02:00
Georges Boumis
b5f22e00d6 ConditionalCollection & RandomNumber 2017-11-23 11:49:57 +02:00
Georges Boumis
5f7be8f603 introduce RandomNumber 2017-11-15 16:41:19 +02:00
Georges Boumis
1a4f953096 perfoming each extensios to Collection 2017-11-14 16:21:39 +02:00
Georges Boumis
eec2f848b5 introduce a declarative way to specify layout positioning of UI elements 2017-11-14 15:06:36 +02:00
Georges Boumis
65b2e26e89 obsoleted with(::) function for value types in swift 4.0 2017-09-13 14:10:09 +03:00
Georges Boumis
c7a4fe254e Migrate to Swift 4 2017-09-08 12:17:19 +03:00
Georges Boumis
580e1880a3 rename project to 'Ents' 2017-09-06 16:29:43 +03:00
Georges Boumis
a2013d209d pod install in Example 2017-09-01 12:05:41 +03:00
Georges Boumis
218df3a50c Add code
Signed-off-by: Georges Boumis <developer.george.boumis@gmail.com>
2017-09-01 12:03:56 +03:00