Commit Graph

77 Commits

Author SHA1 Message Date
Sebastian Schmidt
126896f113 (cargo-release) start next development iteration 5.0.3 2019-08-30 12:51:54 +03:00
Sebastian Schmidt
9b87517b86 (cargo-release) version 5.0.3 2019-08-30 12:51:48 +03:00
Sebastian Schmidt
15786378bc (cargo-release) start next development iteration 5.0.2 2019-08-30 10:58:35 +03:00
Sebastian Schmidt
954cb63af0 (cargo-release) version 5.0.2 2019-08-30 10:58:29 +03:00
Sebastian Schmidt
4a8f1d734e Stop listing separate dev-dependencies for target.bench 2019-08-30 10:58:21 +03:00
Sebastian Schmidt
b086d27be4 (cargo-release) start next development iteration 5.0.1 2019-08-30 10:54:44 +03:00
Sebastian Schmidt
1664c79e11 (cargo-release) version 5.0.1 2019-08-30 10:54:33 +03:00
Sebastian Schmidt
b4fe0b0c0f Make benchmark dependencies dev-dependencies 2019-08-30 10:47:56 +03:00
Sebastian Schmidt
112e724d9c (cargo-release) start next development iteration 5.0.0 2019-08-30 10:45:33 +03:00
Sebastian Schmidt
a6e5c5088b (cargo-release) version 5.0.0 2019-08-30 10:45:27 +03:00
Sebastian Schmidt
6b03981fe3 (cargo-release) version 5.0.0-rc.2 2019-08-30 10:27:01 +03:00
Sebastian Schmidt
7c8d845d12 (cargo-release) version 5.0.0-rc.1 2019-08-29 18:39:48 +03:00
Sebastian Schmidt
2b92cbbbec Implement benchmarks for parsing
Relates to #62
2019-08-29 17:37:42 +03:00
Sebastian Schmidt
8bc0ba6ef5 (cargo-release) version 5.0.0-beta.1 2019-08-29 16:38:17 +03:00
Atul Bhosale
311c70a823
Update crate for Rust 2018 using 'cargo fix --edition' 2019-06-06 23:23:30 +05:30
Sebastian Schmidt
448320d72d (cargo-release) version 5.0.0-alpha.1 2019-04-24 18:43:12 +02:00
ISibboI
2f7d1c2dfe
Merge pull request #38 from bittrance/string-operators
String operators and builtin functions
2019-04-13 18:02:24 +02:00
Quest
be54931f76 Builtin string functions - downcase, len, match(regex), replace(regex), trim, upcase. New dependency regex. 2019-04-12 23:35:33 +02:00
Sebastian Schmidt
15313f7341 Update target release 2019-04-12 18:45:46 +02:00
Sebastian Schmidt
725472ef96 (cargo-release) start next development iteration 4.1.0 2019-03-31 15:47:23 +02:00
Sebastian Schmidt
62cd548f3c (cargo-release) version 4.1.0 2019-03-31 15:47:10 +02:00
Sebastian Schmidt
3dd6892a80 Prepare 4.1.0 release 2019-03-31 15:46:58 +02:00
Sebastian Schmidt
05c032fcba (cargo-release) start next development iteration 4.0.0 2019-03-30 11:58:22 +01:00
Sebastian Schmidt
16aecd0925 (cargo-release) version 4.0.0 2019-03-30 11:55:27 +01:00
Sebastian Schmidt
1bcbe8cede Set next release goal to 4.0.0 2019-03-30 11:54:56 +01:00
Sebastian Schmidt
e19770b517 (cargo-release) start next development iteration 3.1.0 2019-03-28 16:30:46 +01:00
Sebastian Schmidt
b4b53d0af0 (cargo-release) version 3.1.0 2019-03-28 16:30:41 +01:00
Sebastian Schmidt
c0906bbf2d (cargo-release) version 3.1.0-rc.2 2019-03-28 15:44:45 +01:00
Sebastian Schmidt
e8578bf175 (cargo-release) version 3.1.0-rc.1 2019-03-28 15:42:18 +01:00
Sebastian Schmidt
862963d447 Prepare 3.1.0 release 2019-03-28 15:42:11 +01:00
Sebastian Schmidt
17bedddb11 Add serde support for HashMapContext
Relates to #33
2019-03-28 15:40:02 +01:00
Sebastian Schmidt
0cd6acfeb6 (cargo-release) start next development iteration 3.0.0 2019-03-28 15:04:01 +01:00
Sebastian Schmidt
c77629bfac (cargo-release) version 3.0.0 2019-03-28 15:03:56 +01:00
Sebastian Schmidt
6f384d6a6b (cargo-release) version 3.0.0-rc.2 2019-03-28 14:51:39 +01:00
Sebastian Schmidt
dd19870c44 (cargo-release) version 3.0.0-rc.1 2019-03-28 12:10:19 +01:00
Sebastian Schmidt
44152533c3 Set release target to major 2019-03-28 11:49:06 +01:00
Sebastian Schmidt
e38a5180f5 (cargo-release) start next development iteration 2.0.0 2019-03-28 08:46:14 +01:00
Sebastian Schmidt
9a36da99de (cargo-release) version 2.0.0 2019-03-28 08:46:06 +01:00
Sebastian Schmidt
d7f1270c26 (cargo-release) version 2.0.0-rc.1 2019-03-27 19:18:20 +01:00
Sebastian Schmidt
3da6019dae Add Context trait
* Rename `HashMapConfiguration` to `HashMapContext`
 * Rename `EmptyConfiguration` to `EmptyContext`
 * Implement `Context` for both predefined contexts
 * Update tests and doctests

Relates to #22
2019-03-27 17:45:06 +01:00
Sebastian Schmidt
232838b032 (cargo-release) start next development iteration 1.2.0 2019-03-23 16:16:03 +02:00
Sebastian Schmidt
bc2c60b7bb (cargo-release) version 1.2.0 2019-03-23 16:15:53 +02:00
Sebastian Schmidt
0a9b4d5f3a (cargo-release) version 1.2.0-rc.1 2019-03-23 15:38:07 +02:00
Sebastian Schmidt
8bb941cff7 Set version to target of next release 2019-03-23 15:37:33 +02:00
Sebastian Schmidt
a7ca4c717d Implement, test and document serde Deserialize for expressions
Relates to #18
2019-03-23 15:20:43 +02:00
Sebastian Schmidt
3d440524a5 Fix checking for serde feature flag in code
Relates to #18
2019-03-23 14:29:53 +02:00
Sebastian Schmidt
5e491f6771 Add serde feature
Relates to #18
2019-03-23 12:46:52 +02:00
Sebastian Schmidt
c4cf033b1f (cargo-release) start next development iteration 1.1.0 2019-03-20 17:43:25 +02:00
Sebastian Schmidt
30e9cb54e2 (cargo-release) version 1.1.0 2019-03-20 17:43:14 +02:00
Sebastian Schmidt
1badd5cf52 (cargo-release) version 1.1.0-rc.1 2019-03-20 17:33:03 +02:00