Skip to content

Commit

Permalink
Release rwf-macros 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Oct 25, 2024
1 parent 8ba2cf5 commit 310c3fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Rwf is brand new, but web development is ancient. Many features are missing or a
- [ ] Better error messages, e.g. syntax errors, undefined variables, functions, etc.
- [ ] More data types support, e.g. UUIDs, timestampts, whatever Rust data types we forgot to add
- [ ] More tests
- [x] `context!` macro to generate `Context` from a key => value map
- [x] `render!` macro to load and render a template as `Ok(Response::new().html())`
- [ ] Allow for extending template syntax with user-defined functions (defined at startup)

## Background & scheduled jobs
Expand All @@ -48,7 +46,7 @@ Rwf is brand new, but web development is ancient. Many features are missing or a

## Migrate from Python

- [x] Run Django/Flask apps side by side (experimental)
- [ ] Consider using granian (https://github.com/levkk/rwf/issues/4)

## Built-ins

Expand Down
2 changes: 1 addition & 1 deletion rwf-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rwf-macros"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"
description = "Macros for the Rust Web Framework"
Expand Down

0 comments on commit 310c3fc

Please sign in to comment.