2024-12-09 22:50 | Added %symbol and %number literal conversion macros. | Demonstrandum | 2 | +30 | -2 |
2024-12-09 22:45 | Added %timestamp macro with timezone capability. | Demonstrandum | 2 | +87 | -1 |
2024-12-09 21:57 | Added :timezone offset to %date macro. | Demonstrandum | 5 | +85 | -1 |
2024-12-09 21:18 | Extended %date macro to handle epoch timestamps. | Demonstrandum | 6 | +57 | -30 |
2024-12-09 19:03 | Added %reverse list macro. | Demonstrandum | 3 | +51 | -11 |
2024-12-09 16:54 | %glob has sorting option and added %sort macro. | Demonstrandum | 5 | +259 | -20 |
2024-12-08 17:28 | Deleted unused code. | Demonstrandum | 1 | +1 | -2 |
2024-12-08 17:27 | Added `%match` macro to do pattern matching. | Demonstrandum | 4 | +113 | -15 |
2024-12-08 04:13 | Added %get macro. | Demonstrandum | 2 | +66 | -16 |
2024-12-07 22:45 | Ignore doc comment code in seam_argparse_proc_macro. | Demonstrandum | 1 | +1 | -1 |
2024-12-07 22:35 | Added %toml support. | Demonstrandum | 5 | +235 | -18 |
2024-12-07 19:35 | Added %markdown and %yaml macros. | Demonstrandum | 9 | +712 | -83 |
2024-12-05 00:03 | fix: %apply, %map and %filter now work with built-in macros as well. | Demonstrandum | 3 | +12 | -28 |
2024-12-04 23:11 | Added back README file field to Cargo.toml | Demonstrandum | 2 | +3 | -2 |
2024-12-04 23:06 | Updated license file location. | Demonstrandum | 2 | +2 | -2 |
2024-12-04 23:05 | Specify version for `seam_argparse_proc_macro`. | Demonstrandum | 2 | +3 | -2 |
2024-12-04 22:49 | release: v0.3.0: new macros, pattern matching, performance. | Demonstrandum | 12 | +810 | -230 |
2024-12-02 00:32 | removed debug prints. | Demonstrandum | 2 | +21 | -15 |
2024-12-02 00:00 | partial: implemented argument parser proc-macro. | Demonstrandum | 10 | +542 | -324 |
2024-11-28 17:27 | Partially implemented proc macro for parsing macro arguments. | Demonstrandum | 28 | +3055 | -1598 |
2024-07-19 14:47 | Added `(%raw)` along with a new raw-content string type. | Demonstrandum | 10 | +213 | -62 |
2024-07-17 17:03 | Added `-I` include directories + `(%namespace ...)` macro. | Demonstrandum | 8 | +151 | -69 |
2024-07-15 17:45 | Added two more TODO items. | S Knutsen | 1 | +2 | -0 |
2024-07-13 14:19 | Create rust.yml | S Knutsen | 1 | +22 | -0 |
2024-07-13 14:01 | Added `(%os/env ...)` and `(%format ...)` macros. | Demonstrandum | 11 | +142 | -60 |
2024-07-12 16:55 | Remove all memory leaks; added plain-text formatter. | Demonstrandum | 15 | +581 | -391 |
2024-07-03 15:35 | Handle special `@`-rule selectors that don't have nested rules. | Demonstrandum | 4 | +39 | -33 |
2024-06-28 18:55 | bug: html void tags would stop any further generation. | Demonstrandum | 5 | +281 | -274 |
2024-06-28 18:26 | Add back ability to use colons within symbols. | Demonstrandum | 3 | +5 | -3 |
2024-06-28 17:41 | Major revamp to how unicode and whitespace is handled. | Demonstrandum | 23 | +1983 | -1125 |
2021-04-06 00:45 | Add lock file. | knutsen | 2 | +1 | -3 |
2021-04-06 00:43 | Fix way of searching nodes, | knutsen | 4 | +26 | -23 |
2021-03-21 22:25 | Added CSS special @-selector rules. | knutsen | 11 | +410 | -155 |
2021-03-20 01:21 | Add .lock file and change version in source. | knutsen | 2 | +4 | -2 |
2021-03-20 01:19 | Bump version. | knutsen | 1 | +1 | -1 |
2021-03-20 01:18 | Added macros: define, ifdef and log. | knutsen | 1 | +248 | -75 |
2020-12-01 20:15 | Commit .lock file | Demonstrandum | 1 | +1 | -1 |
2020-12-01 19:39 | Add some much needed basic string escapes. | Demonstrandum | 4 | +42 | -2 |
2020-11-05 17:09 | Bump version. | Demonstrandum | 2 | +2 | -2 |
2020-11-05 17:04 | Fix bug where macros don't expand when reading from stream. | Demonstrandum | 5 | +44 | -49 |
2020-10-10 20:27 | Allow input from stdin. | Demonstrandum | 7 | +99 | -44 |
2020-10-10 19:20 | Fix syntax. | Demonstrandum | 1 | +1 | -1 |
2020-10-10 19:18 | License file. | Demonstrandum | 1 | +2 | -0 |
2020-10-10 19:14 | Bump version. | Demonstrandum | 2 | +2 | -2 |
2020-10-10 19:03 | Bump version. | Demonstrandum | 1 | +1 | -1 |
2020-10-10 18:56 | Added (%date "...") macro. | Demonstrandum | 11 | +137 | -1 |
2020-07-05 15:16 | Update TODO list. | Demonstrandum | 5 | +13 | -8 |
2020-07-04 22:07 | Added one macro, allow CSS in HTML, better errors. | Demonstrandum | 13 | +282 | -42 |
2020-07-03 14:21 | Added `var(...)` function to CSS. | Demonstrandum | 2 | +8 | -2 |
2020-07-02 21:17 | Working (but naïve) CSS generation. | Demonstrandum | 3 | +75 | -6 |
2020-07-01 00:00 | Start CSS work. | Demonstrandum | 5 | +113 | -163 |
2020-06-28 11:18 | Better error messages. | Demonstrandum | 9 | +255 | -87 |
2020-06-27 10:26 | Added XML converter. | Demonstrandum | 10 | +258 | -17 |
2020-06-22 05:04 | Add ability to strip attributes. | Demonstrandum | 4 | +8 | -7 |
2020-06-22 04:55 | Properly documentise HTML with missing tags. | Demonstrandum | 3 | +85 | -13 |
2020-06-22 03:37 | Added support for tripple quote expressions. | Demonstrandum | 5 | +96 | -9 |
2020-06-22 00:55 | Make lexer and parser more whitespace aware. | Demonstrandum | 8 | +117 | -45 |
2020-06-21 03:28 | .gitignore conflict. | Demonstrandum | 2 | +679 | -1 |
2020-06-21 03:25 | Initial implementation. | Demonstrandum | 19 | +803 | -0 |