summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: cbc1acac52ca79ec12f6f115c66131d120b319de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2013-12-19  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.3.0: Add lookAhead and match functions.

2013-12-16  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.2.1: Override default Monad(fail) method so it is possible
	to catch Get monad failures from pure code.

2013-12-14  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.2.0: Override default fixity for operators: previously it
	has been impossible to mix bencode Get operators ((<$>!), (<$>?),
	(<*>!), (<*>?)) with applicative operators ((<$>), (<*>)).

2013-12-08  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.1.0: Expose parser and builder so it is possible to use
	parser incrementally.

2013-10-01  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.0.2: Minor fixes.

2013-10-01  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.0.1: Nothing changed.

2013-10-01  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.0.0: Faster dictionary conversion.

2013-09-28  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode.

2013-09-28  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.2.2.0: Arbitrary length integers. (by specification)

2013-08-26  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.2.0.0: Added default decoders/encoders using GHC Generics.

2013-06-09  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.1.0.0: Initial version.