Commit Graph

489 Commits

Author SHA1 Message Date
Maxim Khatskevich 453fab67ad Merge branch 'release/5.5.0' 2023-03-13 02:48:08 +01:00
Maxim Khatskevich 2838e5506c [SIMPLIFY] `ValueStorage ` 2023-03-13 02:31:50 +01:00
Maxim Khatskevich a10f960be6 [MINOR] renaming in errors 2023-03-13 02:13:23 +01:00
Maxim Khatskevich 34177db06e Merge branch 'hotfix/5.4.1' 2023-03-12 00:15:21 +01:00
Maxim Khatskevich 209b577075 Merge tag '5.4.1' into develop
[FIX] incorrect faulty implementation of `isSecret` property of vlaidatable value
2023-03-12 00:15:21 +01:00
Maxim Khatskevich e5040614ce [FIX] incorrect faulty implementation of `isSecret` property of vlaidatable value 2023-03-12 00:15:04 +01:00
Maxim Khatskevich e09ca49ca9 Merge branch 'release/5.4.0' 2023-03-11 23:28:22 +01:00
Maxim Khatskevich 3552f6d693 Merge tag '5.4.0' into develop
[ADD] `isSecret` property to `ValidatationMetadata`
2023-03-11 23:28:22 +01:00
Maxim Khatskevich e8df2abda1 [ADD] `isSecret` property to `ValidatationMetadata` 2023-03-11 23:28:06 +01:00
Maxim Khatskevich 39f95331a3 Merge branch 'release/5.3.3' 2022-02-13 21:14:48 +01:00
Maxim Khatskevich b7d3a6db93 Merge tag '5.3.3' into develop
[IMPROVE] unit tests supoport when work with user defaults
2022-02-13 21:14:48 +01:00
Maxim Khatskevich ed5f1d2334 [IMPROVE] unit tests supoport when work with user defaults 2022-02-13 21:14:39 +01:00
Maxim Khatskevich 3abf3c9471 Merge branch 'release/5.3.2' 2022-01-26 21:06:16 +01:00
Maxim Khatskevich a6bea895e6 Merge tag '5.3.2' into develop
[UPGRADE] to `XCERequirement` 2.3
2022-01-26 21:06:16 +01:00
Maxim Khatskevich cc972b5944 [UPGRADE] to `XCERequirement` 2.3 2022-01-26 21:05:46 +01:00
Maxim Khatskevich bb81c5f1ae Merge branch 'release/5.3.1' 2021-11-19 23:57:02 +01:00
Maxim Khatskevich ec1789059a Merge tag '5.3.1' into develop
[IMPROVE] entity validation customization
2021-11-19 23:57:02 +01:00
Maxim Khatskevich 3cebb5fd17 [IMPROVE] entity validation customization 2021-11-19 23:56:56 +01:00
Maxim Khatskevich 9a67de51df Merge branch 'release/5.3.0' 2021-11-18 13:10:13 +01:00
Maxim Khatskevich 4806a67451 Merge tag '5.3.0' into develop
[IMPROVE] error reporting
2021-11-18 13:10:13 +01:00
Maxim Khatskevich eb8634b0cf [IMPROVE] error reporting 2021-11-18 13:10:01 +01:00
Maxim Khatskevich 18c16270bc Merge branch 'release/5.2.1' 2021-11-10 14:12:29 +01:00
Maxim Khatskevich ffa36fd696 Merge tag '5.2.1' into develop
[ADD] little helper shortcut for `validValue` property on the wrappers
2021-11-10 14:12:29 +01:00
Maxim Khatskevich 3d9bc423c8 [ADD] little helper shortcut for `validValue` property on the wrappers 2021-11-10 14:12:23 +01:00
Maxim Khatskevich 1b17e22849 Merge branch 'release/5.2.0' 2021-11-09 08:54:36 +01:00
Maxim Khatskevich 772280e109 Merge tag '5.2.0' into develop
[ADD] built-in ability to store wrapped value in user defaults
2021-11-09 08:54:36 +01:00
Maxim Khatskevich 98bd7d06ce [ADD] built-in ability to store wrapped value in user defaults 2021-11-09 08:54:30 +01:00
Maxim Khatskevich 2d5bd24293 Merge branch 'release/5.1.8' 2021-11-09 07:18:20 +01:00
Maxim Khatskevich 7c342227bd Merge tag '5.1.8' into develop
[REMOVE] `Codable` conformance requirement from `SomeValidatableEntity`
2021-11-09 07:18:20 +01:00
Maxim Khatskevich 982b1c4ace [REMOVE] `Codable` conformance requirement from `SomeValidatableEntity`
we don't need this and not always entities come from encoded storage
2021-11-09 07:18:10 +01:00
Maxim Khatskevich b1b6c869e4 Merge branch 'release/5.1.7' 2021-11-07 08:04:36 +01:00
Maxim Khatskevich bb3e73d03b Merge tag '5.1.7' into develop
[IMPROVE] conditions declaration
2021-11-07 08:04:36 +01:00
Maxim Khatskevich b3af8e482e [IMPROVE] conditions declaration 2021-11-07 08:04:27 +01:00
Maxim Khatskevich 09794a2936 Merge branch 'release/5.1.6' 2021-11-07 07:43:35 +01:00
Maxim Khatskevich 80481a8be0 Merge tag '5.1.6' into develop
Revert "[ADD] `RawRepresentable` helper protocol for value spec"
2021-11-07 07:43:35 +01:00
Maxim Khatskevich 2fd7f7f537 Revert "[ADD] `RawRepresentable` helper protocol for value spec"
This reverts commit e22a76cfac.
2021-11-07 07:43:20 +01:00
Maxim Khatskevich 6c760426bb Merge branch 'release/5.1.5' 2021-11-07 07:41:42 +01:00
Maxim Khatskevich b6b9ec34fc Merge tag '5.1.5' into develop
[ADD] `RawRepresentable` helper protocol for value spec
2021-11-07 07:41:42 +01:00
Maxim Khatskevich e22a76cfac [ADD] `RawRepresentable` helper protocol for value spec 2021-11-07 07:41:36 +01:00
Maxim Khatskevich 1cedf218a4 Merge branch 'release/5.1.4' 2021-11-07 07:15:18 +01:00
Maxim Khatskevich 624e1096cd Merge tag '5.1.4' into develop
[ADD] more helper initializers
2021-11-07 07:15:18 +01:00
Maxim Khatskevich 0b059b138e [ADD] more helper initializers 2021-11-07 07:15:12 +01:00
Maxim Khatskevich 2bf048e834 Merge branch 'release/5.1.3' 2021-11-07 07:12:46 +01:00
Maxim Khatskevich 5a78118073 Merge tag '5.1.3' into develop
[FIX] initialization helpers
2021-11-07 07:12:46 +01:00
Maxim Khatskevich 2dccfc3c83 [FIX] initialization helpers 2021-11-07 07:12:41 +01:00
Maxim Khatskevich 008347a440 Merge branch 'release/5.1.2' 2021-11-07 06:48:15 +01:00
Maxim Khatskevich 7b569b6f7f Merge tag '5.1.2' into develop
[IMPROVE] validation metadata implementation
2021-11-07 06:48:15 +01:00
Maxim Khatskevich 64a9900eda [IMPROVE] validation metadata implementation 2021-11-07 06:48:09 +01:00
Maxim Khatskevich e8df5e047c Merge branch 'release/5.1.1' 2021-11-07 06:32:50 +01:00
Maxim Khatskevich a287421962 Merge tag '5.1.1' into develop
[ENABLE] wrapper metadata
2021-11-07 06:32:50 +01:00