foobara 0.0.37 → 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: b44ab7dcd4b578702ab3f310f19a631fc804b06d46c804212b700f1cda1ef98f
4
- data.tar.gz: e45e7c10ae665a2e4fd3a06c366018466ec26c7b31615ff9b9dca79dac42ea1d
3
+ metadata.gz: 2bf050110d18ea4044f2f757e1f1ca259817ee14b70d9bda10c6bc595334fb31
4
+ data.tar.gz: 3e09509445c5f5a5e2d68eceb02636033bba1df6cdbc324349b6ae92c044083f
5
5
  SHA512:
6
- metadata.gz: c68ee020e1185a6446d4880a1b8557809a82bcb46cf2ad4309dcf965d850e9803cf2da8669a8d45a4a7cc5be2801756c581f4b9ca1c1696dd521f807c95618cc
7
- data.tar.gz: 4846196d83db2d9fc9ab0b56e20092eda1abf8c4722a1f7a5dfc1c05c31981696b4f5787708252931c36f127edf745795e4386197810fbc42b55b56fd8ad3c37
6
+ metadata.gz: 4761fb5fb340f5f4d34b48b3609b5c1a43e365a4fa11f775c9ac8c1fcbecc88855e9dfc08380b20c11dead7aa5974145c1013f7b23db689452c5021c35b6d3a4
7
+ data.tar.gz: e9a736a451d1f33569dedf51c978c38cd3391052c7c48e1016d519b9716789588951a1a530848991fdeb374944c260604e4443aaa47392708187ad285ff85aba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
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
9
+ - Fixup domain mapper lookups to give proper values/errors in various scenarios, particularly in the context
10
+ of running a subcommand
4
11
 
5
12
  ## [0.0.36] - 2024-12-10
6
13