Commit Graph

47 Commits

Author SHA1 Message Date
Michael Pfaff 6e09ca7464 Refactor to support custom escaping schemes 2024-03-15 18:05:31 -04:00
Michael Pfaff 4e2232f2de Unify Render* and Template* traits 2024-03-11 17:33:11 -04:00
vthg2themax 2e39299483 bump version in preparation for upload to crates.io 2023-10-22 05:01:13 -04:00
vthg2themax 222f69c38a Update Version Number For Latest Release 2023-10-09 15:22:18 -04:00
vthg2themax 9d9351b670 Update Version Numbers Now 2023-07-28 10:20:51 -04:00
vthg2themax 0a5f6c6b5c Update Cargo.lock, README.md, installation.md, and 7 more files Update the version, and publish. 2023-06-22 15:11:54 -04:00
vthg2themax 9b0cd6263c Update Version 2023-04-13 14:09:37 -04:00
liushuyu 2a8e1a7b7d
dep: update syn to v2 (#115)
* dep: update syn to v2

* fix a broken test.

---------

Co-authored-by: Vince Pike <25014503+vthg2themax@users.noreply.github.com>
2023-04-12 10:02:05 -04:00
Vince Pike b293756277
Update The Version In Preparation For Release (#109)
Co-authored-by: Vince Pike <vince@oryp9>
2023-01-24 16:43:15 -05:00
Kogia-sima 658e55d1cc Bump version (0.4.0 => 0.5.0) 2022-10-25 22:44:36 +09:00
Vince Pike 9955a3acf0 Switch to TOML Format 2022-03-10 15:20:47 -05:00
Vince Pike ef48042264
Merge pull request #57 from Svenskunganka/toml
Change config file format from YAML to TOML
2022-03-09 11:01:11 -05:00
Kogia-sima 7ff3979888 Update repository URL 2022-02-19 14:47:00 +09:00
Kogia-sima bffe6d1aa1 Bump version (0.3.3 => 0.3.4) 2022-02-13 10:15:34 +09:00
Kogia-sima e8dc2b5773 Bump dependency versions 2022-02-13 10:15:18 +09:00
Tom 6172cd0dcc Change config file format from YAML to TOML and add support for embedding environment variables in the config file 2021-05-01 06:39:38 +02:00
Kogia-sima 8fc70c39fa Bump version (0.3.2 => 0.3.3) 2021-04-06 21:52:20 +09:00
Kogia-sima 8832b7e2c6 test: Tests for missing semicolon in code block (9bf4090) 2021-04-06 21:50:40 +09:00
Kogia-sima f0ef8e409a Update compile error test 2021-04-06 21:48:46 +09:00
Kogia-sima 2df4bd1d2d Bump version (0.3.1 => 0.3.2) 2021-03-29 08:47:01 +09:00
Kogia-sima 2aa09d127d Update pretty_assertions 2021-03-29 08:46:49 +09:00
Kogia-sima 2cc9556dbe test: Improve `template_not_found` test to detect stable/nightly mismatch error
cc #50
2021-02-03 15:58:51 +09:00
Kogia-sima 5c5c57f437 test: Add tests for missing tempaltes
cc #50
2021-02-03 00:52:21 +09:00
Kogia-sima 5209876df4 Bump version (0.3.0 => 0.3.1) 2021-01-23 19:27:25 +09:00
Kogia-sima 2a42841f3e Remove tests for Big Table/Teams benchmark
These benchmarks is distributed under "NO LICENSE", so including this
these benchmarks are not permitted
2020-12-23 22:40:55 +09:00
Kogia-sima 1df0657350 Bump version (0.2.3 => 0.3.0) 2020-12-20 22:16:25 +09:00
Kogia-sima fe11aff782 Merge branch 'feature/json-filter' 2020-12-18 12:24:43 +09:00
Kogia-sima 28eb155991 Downgrade serde version 2020-12-18 12:21:57 +09:00
Kogia-sima 1d6e129bcb test: Add test for truncate filter 2020-12-18 11:25:01 +09:00
Kogia-sima 06e34cf9d5 test: Add test for trim, lower and upper filters 2020-12-17 19:54:21 +09:00
Kogia-sima e71dc3c8ca test: Add test for json filter 2020-12-17 19:47:33 +09:00
Kogia-sima de1de2b0e8 Add continue-break test 2020-12-17 13:44:27 +09:00
Kogia-sima 1107757ad1 Add test for Techempower Framework Benchmarks
cc #37
2020-12-17 10:02:49 +09:00
Kogia-sima ac728a8495 Update AFL tests 2020-12-16 23:15:22 +09:00
Kogia-sima a1abc2aaa3 refactor: Simplify derive option parsing 2020-12-16 19:55:28 +09:00
Kogia-sima 9b733f973f suppress dead_code warning when target_feature = "avx2" 2020-12-16 15:44:20 +09:00
Kogia-sima a965f03321 Update error format 2020-12-16 15:38:28 +09:00
Kogia-sima 2d6d913213 no longer requires `extern crate sailfish_macros` 2020-12-16 13:35:37 +09:00
Kogia-sima 541ecb91ef Bump version (0.2.2 => 0.2.3) 2020-11-29 21:40:58 +09:00
Kogia-sima ed25390917 Avoid running compile-failure tests in CI 2020-11-21 18:03:45 +09:00
Kogia-sima 52e635af6e Update compile error tests 2020-11-21 18:03:41 +09:00
Kogia-sima cfd40f573b Bump version (0.2.1 => v0.2.2) 2020-11-11 10:48:30 +09:00
Kogia-sima 2ba4a99582 Bump version (0.2.0 => 0.2.1) 2020-08-04 09:18:24 +09:00
Kogia-sima 383a6db3e3 Add `rm_whitespace = true` option for some tests 2020-07-25 07:48:00 +09:00
Kogia-sima d0ef795161 Bump version (0.1.3 => 0.2.0) 2020-07-17 04:48:29 +09:00
Kogia-sima 15b0504564 Add tests for filter 2020-07-15 19:34:53 +09:00
Kogia-sima 6c72bb17d1 Put all tests in sailfish-tests/ directory 2020-07-14 22:46:58 +09:00