Commit Graph

93 Commits

Author SHA1 Message Date
Geoffroy Couprie
869f8972a4 v7.1.3 2023-01-15 22:05:17 +01:00
Geoffroy Couprie
6be62d30d7
v7.1.2 (#1605) 2023-01-01 18:31:27 +01:00
pxeger
7f2531df64 update links pointing to master -> main 2022-03-14 22:12:11 +01:00
Geoffroy Couprie
b6f79c4d37 v7.1.0 2021-11-04 22:10:06 +01:00
wuaoxiang
337c218965 Fix typos 2021-10-23 22:34:38 +02:00
Geoffroy Couprie
889aa0a75b update the changelog 2021-08-21 12:02:47 +02:00
Geoffroy Couprie
c5090ef1e2 v6.0.1 2020-11-24 11:53:59 +01:00
Geoffroy Couprie
77806c843c typo 2020-10-31 22:12:26 +01:00
Geoffroy Couprie
424eb02520 update changelog 2020-10-31 18:27:28 +01:00
Sarfaraz Nawaz
1c34db7438 Fix typo in CHANGELOG.md
5.0.1 was released on 22 Aug 2019: c326e077b8
2020-07-04 19:01:32 +02:00
Bruno Kirschner
78a5b83803 Remove stabilized alloc feature gate.
The feature got stabilized in rustc v1.36 and it is therefore possible
to remove the feature gate and compile the crate with `alloc` feature
enabled with the stable toolchain.

... fixes #1038
2020-04-08 10:13:49 +02:00
Geoffroy Couprie
b1d3950dfa bump version to 5.1.1 2020-02-24 15:09:45 +01:00
Bruce Mitchener
da2ba9a70c Fix typos. 2019-06-28 13:27:50 +02:00
Geoffroy Couprie
be0a3fd8f7 bump version to 5.0.0 2019-06-24 14:42:39 +02:00
Geoffroy Couprie
f91d65457e update the changelog 2019-06-17 15:10:59 +02:00
Geoffroy Couprie
4685198d43 update the changelog 2019-06-17 10:20:32 +02:00
Geoffroy Couprie
4434f7f22a last code examples
remove expr_opt and expr_res
2019-05-09 14:55:23 +02:00
Geoffroy Couprie
e159af1b39 remove _complete versions of alt and separated_list 2019-05-08 19:03:50 +02:00
Geoffroy Couprie
45f142e3fa documentation for sequence macros and combinator functions 2019-05-08 15:14:45 +02:00
Geoffroy Couprie
09aebb1436 remove some useless combinators 2019-05-08 10:41:21 +02:00
Geoffroy Couprie
abb45525e5 convert opt, cond and peek to functions, remove cond_reduce 2019-05-07 17:04:02 +02:00
Geoffroy Couprie
fc0cf4d176 remove begin and rest_s parsers 2019-05-06 12:15:52 +02:00
Geoffroy Couprie
f5795e0373 update the changelog 2019-05-06 11:38:51 +02:00
Geoffroy Couprie
f6487c54f7 remove whitespace::sp 2019-04-27 12:07:18 +02:00
Geoffroy Couprie
f10ed50ba8 remove count_fixed
this combinator was barely used, and it was the only use of unsafe in nom
2019-04-26 19:21:57 +02:00
Geoffroy Couprie
ab7211e2fc remove some character parsers
list of removed parsers: eol, alpha, digit, hex_digit, oct_digit,
alphanumeric, space, multispace

Those parsers were aliases of other parsers, like alpha being an alias
of alias1. So they are still present, this is just reducing the number
of functions to choose from
2019-04-26 16:12:36 +02:00
Geoffroy Couprie
8d195e7728 update changelog and bump version to 4.2.3 2019-03-23 12:01:00 +01:00
Geoffroy Couprie
c543bc1c6a update changelog and bump version to 4.2.2 2019-03-04 10:31:48 +01:00
Geoffroy Couprie
b645b10957 update changelog and bump version to 4.2.1 2019-02-27 11:20:51 +01:00
Geoffroy Couprie
16164fb652 update changelog and bump version to 4.2.0 2019-01-29 15:52:18 +01:00
Geoffroy Couprie
045c083e48 update changelog 2018-12-29 18:47:22 +01:00
Geoffroy Couprie
49a20d4f2b update changelog and bump version to 4.1.1 2018-10-14 16:10:21 +02:00
Geoffroy Couprie
71248c93ef update changelog and bump version to 4.1.0 2018-10-06 17:49:54 +02:00
Geoffroy Couprie
e7ca818e34 add the logo 2018-05-14 14:06:07 +02:00
Geoffroy Couprie
7c87c57740 update the changelog 2018-05-14 13:53:06 +02:00
Geoffroy Couprie
a1db24b281 update the changelog 2018-04-14 20:08:11 +02:00
Geoffroy Couprie
c3636fdd67 attribute work for commits 54ee6ff8 and f2d658ed2 2018-02-17 15:53:41 +01:00
Geoffroy Couprie
856074e7cf update the changelog 2018-01-16 18:32:30 +01:00
Daniel Trebbien
fa0750728f Fix take_until_and_consume1!
- Using the macro would cause compilation errors.
- The generated parser combinator would return the incorrect needed
  amount.
- ErrorKind was missing a variant for take_until_and_consume1!.
- Ensure that the returned sequence is non-empty.
2017-12-02 14:11:23 -06:00
Danilo Bargen
aa92db53f6 Fix typo in CHANGELOG 2017-11-13 14:39:11 +01:00
Geoffroy Couprie
3dd6672997 update changelog and bump version to 3.2.1 2017-10-27 11:59:55 +02:00
Florent Fayolle
17a8d2e07c Update Compare code section in CHANGELOG.md 2017-08-15 10:48:27 +02:00
Geoffroy Couprie
b05c3ed368 update changelog and bump version to 3.2.0 2017-07-24 12:28:13 +02:00
Geoffroy Couprie
2715e91038 update changelog and bump version to 3.1.0 2017-06-16 15:36:52 +02:00
Geoffroy Couprie
78bb87eed7 update changelog and bump version to 3.0.0 2017-05-12 11:23:29 +02:00
Geoffroy Couprie
9af18e3054 Remove the chain! combinator
This combinator has been there from the beginning of nom, but has
grown too much and is too complicated for maintenance. It has been
replaced with do_parse, which is cleaner and has a nicer syntax
2017-05-11 18:32:40 +02:00
Geoffroy Couprie
12d09015ce prepare the future 3.0 release 2017-05-11 18:23:08 +02:00
Geoffroy Couprie
66128e5ccf update changelog and bump version to 2.2.1 2017-04-03 17:33:50 +02:00
Geoffroy Couprie
efb9ba040a update changelog and bump version to 2.2.0 2017-03-20 14:42:05 +01:00
Geoffroy Couprie
fd9674c720 update changelog and bump version to 2.1.0 2017-01-27 14:46:22 +01:00