index
:
windmark
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(cargo): bump 0.3.1 -> 0.3.2
v0.3.2
Fuwn
2023-04-06
2
-5
/
+5
|
*
feat(response): async error handler
Fuwn
2023-04-06
3
-20
/
+43
|
*
feat(context): bring back peer address
Fuwn
2023-04-06
5
-29
/
+47
|
*
refactor(router): simplify context creation
Fuwn
2023-04-06
3
-53
/
+19
|
*
fix(context): fix async sharing
Fuwn
2023-04-06
6
-110
/
+82
|
*
feat(cargo): bump 0.3.0 -> 0.3.1
v0.3.1
Fuwn
2023-04-06
2
-6
/
+6
|
*
refactor(router): block macro
Fuwn
2023-04-06
1
-5
/
+11
|
*
feat(macros): async response macros
Fuwn
2023-04-06
3
-18
/
+53
|
*
refactor(router): no need for pin
Fuwn
2023-04-06
1
-3
/
+1
|
*
style(router): add associated types
Fuwn
2023-04-05
1
-5
/
+5
|
*
fix(module): bring back
Fuwn
2023-04-05
2
-0
/
+61
|
*
feat(route): merge async and sync mount functions !!
Fuwn
2023-04-05
4
-50
/
+39
|
*
feat(module): async module support
Fuwn
2023-04-04
5
-20
/
+109
|
*
feat(route): native async route support !!
Fuwn
2023-04-04
4
-15
/
+81
|
*
feat(cargo): bump 0.2.5 -> 0.3.0
v0.3.0
Fuwn
2023-04-03
2
-5
/
+5
|
*
style: seperate blocks
Fuwn
2023-04-03
2
-0
/
+6
|
*
fix(context): clippy lints
Fuwn
2023-04-03
7
-5
/
+10
|
*
refactor(handler): move traits
Fuwn
2023-04-03
10
-0
/
+310
|
*
refactor(handler): misc. rename
Fuwn
2023-04-03
2
-7
/
+7
|
*
refactor(context): callback -> hook
Fuwn
2023-04-03
4
-16
/
+16
|
*
refactor(returnable): seperate contexts
Fuwn
2023-04-03
7
-96
/
+36
|
*
refactor(handler): move traits
Fuwn
2023-04-03
2
-41
/
+19
|
*
refactor(handler): move all responses to traits
Fuwn
2023-04-03
3
-32
/
+46
|
*
refactor(handler): trait-based response
Fuwn
2023-04-03
3
-10
/
+19
|
*
feat(router): GET RID OF DIRTY BOXES
Fuwn
2023-04-03
5
-75
/
+63
|
*
feat(response): allow multiple languages
Fuwn
2023-04-02
2
-17
/
+26
|
*
feat(response): add 'auto' functionality to binary_success raw
Fuwn
2023-04-02
2
-1
/
+33
|
*
feat(respones): accept generic bytes for binary_success
Fuwn
2023-04-02
2
-2
/
+5
|
*
refactor(src): clean up string generics
Fuwn
2023-04-02
3
-37
/
+44
|
*
feat(router): expose response to post-route callback
v0.2.5
Fuwn
2023-03-31
5
-10
/
+12
|
*
fix(cargo): response-macros feature flag
v0.2.4
Fuwn
2023-03-31
3
-0
/
+5
|
*
feat(response): macro-based responses
Fuwn
2023-03-31
5
-62
/
+116
|
*
feat(carg): bump 0.2.2 -> 0.2.3
v0.2.3
Fuwn
2023-03-31
2
-4
/
+4
|
*
feat(router): generalize all strings
Fuwn
2023-03-31
1
-16
/
+26
|
*
feat(response): generalize strings
Fuwn
2023-03-31
1
-14
/
+18
|
*
feat(cargo): bump 0.2.1 -> 0.2.2
v0.2.2
Fuwn
2023-03-30
2
-4
/
+4
|
*
refactor(router): change response-related setters
Fuwn
2023-03-30
1
-6
/
+10
|
*
docs: fix old response documentation
Fuwn
2023-03-30
2
-9
/
+9
|
*
feat: overhaul response system
Fuwn
2023-03-30
4
-191
/
+146
|
*
feat(cargo): bump version to 0.2.1
Fuwn
2023-03-29
2
-4
/
+4
|
*
feat(router): modify content from post-route callback
Fuwn
2023-03-29
3
-41
/
+50
|
*
refactor(returnable): unify callback context
Fuwn
2023-03-29
3
-22
/
+24
|
*
ci(check): use table toolchain
Fuwn
2023-03-21
1
-1
/
+1
|
|
|
I’m not sure why this never got bumped. I’m guessing it just hadn’t caused any problems until now.
*
feat: windmark 0.1.19 -> 0.2.0
v0.2.0
Fuwn
2023-03-21
2
-4
/
+4
|
*
deps: bump tokio and tokio-openssl to latest
Fuwn
2023-03-21
2
-19
/
+36
|
|
|
|
|
|
I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging.
*
deps(matchit): 0.5.0 -> 0.6.0
Fuwn
2023-03-21
1
-1
/
+1
|
*
style(router.rs): clippy lints
Fuwn
2023-02-04
2
-33
/
+13
|
*
docs(README.md): fix markdown url
Fuwn
2022-07-31
1
-1
/
+1
|
*
docs(README.md): update outdated readme
Fuwn
2022-07-31
2
-3
/
+7
|
*
feat: drop rust nightly requirement!!!
v0.1.20
Fuwn
2022-07-31
6
-53
/
+29
|
[next]