Paul Campbell kemitix · he/him
  • Joined on 2023-01-21
kemitix pushed to dev at kemitix/kxio 2024-11-19 19:43:20 +00:00
a6d93b9b14 feat(net)!: net api: net.{get,post,etc..}(url) alternative to net.send(request)
f2957b2d67 feat(fs): add TempFileSystem::as_real()
52ab5004d0 feat(net)!: new api: .on().respond().{status,header{s},body}(_)?, replacing respond(response)
f759884517 feat(net)!: new api: .on().{get,post, etc}(url), replacing .on(method).get(url)
782307a856 fix(net)!: Remove MatchOn
Compare 6 commits »
kemitix created pull request kemitix/kxio#51 2024-11-16 12:25:56 +00:00
chore: release v2.2.0
kemitix pushed to main at kemitix/kxio 2024-11-16 12:25:36 +00:00
2ddc79d826 feat: Add Debug, Clone, Default, PartialEq, Eq, Send, Sync to as many or our types as possible.
kemitix pushed to next at kemitix/kxio 2024-11-16 12:18:58 +00:00
2ddc79d826 feat: Add Debug, Clone, Default, PartialEq, Eq, Send, Sync to as many or our types as possible.
kemitix pushed to dev at kemitix/kxio 2024-11-16 12:18:41 +00:00
2ddc79d826 feat: Add Debug, Clone, Default, PartialEq, Eq, Send, Sync to as many or our types as possible.
kemitix deleted branch release-plz-2024-11-15T21-20-34Z from kemitix/kxio 2024-11-16 10:16:55 +00:00
kemitix deleted branch release-plz-2024-10-29T22-35-38Z from kemitix/kxio 2024-11-16 10:16:52 +00:00
kemitix pushed to next at kemitix/kxio 2024-11-16 10:09:19 +00:00
5e0e7c2d71 feat: Add Debug, Clone, Default, PartialEq, Eq, Send, Sync to as many or our types as possible.
kemitix pushed to dev at kemitix/kxio 2024-11-16 10:09:08 +00:00
5e0e7c2d71 feat: Add Debug, Clone, Default, PartialEq, Eq, Send, Sync to as many or our types as possible.
kemitix commented on issue kemitix/kxio#49 2024-11-16 07:51:25 +00:00
Net should implement Clone

Closed by 89f39b8ad4

kemitix closed issue kemitix/kxio#49 2024-11-16 07:51:25 +00:00
Net should implement Clone
kemitix closed pull request kemitix/kxio#50 2024-11-16 07:50:56 +00:00
chore: release v2.1.1
kemitix released v2.1.1 at kemitix/kxio 2024-11-16 07:37:00 +00:00
kemitix pushed to main at kemitix/kxio 2024-11-16 07:34:34 +00:00
d664090648 chore: release v2.1.1
kemitix pushed to next at kemitix/kxio 2024-11-16 07:28:17 +00:00
d664090648 chore: release v2.1.1
kemitix pushed to dev at kemitix/kxio 2024-11-16 07:28:06 +00:00
d664090648 chore: release v2.1.1
kemitix created pull request kemitix/kxio#50 2024-11-15 21:20:36 +00:00
chore: release v2.1.1
kemitix pushed to main at kemitix/kxio 2024-11-15 21:20:14 +00:00
89f39b8ad4 fix: impl Clone for Net
kemitix pushed to next at kemitix/kxio 2024-11-15 21:11:02 +00:00
89f39b8ad4 fix: impl Clone for Net
kemitix pushed to dev at kemitix/kxio 2024-11-15 21:10:44 +00:00
89f39b8ad4 fix: impl Clone for Net