foobara 0.0.38 → 0.0.39

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc8a84b48b8479025a63b5ae393436a12826aa19291bf8f60d453e891e5bc433
4
- data.tar.gz: 6a0b086f7b5921f2301c566f53c8bc5b2d22f59693c9349adbeb727d49323cc4
3
+ metadata.gz: 2bf050110d18ea4044f2f757e1f1ca259817ee14b70d9bda10c6bc595334fb31
4
+ data.tar.gz: 3e09509445c5f5a5e2d68eceb02636033bba1df6cdbc324349b6ae92c044083f
5
5
  SHA512:
6
- metadata.gz: 70b1b7689b897bc3a7b7ef790fdf3b343901602948b4107e2606cc8e5a98a3b352d70f519759246127d293fa6e81fa250ba94b7d4341199b8aa70ebbff5b603b
7
- data.tar.gz: 00a4a5a17cacb2aeacf6d5b03a2938f2d93c55c598b4e109d72bd57d75234e66b457e3331a17e34a342124f731bedeadbda33c7e3ac7bb5b8bf540ca51be70ed
6
+ metadata.gz: 4761fb5fb340f5f4d34b48b3609b5c1a43e365a4fa11f775c9ac8c1fcbecc88855e9dfc08380b20c11dead7aa5974145c1013f7b23db689452c5021c35b6d3a4
7
+ data.tar.gz: e9a736a451d1f33569dedf51c978c38cd3391052c7c48e1016d519b9716789588951a1a530848991fdeb374944c260604e4443aaa47392708187ad285ff85aba
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- ## [0.0.37] - 2024-12-11
1
+ ## [0.0.39] - 2024-12-18
2
+
3
+ - Introduce processor .requires_type? concept and extract PrimaryKey caster to a proper location
4
+ - Make mutable a supported processor
5
+
6
+ ## [0.0.38] - 2024-12-11
2
7
 
3
8
  - Make DomainMappers extend Command so they have possible errors and statefulness/a cleaner API
4
9
  - Fixup domain mapper lookups to give proper values/errors in various scenarios, particularly in the context